#EC97B9

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

Shades of Shocking #EC97B9

Tints of Shocking #EC97B9

Color information

#EC97B9 (or 0xEC97B9) is unknown color: approx Shocking. HEX triplet: EC, 97 and B9. RGB value is (236,151,185). Sum of RGB (Red+Green+Blue) = 236+151+185=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97B9 is #136846. Grayscale: #B4B4B4. Windows color (decimal): -1271879 or 12163052. OLE color: 12163052.

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

Color convert

RGB236151185-
CMYK00.360.220.07
HSL336º69.11%75.88%-
HSV(B)336º36.02%92.55%-
XYZ54.4243.4751.42-
YUV180.29130.66167.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=41.26%
G=26.40%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615118500.360.220.0733669.1175.88
HexEC97B9024167150454c
Octal354227271044267520105114
Binary11101100100101111011100101001001011011110101000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97B9; }

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

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

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

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

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

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

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

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