#EA91AA

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

Shades of Mauvelous #EA91AA

Tints of Mauvelous #EA91AA

Color information

#EA91AA (or 0xEA91AA) is unknown color: approx Mauvelous. HEX triplet: EA, 91 and AA. RGB value is (234,145,170). Sum of RGB (Red+Green+Blue) = 234+145+170=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA91AA is #156E55. Grayscale: #AEAEAE. Windows color (decimal): -1404502 or 11178474. OLE color: 11178474.

HSL color Cylindrical-coordinate representation of color #EA91AA: hue angle of 343.15º 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 #EA91AA is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234145170-
CMYK00.380.270.08
HSL343.15º67.94%74.31%-
HSV(B)343.15º38.03%91.76%-
XYZ51.3140.6543.17-
YUV174.46125.49170.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=42.62%
G=26.41%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414517000.380.270.08343.1567.9474.31
HexEA91AA0261B8157444a
Octal3522212520463310527104112
Binary111010101001000110101010010011011011100010101011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91AA; }

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

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

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

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

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

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

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

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