#EC9DA8

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

Shades of Illusion #EC9DA8

Tints of Illusion #EC9DA8

Color information

#EC9DA8 (or 0xEC9DA8) is unknown color: approx Illusion. HEX triplet: EC, 9D and A8. RGB value is (236,157,168). Sum of RGB (Red+Green+Blue) = 236+157+168=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DA8 is #136257. Grayscale: #B5B5B5. Windows color (decimal): -1270360 or 11050476. OLE color: 11050476.

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

Color convert

RGB236157168-
CMYK00.330.290.07
HSL351.65º67.52%77.06%-
HSV(B)351.65º33.47%92.55%-
XYZ53.7244.7742.86-
YUV181.88120.17166.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=42.07%
G=27.99%
B=29.95%

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
Decimal23615716800.330.290.07351.6567.5277.06
HexEC9DA80211D7160444d
Octal354235250041357540104115
Binary11101100100111011010100001000011110111110110000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DA8; }

 p { color: rgb(236,157,168); }

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

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

 a { background-color: rgb(236,157,168); }

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

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

 span { border-color: rgb(236,157,168); }

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