#EC19BE

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

Shades of Shocking Pink #EC19BE

Tints of Shocking Pink #EC19BE

Color information

#EC19BE (or 0xEC19BE) is unknown color: approx Shocking Pink. HEX triplet: EC, 19 and BE. RGB value is (236,25,190). Sum of RGB (Red+Green+Blue) = 236+25+190=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19BE is #13E641. Grayscale: #6A6A6A. Windows color (decimal): -1304130 or 12458476. OLE color: 12458476.

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

Color convert

RGB23625190-
CMYK00.890.190.07
HSL313.08º84.74%51.18%-
HSV(B)313.08º89.41%92.55%-
XYZ44.2322.2550.68-
YUV106.9174.9220.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.33%
GREEN value IS 25 (10.16% from 255) = 5.54%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=52.33%
G=5.54%
B=42.13%

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
Decimal2362519000.890.190.07313.0884.7451.18
HexEC19BE0591371395533
Octal35431276013123747112563
Binary11101100110011011111001011001100111111001110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19BE; }

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

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

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

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

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

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

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

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