#EC96BA

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

Shades of Shocking #EC96BA

Tints of Shocking #EC96BA

Color information

#EC96BA (or 0xEC96BA) is unknown color: approx Shocking. HEX triplet: EC, 96 and BA. RGB value is (236,150,186). Sum of RGB (Red+Green+Blue) = 236+150+186=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BA is #136945. Grayscale: #B3B3B3. Windows color (decimal): -1272134 or 12228332. OLE color: 12228332.

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

Color convert

RGB236150186-
CMYK00.360.210.07
HSL334.88º69.35%75.69%-
HSV(B)334.88º36.44%92.55%-
XYZ54.3643.1951.93-
YUV179.82131.49168.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=41.26%
G=26.22%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615018600.360.210.07334.8869.3575.69
HexEC96BA02415714f454c
Octal354226272044257517105114
Binary11101100100101101011101001001001010111110100111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96BA; }

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

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

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

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

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

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

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

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