#EC9AAA

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

Shades of Illusion #EC9AAA

Tints of Illusion #EC9AAA

Color information

#EC9AAA (or 0xEC9AAA) is unknown color: approx Illusion. HEX triplet: EC, 9A and AA. RGB value is (236,154,170). Sum of RGB (Red+Green+Blue) = 236+154+170=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AAA is #136555. Grayscale: #B4B4B4. Windows color (decimal): -1271126 or 11180780. OLE color: 11180780.

HSL color Cylindrical-coordinate representation of color #EC9AAA: hue angle of 348.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AAA is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236154170-
CMYK00.350.280.07
HSL348.29º68.33%76.47%-
HSV(B)348.29º34.75%92.55%-
XYZ53.443.8543.68-
YUV180.34122.17167.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=42.14%
G=27.5%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615417000.350.280.07348.2968.3376.47
HexEC9AAA0231C715c444c
Octal354232252043347534104114
Binary11101100100110101010101001000111110011110101110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AAA; }

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

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

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

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

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

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

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

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