#EC96BC

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

Shades of Shocking #EC96BC

Tints of Shocking #EC96BC

Color information

#EC96BC (or 0xEC96BC) is unknown color: approx Shocking. HEX triplet: EC, 96 and BC. RGB value is (236,150,188). Sum of RGB (Red+Green+Blue) = 236+150+188=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BC is #136943. Grayscale: #B3B3B3. Windows color (decimal): -1272132 or 12359404. OLE color: 12359404.

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

Color convert

RGB236150188-
CMYK00.360.200.07
HSL333.49º69.35%75.69%-
HSV(B)333.49º36.44%92.55%-
XYZ54.5843.2853.05-
YUV180.05132.49167.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=41.11%
G=26.13%
B=32.75%

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
Decimal23615018800.360.200.07333.4969.3575.69
HexEC96BC02414714d454c
Octal354226274044247515105114
Binary11101100100101101011110001001001010011110100110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96BC; }

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

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

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

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

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

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

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

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