#EC97BC

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

Shades of Shocking #EC97BC

Tints of Shocking #EC97BC

Color information

#EC97BC (or 0xEC97BC) is unknown color: approx Shocking. HEX triplet: EC, 97 and BC. RGB value is (236,151,188). Sum of RGB (Red+Green+Blue) = 236+151+188=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97BC is #136843. Grayscale: #B4B4B4. Windows color (decimal): -1271876 or 12359660. OLE color: 12359660.

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

Color convert

RGB236151188-
CMYK00.360.200.07
HSL333.88º69.11%75.88%-
HSV(B)333.88º36.02%92.55%-
XYZ54.7443.653.11-
YUV180.63132.16167.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=41.04%
G=26.26%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615118800.360.200.07333.8869.1175.88
HexEC97BC02414714e454c
Octal354227274044247516105114
Binary11101100100101111011110001001001010011110100111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97BC; }

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

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

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

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

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

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

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

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