#EC97B2

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

Shades of Illusion #EC97B2

Tints of Illusion #EC97B2

Color information

#EC97B2 (or 0xEC97B2) is unknown color: approx Illusion. HEX triplet: EC, 97 and B2. RGB value is (236,151,178). Sum of RGB (Red+Green+Blue) = 236+151+178=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC97B2 is #13684D. Grayscale: #B3B3B3. Windows color (decimal): -1271886 or 11704300. OLE color: 11704300.

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

Color convert

RGB236151178-
CMYK00.360.250.07
HSL340.94º69.11%75.88%-
HSV(B)340.94º36.02%92.55%-
XYZ53.6943.1847.62-
YUV179.49127.16168.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=41.77%
G=26.73%
B=31.50%

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
Decimal23615117800.360.250.07340.9469.1175.88
HexEC97B2024197155454c
Octal354227262044317525105114
Binary11101100100101111011001001001001100111110101010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97B2; }

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

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

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

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

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

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

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

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