#EC19B6

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

Shades of Shocking Pink #EC19B6

Tints of Shocking Pink #EC19B6

Color information

#EC19B6 (or 0xEC19B6) is unknown color: approx Shocking Pink. HEX triplet: EC, 19 and B6. RGB value is (236,25,182). Sum of RGB (Red+Green+Blue) = 236+25+182=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19B6 is #13E649. Grayscale: #696969. Windows color (decimal): -1304138 or 11934188. OLE color: 11934188.

HSL color Cylindrical-coordinate representation of color #EC19B6: hue angle of 315.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19B6 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB23625182-
CMYK00.890.230.07
HSL315.36º84.74%51.18%-
HSV(B)315.36º89.41%92.55%-
XYZ43.3821.9146.2-
YUV105.99170.9220.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 25 (10.16% from 255) = 5.64%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=53.27%
G=5.64%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362518200.890.230.07315.3684.7451.18
HexEC19B605917713b5533
Octal35431266013127747312563
Binary11101100110011011011001011001101111111001110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19B6; }

 p { color: rgb(236,25,182); }

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

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

 a { background-color: rgb(236,25,182); }

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

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

 span { border-color: rgb(236,25,182); }

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