Html Css Color HEX #EC11D2 Shocking Pink

📋 copy color: '#EC11D2'

red 236 ◦ green 17 ◦ blue 210

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

Shades of Shocking Pink #EC11D2

Tints of Shocking Pink #EC11D2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.67%

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

R = 50.97%
G = 3.67%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC11D2 (or 0xEC11D2) is known color: Shocking Pink. HEX triplet: EC, 11 and D2. RGB value is (236,17,210). Sum of RGB (Red+Green+Blue) = 236+17+210=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11D2 is #13EE2D. Grayscale: #676767. Windows color (decimal): -1306158 or 13767148. OLE color: 13767148.

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

Color convert

RGB 236 17 210 -
CMYK 0 0.93 0.11 0.07
HSL 307.12º 0.87% 0.5% -
HSV(B) 307.12º 0.93% 0.93% -
XYZ 46.43 22.89 62.94 -
YUV 104.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 236 17 210 0 0.93 0.11 0.07 307.12 0.87 0.5
Hex EC 11 D2 0 5D B 7 133 57 32
Octal 354 21 322 0 135 13 7 463 127 62
Binary 11101100 10001 11010010 0 1011101 1011 111 100110011 1010111 110010

Color Harmonies of #EC11D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11D2

Black with #EC11D2

Text Example


Text Example

White with #EC11D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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