#EA8C9F

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

Shades of Mauvelous #EA8C9F

Tints of Mauvelous #EA8C9F

Color information

#EA8C9F (or 0xEA8C9F) is unknown color: approx Mauvelous. HEX triplet: EA, 8C and 9F. RGB value is (234,140,159). Sum of RGB (Red+Green+Blue) = 234+140+159=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C9F is #157360. Grayscale: #AAAAAA. Windows color (decimal): -1405793 or 10456298. OLE color: 10456298.

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

Color convert

RGB234140159-
CMYK00.400.320.08
HSL347.87º69.12%73.33%-
HSV(B)347.87º40.17%91.76%-
XYZ49.5738.7537.67-
YUV170.27121.64173.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=43.90%
G=26.27%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414015900.400.320.08347.8769.1273.33
HexEA8C9F02820815c4549
Octal3522142370504010534105111
Binary1110101010001100100111110101000100000100010101110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C9F; }

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

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

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

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

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

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

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

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