#EC9FAF

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

Shades of Illusion #EC9FAF

Tints of Illusion #EC9FAF

Color information

#EC9FAF (or 0xEC9FAF) is unknown color: approx Illusion. HEX triplet: EC, 9F and AF. RGB value is (236,159,175). Sum of RGB (Red+Green+Blue) = 236+159+175=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FAF is #136050. Grayscale: #B7B7B7. Windows color (decimal): -1269841 or 11509740. OLE color: 11509740.

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

Color convert

RGB236159175-
CMYK00.330.260.07
HSL347.53º66.96%77.45%-
HSV(B)347.53º32.63%92.55%-
XYZ54.7345.7246.5-
YUV183.85123.01165.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=41.40%
G=27.89%
B=30.70%

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
Decimal23615917500.330.260.07347.5366.9677.45
HexEC9FAF0211A715c434d
Octal354237257041327534103115
Binary11101100100111111010111101000011101011110101110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FAF; }

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

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

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

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

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

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

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

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