#EC9CAC

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

Shades of Illusion #EC9CAC

Tints of Illusion #EC9CAC

Color information

#EC9CAC (or 0xEC9CAC) is unknown color: approx Illusion. HEX triplet: EC, 9C and AC. RGB value is (236,156,172). Sum of RGB (Red+Green+Blue) = 236+156+172=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CAC is #136353. Grayscale: #B5B5B5. Windows color (decimal): -1270612 or 11312364. OLE color: 11312364.

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

Color convert

RGB236156172-
CMYK00.340.270.07
HSL348º67.8%76.86%-
HSV(B)348º33.9%92.55%-
XYZ53.9344.5944.79-
YUV181.74122.5166.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=41.84%
G=27.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615617200.340.270.0734867.876.86
HexEC9CAC0221B715c444d
Octal354234254042337534104115
Binary11101100100111001010110001000101101111110101110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CAC; }

 p { color: rgb(236,156,172); }

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

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

 a { background-color: rgb(236,156,172); }

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

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

 span { border-color: rgb(236,156,172); }

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