#ED9EAA

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

Shades of Illusion #ED9EAA

Tints of Illusion #ED9EAA

Color information

#ED9EAA (or 0xED9EAA) is unknown color: approx Illusion. HEX triplet: ED, 9E and AA. RGB value is (237,158,170). Sum of RGB (Red+Green+Blue) = 237+158+170=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EAA is #126155. Grayscale: #B7B7B7. Windows color (decimal): -1204566 or 11181805. OLE color: 11181805.

HSL color Cylindrical-coordinate representation of color #ED9EAA: hue angle of 350.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EAA is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237158170-
CMYK00.330.280.07
HSL350.89º68.7%77.45%-
HSV(B)350.89º33.33%92.94%-
XYZ54.4145.3643.92-
YUV182.99120.67166.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=41.95%
G=27.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715817000.330.280.07350.8968.777.45
HexED9EAA0211C715f454d
Octal355236252041347537105115
Binary11101101100111101010101001000011110011110101111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EAA; }

 p { color: rgb(237,158,170); }

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

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

 a { background-color: rgb(237,158,170); }

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

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

 span { border-color: rgb(237,158,170); }

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