#EC9FAE

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

Shades of Illusion #EC9FAE

Tints of Illusion #EC9FAE

Color information

#EC9FAE (or 0xEC9FAE) is unknown color: approx Illusion. HEX triplet: EC, 9F and AE. RGB value is (236,159,174). Sum of RGB (Red+Green+Blue) = 236+159+174=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FAE is #136051. Grayscale: #B7B7B7. Windows color (decimal): -1269842 or 11444204. OLE color: 11444204.

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

Color convert

RGB236159174-
CMYK00.330.260.07
HSL348.31º66.96%77.45%-
HSV(B)348.31º32.63%92.55%-
XYZ54.6345.6945.98-
YUV183.73122.51165.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=41.48%
G=27.94%
B=30.58%

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
Decimal23615917400.330.260.07348.3166.9677.45
HexEC9FAE0211A715c434d
Octal354237256041327534103115
Binary11101100100111111010111001000011101011110101110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FAE; }

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

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

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

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

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

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

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

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