#EC97B1

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

Shades of Illusion #EC97B1

Tints of Illusion #EC97B1

Color information

#EC97B1 (or 0xEC97B1) is unknown color: approx Illusion. HEX triplet: EC, 97 and B1. RGB value is (236,151,177). Sum of RGB (Red+Green+Blue) = 236+151+177=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC97B1 is #13684E. Grayscale: #B3B3B3. Windows color (decimal): -1271887 or 11638764. OLE color: 11638764.

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

Color convert

RGB236151177-
CMYK00.360.250.07
HSL341.65º69.11%75.88%-
HSV(B)341.65º36.02%92.55%-
XYZ53.5943.1447.1-
YUV179.38126.66168.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=41.84%
G=26.77%
B=31.38%

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
Decimal23615117700.360.250.07341.6569.1175.88
HexEC97B1024197156454c
Octal354227261044317526105114
Binary11101100100101111011000101001001100111110101011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97B1; }

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

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

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

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

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

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

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

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