#EC9DAF

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

Shades of Illusion #EC9DAF

Tints of Illusion #EC9DAF

Color information

#EC9DAF (or 0xEC9DAF) is unknown color: approx Illusion. HEX triplet: EC, 9D and AF. RGB value is (236,157,175). Sum of RGB (Red+Green+Blue) = 236+157+175=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DAF is #136250. Grayscale: #B6B6B6. Windows color (decimal): -1270353 or 11509228. OLE color: 11509228.

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

Color convert

RGB236157175-
CMYK00.330.260.07
HSL346.33º67.52%77.06%-
HSV(B)346.33º33.47%92.55%-
XYZ54.3945.0446.38-
YUV182.67123.67166.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=41.55%
G=27.64%
B=30.81%

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
Decimal23615717500.330.260.07346.3367.5277.06
HexEC9DAF0211A715a444d
Octal354235257041327532104115
Binary11101100100111011010111101000011101011110101101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DAF; }

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

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

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

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

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

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

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

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