#EC9EAF

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

Shades of Illusion #EC9EAF

Tints of Illusion #EC9EAF

Color information

#EC9EAF (or 0xEC9EAF) is unknown color: approx Illusion. HEX triplet: EC, 9E and AF. RGB value is (236,158,175). Sum of RGB (Red+Green+Blue) = 236+158+175=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9EAF is #136150. Grayscale: #B7B7B7. Windows color (decimal): -1270097 or 11509484. OLE color: 11509484.

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

Color convert

RGB236158175-
CMYK00.330.260.07
HSL346.92º67.24%77.25%-
HSV(B)346.92º33.05%92.55%-
XYZ54.5645.3846.44-
YUV183.26123.34165.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=41.48%
G=27.77%
B=30.76%

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
Decimal23615817500.330.260.07346.9267.2477.25
HexEC9EAF0211A715b434d
Octal354236257041327533103115
Binary11101100100111101010111101000011101011110101101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9EAF; }

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

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

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

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

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

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

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

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