#ec96b2

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

Shades of Illusion #EC96B2

Tints of Illusion #EC96B2

Color information

#EC96B2 (or 0xEC96B2) is unknown color: approx Illusion. HEX triplet: EC, 96 and B2. RGB value is (236,150,178). Sum of RGB (Red+Green+Blue) = 236+150+178=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC96B2 is #13694D. Grayscale: #B2B2B2. Windows color (decimal): -1272142 or 11704044. OLE color: 11704044.

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

Color convert

RGB236150178-
CMYK00.360.250.07
HSL340.47º69.35%75.69%-
HSV(B)340.47º36.44%92.55%-
XYZ53.5342.8647.57-
YUV178.91127.49168.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=41.84%
G=26.60%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615017800.360.250.07340.4769.3575.69
HexEC96B2024197154454c
Octal354226262044317524105114
Binary11101100100101101011001001001001100111110101010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec96b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec96b2; }

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

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

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

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

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

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

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

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