#EC19BF

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

Shades of Shocking Pink #EC19BF

Tints of Shocking Pink #EC19BF

Color information

#EC19BF (or 0xEC19BF) is unknown color: approx Shocking Pink. HEX triplet: EC, 19 and BF. RGB value is (236,25,191). Sum of RGB (Red+Green+Blue) = 236+25+191=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19BF is #13E640. Grayscale: #6A6A6A. Windows color (decimal): -1304129 or 12524012. OLE color: 12524012.

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

Color convert

RGB23625191-
CMYK00.890.190.07
HSL312.8º84.74%51.18%-
HSV(B)312.8º89.41%92.55%-
XYZ44.3422.2951.26-
YUV107.01175.4220-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 25 (10.16% from 255) = 5.53%
BLUE value IS 191 (75% from 255) = 42.26%
R=52.21%
G=5.53%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362519100.890.190.07312.884.7451.18
HexEC19BF0591371395533
Octal35431277013123747112563
Binary11101100110011011111101011001100111111001110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19BF; }

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

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

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

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

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

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

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

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