#EC96BF

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

Shades of Shocking #EC96BF

Tints of Shocking #EC96BF

Color information

#EC96BF (or 0xEC96BF) is unknown color: approx Shocking. HEX triplet: EC, 96 and BF. RGB value is (236,150,191). Sum of RGB (Red+Green+Blue) = 236+150+191=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BF is #136940. Grayscale: #B4B4B4. Windows color (decimal): -1272129 or 12556012. OLE color: 12556012.

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

Color convert

RGB236150191-
CMYK00.360.190.07
HSL331.4º69.35%75.69%-
HSV(B)331.4º36.44%92.55%-
XYZ54.943.4154.77-
YUV180.39133.99167.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 191 (75% from 255) = 33.10%
R=40.90%
G=26.00%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615019100.360.190.07331.469.3575.69
HexEC96BF02413714b454c
Octal354226277044237513105114
Binary11101100100101101011111101001001001111110100101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96BF; }

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

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

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

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

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

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

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

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