Html Css Color HEX #EC20C7 Shocking Pink

📋 copy color: '#EC20C7'

red 236 ◦ green 32 ◦ blue 199

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

Shades of Shocking Pink #EC20C7

Tints of Shocking Pink #EC20C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 50.54%
G = 6.85%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC20C7 (or 0xEC20C7) is known color: Shocking Pink. HEX triplet: EC, 20 and C7. RGB value is (236,32,199). Sum of RGB (Red+Green+Blue) = 236+32+199=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20C7 is #13DF38. Grayscale: #6F6F6F. Windows color (decimal): -1302329 or 13050092. OLE color: 13050092.

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

Color convert

RGB 236 32 199 -
CMYK 0 0.86 0.16 0.07
HSL 310.88º 0.84% 0.53% -
HSV(B) 310.88º 0.86% 0.93% -
XYZ 45.42 22.99 56.08 -
YUV 112.03 177.09 216.42 -
System Red Green Blue C M Y K H S L
Decimal 236 32 199 0 0.86 0.16 0.07 310.88 0.84 0.53
Hex EC 20 C7 0 56 10 7 137 54 35
Octal 354 40 307 0 126 20 7 467 124 65
Binary 11101100 100000 11000111 0 1010110 10000 111 100110111 1010100 110101

Color Harmonies of #EC20C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20C7

Black with #EC20C7

Text Example


Text Example

White with #EC20C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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