#EC9DB2

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

Shades of Illusion #EC9DB2

Tints of Illusion #EC9DB2

Color information

#EC9DB2 (or 0xEC9DB2) is unknown color: approx Illusion. HEX triplet: EC, 9D and B2. RGB value is (236,157,178). Sum of RGB (Red+Green+Blue) = 236+157+178=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DB2 is #13624D. Grayscale: #B7B7B7. Windows color (decimal): -1270350 or 11705836. OLE color: 11705836.

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

Color convert

RGB236157178-
CMYK00.330.250.07
HSL344.05º67.52%77.06%-
HSV(B)344.05º33.47%92.55%-
XYZ54.6845.1647.95-
YUV183.02125.17165.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=41.33%
G=27.50%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615717800.330.250.07344.0567.5277.06
HexEC9DB2021197158444d
Octal354235262041317530104115
Binary11101100100111011011001001000011100111110101100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DB2; }

 p { color: rgb(236,157,178); }

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

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

 a { background-color: rgb(236,157,178); }

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

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

 span { border-color: rgb(236,157,178); }

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