#ea8ea9

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

Shades of Mauvelous #EA8EA9

Tints of Mauvelous #EA8EA9

Color information

#EA8EA9 (or 0xEA8EA9) is unknown color: approx Mauvelous. HEX triplet: EA, 8E and A9. RGB value is (234,142,169). Sum of RGB (Red+Green+Blue) = 234+142+169=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EA9 is #157156. Grayscale: #ACACAC. Windows color (decimal): -1405271 or 11112170. OLE color: 11112170.

HSL color Cylindrical-coordinate representation of color #EA8EA9: hue angle of 342.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EA9 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234142169-
CMYK00.390.280.08
HSL342.39º68.66%73.73%-
HSV(B)342.39º39.32%91.76%-
XYZ50.7739.742.52-
YUV172.59125.98171.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=42.94%
G=26.06%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414216900.390.280.08342.3968.6673.73
HexEA8EA90271C8156454a
Octal3522162510473410526105112
Binary111010101000111010101001010011111100100010101011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8ea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8ea9; }

 p { color: rgb(234,142,169); }

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

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

 a { background-color: rgb(234,142,169); }

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

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

 span { border-color: rgb(234,142,169); }

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