#E88EA8

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

Shades of Mauvelous #E88EA8

Tints of Mauvelous #E88EA8

Color information

#E88EA8 (or 0xE88EA8) is unknown color: approx Mauvelous. HEX triplet: E8, 8E and A8. RGB value is (232,142,168). Sum of RGB (Red+Green+Blue) = 232+142+168=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E88EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88EA8 is #177157. Grayscale: #ABABAB. Windows color (decimal): -1536344 or 11046632. OLE color: 11046632.

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

Color convert

RGB232142168-
CMYK00.390.280.09
HSL342.67º66.18%73.33%-
HSV(B)342.67º38.79%90.98%-
XYZ50.0239.3342-
YUV171.87125.82170.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=42.80%
G=26.20%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214216800.390.280.09342.6766.1873.33
HexE88EA80271C91574249
Octal3502162500473411527102111
Binary111010001000111010101000010011111100100110101011110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88EA8; }

 p { color: rgb(232,142,168); }

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

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

 a { background-color: rgb(232,142,168); }

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

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

 span { border-color: rgb(232,142,168); }

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