#EA8EAF

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

Shades of Illusion #EA8EAF

Tints of Illusion #EA8EAF

Color information

#EA8EAF (or 0xEA8EAF) is unknown color: approx Illusion. HEX triplet: EA, 8E and AF. RGB value is (234,142,175). Sum of RGB (Red+Green+Blue) = 234+142+175=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EAF is #157150. Grayscale: #ADADAD. Windows color (decimal): -1405265 or 11505386. OLE color: 11505386.

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

Color convert

RGB234142175-
CMYK00.390.250.08
HSL338.48º68.66%73.73%-
HSV(B)338.48º39.32%91.76%-
XYZ51.3439.9345.56-
YUV173.27128.98171.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=42.47%
G=25.77%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414217500.390.250.08338.4868.6673.73
HexEA8EAF027198152454a
Octal3522162570473110522105112
Binary111010101000111010101111010011111001100010101001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EAF; }

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

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

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

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

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

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

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

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