#EA91A3

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

Shades of Mauvelous #EA91A3

Tints of Mauvelous #EA91A3

Color information

#EA91A3 (or 0xEA91A3) is unknown color: approx Mauvelous. HEX triplet: EA, 91 and A3. RGB value is (234,145,163). Sum of RGB (Red+Green+Blue) = 234+145+163=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA91A3 is #156E5C. Grayscale: #ADADAD. Windows color (decimal): -1404509 or 10719722. OLE color: 10719722.

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

Color convert

RGB234145163-
CMYK00.380.300.08
HSL347.87º67.94%74.31%-
HSV(B)347.87º38.03%91.76%-
XYZ50.6740.3939.78-
YUV173.66121.99171.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=43.17%
G=26.75%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414516300.380.300.08347.8767.9474.31
HexEA91A30261E815c444a
Octal3522212430463610534104112
Binary111010101001000110100011010011011110100010101110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91A3; }

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

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

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

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

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

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

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

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