#ED9FA8

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

Shades of Illusion #ED9FA8

Tints of Illusion #ED9FA8

Color information

#ED9FA8 (or 0xED9FA8) is unknown color: approx Illusion. HEX triplet: ED, 9F and A8. RGB value is (237,159,168). Sum of RGB (Red+Green+Blue) = 237+159+168=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA8 is #126057. Grayscale: #B7B7B7. Windows color (decimal): -1204312 or 11050989. OLE color: 11050989.

HSL color Cylindrical-coordinate representation of color #ED9FA8: hue angle of 353.08º 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 #ED9FA8 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237159168-
CMYK00.330.290.07
HSL353.08º68.42%77.65%-
HSV(B)353.08º32.91%92.94%-
XYZ54.3945.6342.99-
YUV183.35119.34166.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 168 (66.02% from 255) = 29.79%
R=42.02%
G=28.19%
B=29.79%

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
Decimal23715916800.330.290.07353.0868.4277.65
HexED9FA80211D7161444e
Octal355237250041357541104116
Binary11101101100111111010100001000011110111110110000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FA8; }

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

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

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

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

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

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

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

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