#EA91A1

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

Shades of Mauvelous #EA91A1

Tints of Mauvelous #EA91A1

Color information

#EA91A1 (or 0xEA91A1) is unknown color: approx Mauvelous. HEX triplet: EA, 91 and A1. RGB value is (234,145,161). Sum of RGB (Red+Green+Blue) = 234+145+161=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA91A1 is #156E5E. Grayscale: #ADADAD. Windows color (decimal): -1404511 or 10588650. OLE color: 10588650.

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

Color convert

RGB234145161-
CMYK00.380.310.08
HSL349.21º67.94%74.31%-
HSV(B)349.21º38.03%91.76%-
XYZ50.4940.3238.84-
YUV173.44120.99171.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=43.33%
G=26.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414516100.380.310.08349.2167.9474.31
HexEA91A10261F815d444a
Octal3522212410463710535104112
Binary111010101001000110100001010011011111100010101110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91A1; }

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

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

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

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

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

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

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

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