#ED9FA9

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

Shades of Illusion #ED9FA9

Tints of Illusion #ED9FA9

Color information

#ED9FA9 (or 0xED9FA9) is unknown color: approx Illusion. HEX triplet: ED, 9F and A9. RGB value is (237,159,169). Sum of RGB (Red+Green+Blue) = 237+159+169=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA9 is #126056. Grayscale: #B7B7B7. Windows color (decimal): -1204311 or 11116525. OLE color: 11116525.

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

Color convert

RGB237159169-
CMYK00.330.290.07
HSL352.31º68.42%77.65%-
HSV(B)352.31º32.91%92.94%-
XYZ54.4845.6743.48-
YUV183.46119.84166.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=41.95%
G=28.14%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715916900.330.290.07352.3168.4277.65
HexED9FA90211D7160444e
Octal355237251041357540104116
Binary11101101100111111010100101000011110111110110000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FA9; }

 p { color: rgb(237,159,169); }

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

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

 a { background-color: rgb(237,159,169); }

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

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

 span { border-color: rgb(237,159,169); }

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