Html Css Color HEX #ED21C4 Shocking Pink

📋 copy color: '#ED21C4'

red 237 ◦ green 33 ◦ blue 196

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

Shades of Shocking Pink #ED21C4

Tints of Shocking Pink #ED21C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 50.86%
G = 7.08%
B = 42.06%

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

#ED21C4 (or 0xED21C4) is known color: Shocking Pink. HEX triplet: ED, 21 and C4. RGB value is (237,33,196). Sum of RGB (Red+Green+Blue) = 237+33+196=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21C4 is #12DE3B. Grayscale: #707070. Windows color (decimal): -1236540 or 12853741. OLE color: 12853741.

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

Color convert

RGB 237 33 196 -
CMYK 0 0.86 0.17 0.07
HSL 312.06º 0.85% 0.53% -
HSV(B) 312.06º 0.86% 0.93% -
XYZ 45.43 23.08 54.28 -
YUV 112.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 237 33 196 0 0.86 0.17 0.07 312.06 0.85 0.53
Hex ED 21 C4 0 56 11 7 138 55 35
Octal 355 41 304 0 126 21 7 470 125 65
Binary 11101101 100001 11000100 0 1010110 10001 111 100111000 1010101 110101

Color Harmonies of #ED21C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21C4

Black with #ED21C4

Text Example


Text Example

White with #ED21C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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