Html Css Color HEX #ED21C8 Shocking Pink

📋 copy color: '#ED21C8'

red 237 ◦ green 33 ◦ blue 200

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

Shades of Shocking Pink #ED21C8

Tints of Shocking Pink #ED21C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 50.43%
G = 7.02%
B = 42.55%

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

#ED21C8 (or 0xED21C8) is known color: Shocking Pink. HEX triplet: ED, 21 and C8. RGB value is (237,33,200). Sum of RGB (Red+Green+Blue) = 237+33+200=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21C8 is #12DE37. Grayscale: #707070. Windows color (decimal): -1236536 or 13115885. OLE color: 13115885.

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

Color convert

RGB 237 33 200 -
CMYK 0 0.86 0.16 0.07
HSL 310.88º 0.85% 0.53% -
HSV(B) 310.88º 0.86% 0.93% -
XYZ 45.89 23.26 56.71 -
YUV 113.03 177.09 216.42 -
System Red Green Blue C M Y K H S L
Decimal 237 33 200 0 0.86 0.16 0.07 310.88 0.85 0.53
Hex ED 21 C8 0 56 10 7 137 55 35
Octal 355 41 310 0 126 20 7 467 125 65
Binary 11101101 100001 11001000 0 1010110 10000 111 100110111 1010101 110101

Color Harmonies of #ED21C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21C8

Black with #ED21C8

Text Example


Text Example

White with #ED21C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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