#EA91A9

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

Shades of Mauvelous #EA91A9

Tints of Mauvelous #EA91A9

Color information

#EA91A9 (or 0xEA91A9) is unknown color: approx Mauvelous. HEX triplet: EA, 91 and A9. RGB value is (234,145,169). Sum of RGB (Red+Green+Blue) = 234+145+169=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA91A9 is #156E56. Grayscale: #AEAEAE. Windows color (decimal): -1404503 or 11112938. OLE color: 11112938.

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

Color convert

RGB234145169-
CMYK00.380.280.08
HSL343.82º67.94%74.31%-
HSV(B)343.82º38.03%91.76%-
XYZ51.2240.6142.67-
YUV174.35124.99170.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=42.70%
G=26.46%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414516900.380.280.08343.8267.9474.31
HexEA91A90261C8158444a
Octal3522212510463410530104112
Binary111010101001000110101001010011011100100010101100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91A9; }

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

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

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

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

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

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

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

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