#EC9FAA

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

Shades of Illusion #EC9FAA

Tints of Illusion #EC9FAA

Color information

#EC9FAA (or 0xEC9FAA) is unknown color: approx Illusion. HEX triplet: EC, 9F and AA. RGB value is (236,159,170). Sum of RGB (Red+Green+Blue) = 236+159+170=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FAA is #136055. Grayscale: #B7B7B7. Windows color (decimal): -1269846 or 11182060. OLE color: 11182060.

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

Color convert

RGB236159170-
CMYK00.330.280.07
HSL351.43º66.96%77.45%-
HSV(B)351.43º32.63%92.55%-
XYZ54.2545.5343.96-
YUV183.28120.51165.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=41.77%
G=28.14%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615917000.330.280.07351.4366.9677.45
HexEC9FAA0211C715f434d
Octal354237252041347537103115
Binary11101100100111111010101001000011110011110101111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FAA; }

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

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

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

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

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

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

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

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