#EC9DAE

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

Shades of Illusion #EC9DAE

Tints of Illusion #EC9DAE

Color information

#EC9DAE (or 0xEC9DAE) is unknown color: approx Illusion. HEX triplet: EC, 9D and AE. RGB value is (236,157,174). Sum of RGB (Red+Green+Blue) = 236+157+174=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DAE is #136251. Grayscale: #B6B6B6. Windows color (decimal): -1270354 or 11443692. OLE color: 11443692.

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

Color convert

RGB236157174-
CMYK00.330.260.07
HSL347.09º67.52%77.06%-
HSV(B)347.09º33.47%92.55%-
XYZ54.294545.87-
YUV182.56123.17166.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=41.62%
G=27.69%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615717400.330.260.07347.0967.5277.06
HexEC9DAE0211A715b444d
Octal354235256041327533104115
Binary11101100100111011010111001000011101011110101101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DAE; }

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

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

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

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

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

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

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

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