#E78BA1

Color #E78BA1 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #E78BA1

Tints of Mauvelous #E78BA1

Color information

#E78BA1 (or 0xE78BA1) is unknown color: approx Mauvelous. HEX triplet: E7, 8B and A1. RGB value is (231,139,161). Sum of RGB (Red+Green+Blue) = 231+139+161=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BA1 is #18745E. Grayscale: #A9A9A9. Windows color (decimal): -1602655 or 10587111. OLE color: 10587111.

HSL color Cylindrical-coordinate representation of color #E78BA1: hue angle of 345.65º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BA1 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231139161-
CMYK00.400.300.09
HSL345.65º65.71%72.55%-
HSV(B)345.65º39.83%90.59%-
XYZ48.6238.0338.5-
YUV169.02123.48172.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=43.50%
G=26.18%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113916100.400.300.09345.6565.7172.55
HexE78BA10281E915a4249
Octal3472132410503611532102111
Binary111001111000101110100001010100011110100110101101010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BA1; }

 p { color: rgb(231,139,161); }

 H1.HeaderClassName
 {
   color: #E78BA1;
 }
 .AnyTagClassName
 {
   color: #E78BA1;
 }
</style>
background-color css

<style>
 a { background-color: #E78BA1; }

 a { background-color: rgb(231,139,161); }

 div.DivClassName
 {
   background-color: #E78BA1;
 }
 .BgClassName
 {
   background-color: #E78BA1;
 }
</style>
border-color css

<style>
 span { border-color: #E78BA1; }

 span { border-color: rgb(231,139,161); }

 td.TdClassName
 {
   border-color: #E78BA1;
 }
 .TagClassName
 {
   border-color: #E78BA1;
 }
</style>