#EC9CAB

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

Shades of Illusion #EC9CAB

Tints of Illusion #EC9CAB

Color information

#EC9CAB (or 0xEC9CAB) is unknown color: approx Illusion. HEX triplet: EC, 9C and AB. RGB value is (236,156,171). Sum of RGB (Red+Green+Blue) = 236+156+171=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CAB is #136354. Grayscale: #B5B5B5. Windows color (decimal): -1270613 or 11246828. OLE color: 11246828.

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

Color convert

RGB236156171-
CMYK00.340.280.07
HSL348.75º67.8%76.86%-
HSV(B)348.75º33.9%92.55%-
XYZ53.8344.5544.29-
YUV181.63122166.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=41.92%
G=27.71%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615617100.340.280.07348.7567.876.86
HexEC9CAB0221C715d444d
Octal354234253042347535104115
Binary11101100100111001010101101000101110011110101110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CAB; }

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

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

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

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

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

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

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

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