#EC19CC

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

Shades of Shocking Pink #EC19CC

Tints of Shocking Pink #EC19CC

Color information

#EC19CC (or 0xEC19CC) is unknown color: approx Shocking Pink. HEX triplet: EC, 19 and CC. RGB value is (236,25,204). Sum of RGB (Red+Green+Blue) = 236+25+204=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19CC is #13E633. Grayscale: #6B6B6B. Windows color (decimal): -1304116 or 13375980. OLE color: 13375980.

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

Color convert

RGB23625204-
CMYK00.890.140.07
HSL309.1º84.74%51.18%-
HSV(B)309.1º89.41%92.55%-
XYZ45.8422.8959.13-
YUV108.49181.9218.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 25 (10.16% from 255) = 5.38%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=50.75%
G=5.38%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362520400.890.140.07309.184.7451.18
HexEC19CC059E71355533
Octal35431314013116746512563
Binary1110110011001110011000101100111101111001101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19CC; }

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

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

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

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

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

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

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

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