Html Css Color HEX #ED21C7 Shocking Pink

📋 copy color: '#ED21C7'

red 237 ◦ green 33 ◦ blue 199

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

Shades of Shocking Pink #ED21C7

Tints of Shocking Pink #ED21C7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.04%

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

R = 50.53%
G = 7.04%
B = 42.43%

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

#ED21C7 (or 0xED21C7) is known color: Shocking Pink. HEX triplet: ED, 21 and C7. RGB value is (237,33,199). Sum of RGB (Red+Green+Blue) = 237+33+199=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21C7 is #12DE38. Grayscale: #707070. Windows color (decimal): -1236537 or 13050349. OLE color: 13050349.

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

Color convert

RGB 237 33 199 -
CMYK 0 0.86 0.16 0.07
HSL 311.18º 0.85% 0.53% -
HSV(B) 311.18º 0.86% 0.93% -
XYZ 45.78 23.22 56.1 -
YUV 112.92 176.59 216.5 -
System Red Green Blue C M Y K H S L
Decimal 237 33 199 0 0.86 0.16 0.07 311.18 0.85 0.53
Hex ED 21 C7 0 56 10 7 137 55 35
Octal 355 41 307 0 126 20 7 467 125 65
Binary 11101101 100001 11000111 0 1010110 10000 111 100110111 1010101 110101

Color Harmonies of #ED21C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21C7

Black with #ED21C7

Text Example


Text Example

White with #ED21C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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