Html Css Color HEX #EC20CC Shocking Pink

📋 copy color: '#EC20CC'

red 236 ◦ green 32 ◦ blue 204

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

Shades of Shocking Pink #EC20CC

Tints of Shocking Pink #EC20CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.78%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 50%
G = 6.78%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC20CC (or 0xEC20CC) is known color: Shocking Pink. HEX triplet: EC, 20 and CC. RGB value is (236,32,204). Sum of RGB (Red+Green+Blue) = 236+32+204=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20CC is #13DF33. Grayscale: #707070. Windows color (decimal): -1302324 or 13377772. OLE color: 13377772.

HSL color Cylindrical-coordinate representation of color #EC20CC: hue angle of 309.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20CC is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 204 -
CMYK 0 0.86 0.14 0.07
HSL 309.41º 0.84% 0.53% -
HSV(B) 309.41º 0.86% 0.93% -
XYZ 46.01 23.23 59.18 -
YUV 112.6 179.59 216.01 -
System Red Green Blue C M Y K H S L
Decimal 236 32 204 0 0.86 0.14 0.07 309.41 0.84 0.53
Hex EC 20 CC 0 56 E 7 135 54 35
Octal 354 40 314 0 126 16 7 465 124 65
Binary 11101100 100000 11001100 0 1010110 1110 111 100110101 1010100 110101

Color Harmonies of #EC20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20CC

Black with #EC20CC

Text Example


Text Example

White with #EC20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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