Html Css Color HEX #EC12D2 Shocking Pink

📋 copy color: '#EC12D2'

red 236 ◦ green 18 ◦ blue 210

#EC12D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #EC12D2

Tints of Shocking Pink #EC12D2

RGB

 RED value IS 236 (92.58% from 255) = 50.86%

 GREEN value IS 18 (7.42% from 255) = 3.88%

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 50.86%
G = 3.88%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC12D2 (or 0xEC12D2) is known color: Shocking Pink. HEX triplet: EC, 12 and D2. RGB value is (236,18,210). Sum of RGB (Red+Green+Blue) = 236+18+210=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12D2 is #13ED2D. Grayscale: #686868. Windows color (decimal): -1305902 or 13767404. OLE color: 13767404.

HSL color Cylindrical-coordinate representation of color #EC12D2: hue angle of 307.16º degrees, saturation: 0.86, 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 #EC12D2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 210 -
CMYK 0 0.92 0.11 0.07
HSL 307.16º 0.86% 0.5% -
HSV(B) 307.16º 0.92% 0.93% -
XYZ 46.44 22.92 62.95 -
YUV 105.07 187.22 221.39 -
System Red Green Blue C M Y K H S L
Decimal 236 18 210 0 0.92 0.11 0.07 307.16 0.86 0.5
Hex EC 12 D2 0 5C B 7 133 56 32
Octal 354 22 322 0 134 13 7 463 126 62
Binary 11101100 10010 11010010 0 1011100 1011 111 100110011 1010110 110010

Color Harmonies of #EC12D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12D2

Black with #EC12D2

Text Example


Text Example

White with #EC12D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12D2; }

 p { color: rgb(236,18,210); }

 H1.HeaderClassName
 {
   color: #EC12D2;
 }
 .AnyTagClassName
 {
   color: #EC12D2;
 }
</style>

background-color css

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

 a { background-color: rgb(236,18,210); }

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

border-color css

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

 span { border-color: rgb(236,18,210); }

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