Html Css Color HEX #ED20C7 Shocking Pink

📋 copy color: '#ED20C7'

red 237 ◦ green 32 ◦ blue 199

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

Shades of Shocking Pink #ED20C7

Tints of Shocking Pink #ED20C7

RGB

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

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

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

R = 50.64%
G = 6.84%
B = 42.52%

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

#ED20C7 (or 0xED20C7) is known color: Shocking Pink. HEX triplet: ED, 20 and C7. RGB value is (237,32,199). Sum of RGB (Red+Green+Blue) = 237+32+199=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20C7 is #12DF38. Grayscale: #6F6F6F. Windows color (decimal): -1236793 or 13050093. OLE color: 13050093.

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

Color convert

RGB 237 32 199 -
CMYK 0 0.86 0.16 0.07
HSL 311.12º 0.85% 0.53% -
HSV(B) 311.12º 0.86% 0.93% -
XYZ 45.75 23.16 56.09 -
YUV 112.33 176.92 216.92 -
System Red Green Blue C M Y K H S L
Decimal 237 32 199 0 0.86 0.16 0.07 311.12 0.85 0.53
Hex ED 20 C7 0 56 10 7 137 55 35
Octal 355 40 307 0 126 20 7 467 125 65
Binary 11101101 100000 11000111 0 1010110 10000 111 100110111 1010101 110101

Color Harmonies of #ED20C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20C7

Black with #ED20C7

Text Example


Text Example

White with #ED20C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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