#EA8EA4

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

Shades of Mauvelous #EA8EA4

Tints of Mauvelous #EA8EA4

Color information

#EA8EA4 (or 0xEA8EA4) is unknown color: approx Mauvelous. HEX triplet: EA, 8E and A4. RGB value is (234,142,164). Sum of RGB (Red+Green+Blue) = 234+142+164=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EA4 is #15715B. Grayscale: #ACACAC. Windows color (decimal): -1405276 or 10784490. OLE color: 10784490.

HSL color Cylindrical-coordinate representation of color #EA8EA4: hue angle of 345.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EA4 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234142164-
CMYK00.390.300.08
HSL345.65º68.66%73.73%-
HSV(B)345.65º39.32%91.76%-
XYZ50.3139.5240.1-
YUV172.02123.48172.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=43.33%
G=26.30%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414216400.390.300.08345.6568.6673.73
HexEA8EA40271E815a454a
Octal3522162440473610532105112
Binary111010101000111010100100010011111110100010101101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EA4; }

 p { color: rgb(234,142,164); }

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

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

 a { background-color: rgb(234,142,164); }

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

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

 span { border-color: rgb(234,142,164); }

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