Html Css Color HEX #EC13CE Shocking Pink

📋 copy color: '#EC13CE'

red 236 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #EC13CE

Tints of Shocking Pink #EC13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.12%

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 51.19%
G = 4.12%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC13CE (or 0xEC13CE) is known color: Shocking Pink. HEX triplet: EC, 13 and CE. RGB value is (236,19,206). Sum of RGB (Red+Green+Blue) = 236+19+206=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13CE is #13EC31. Grayscale: #686868. Windows color (decimal): -1305650 or 13505516. OLE color: 13505516.

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

Color convert

RGB 236 19 206 -
CMYK 0 0.92 0.13 0.07
HSL 308.29º 0.85% 0.5% -
HSV(B) 308.29º 0.92% 0.93% -
XYZ 45.97 22.75 60.36 -
YUV 105.2 184.89 221.29 -
System Red Green Blue C M Y K H S L
Decimal 236 19 206 0 0.92 0.13 0.07 308.29 0.85 0.5
Hex EC 13 CE 0 5C D 7 134 55 32
Octal 354 23 316 0 134 15 7 464 125 62
Binary 11101100 10011 11001110 0 1011100 1101 111 100110100 1010101 110010

Color Harmonies of #EC13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13CE

Black with #EC13CE

Text Example


Text Example

White with #EC13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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