#EC96AA

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

Shades of Illusion #EC96AA

Tints of Illusion #EC96AA

Color information

#EC96AA (or 0xEC96AA) is unknown color: approx Illusion. HEX triplet: EC, 96 and AA. RGB value is (236,150,170). Sum of RGB (Red+Green+Blue) = 236+150+170=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC96AA is #136955. Grayscale: #B2B2B2. Windows color (decimal): -1272150 or 11179756. OLE color: 11179756.

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

Color convert

RGB236150170-
CMYK00.360.280.07
HSL346.05º69.35%75.69%-
HSV(B)346.05º36.44%92.55%-
XYZ52.7542.5543.46-
YUV177.99123.49169.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=42.45%
G=26.98%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615017000.360.280.07346.0569.3575.69
HexEC96AA0241C715a454c
Octal354226252044347532105114
Binary11101100100101101010101001001001110011110101101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96AA; }

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

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

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

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

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

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

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

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