#EC13D4

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

Shades of Shocking Pink #EC13D4

Tints of Shocking Pink #EC13D4

Color information

#EC13D4 (or 0xEC13D4) is unknown color: approx Shocking Pink. HEX triplet: EC, 13 and D4. RGB value is (236,19,212). Sum of RGB (Red+Green+Blue) = 236+19+212=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13D4 is #13EC2B. Grayscale: #696969. Windows color (decimal): -1305644 or 13898732. OLE color: 13898732.

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

Color convert

RGB23619212-
CMYK00.920.100.07
HSL306.64º85.1%50%-
HSV(B)306.64º91.95%92.55%-
XYZ46.7123.0564.28-
YUV105.88187.89220.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 19 (7.81% from 255) = 4.07%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=50.54%
G=4.07%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361921200.920.100.07306.6485.150
HexEC13D405CA71335532
Octal35423324013412746312562
Binary1110110010011110101000101110010101111001100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC13D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC13D4; }

 p { color: rgb(236,19,212); }

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

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

 a { background-color: rgb(236,19,212); }

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

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

 span { border-color: rgb(236,19,212); }

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