Html Css Color HEX #ED20C5 Shocking Pink

📋 copy color: '#ED20C5'

red 237 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #ED20C5

Tints of Shocking Pink #ED20C5

RGB

 RED value IS 237 (92.97% from 255) = 50.86%

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

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 50.86%
G = 6.87%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED20C5 (or 0xED20C5) is known color: Shocking Pink. HEX triplet: ED, 20 and C5. RGB value is (237,32,197). Sum of RGB (Red+Green+Blue) = 237+32+197=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20C5 is #12DF3A. Grayscale: #6F6F6F. Windows color (decimal): -1236795 or 12919021. OLE color: 12919021.

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

Color convert

RGB 237 32 197 -
CMYK 0 0.86 0.17 0.07
HSL 311.71º 0.85% 0.53% -
HSV(B) 311.71º 0.86% 0.93% -
XYZ 45.52 23.07 54.88 -
YUV 112.11 175.92 217.08 -
System Red Green Blue C M Y K H S L
Decimal 237 32 197 0 0.86 0.17 0.07 311.71 0.85 0.53
Hex ED 20 C5 0 56 11 7 138 55 35
Octal 355 40 305 0 126 21 7 470 125 65
Binary 11101101 100000 11000101 0 1010110 10001 111 100111000 1010101 110101

Color Harmonies of #ED20C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20C5

Black with #ED20C5

Text Example


Text Example

White with #ED20C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20C5; }

 p { color: rgb(237,32,197); }

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

background-color css

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

 a { background-color: rgb(237,32,197); }

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

border-color css

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

 span { border-color: rgb(237,32,197); }

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