#EA8CA2

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

Shades of Mauvelous #EA8CA2

Tints of Mauvelous #EA8CA2

Color information

#EA8CA2 (or 0xEA8CA2) is unknown color: approx Mauvelous. HEX triplet: EA, 8C and A2. RGB value is (234,140,162). Sum of RGB (Red+Green+Blue) = 234+140+162=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8CA2 is #15735D. Grayscale: #AAAAAA. Windows color (decimal): -1405790 or 10652906. OLE color: 10652906.

HSL color Cylindrical-coordinate representation of color #EA8CA2: hue angle of 345.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CA2 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234140162-
CMYK00.400.310.08
HSL345.96º69.12%73.33%-
HSV(B)345.96º40.17%91.76%-
XYZ49.8338.8639.06-
YUV170.61123.14173.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=43.66%
G=26.12%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414016200.400.310.08345.9669.1273.33
HexEA8CA20281F815a4549
Octal3522142420503710532105111
Binary111010101000110010100010010100011111100010101101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CA2; }

 p { color: rgb(234,140,162); }

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

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

 a { background-color: rgb(234,140,162); }

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

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

 span { border-color: rgb(234,140,162); }

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