Html Css Color HEX #ED21C6 Shocking Pink

📋 copy color: '#ED21C6'

red 237 ◦ green 33 ◦ blue 198

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

Shades of Shocking Pink #ED21C6

Tints of Shocking Pink #ED21C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 50.64%
G = 7.05%
B = 42.31%

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

#ED21C6 (or 0xED21C6) is known color: Shocking Pink. HEX triplet: ED, 21 and C6. RGB value is (237,33,198). Sum of RGB (Red+Green+Blue) = 237+33+198=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21C6 is #12DE39. Grayscale: #707070. Windows color (decimal): -1236538 or 12984813. OLE color: 12984813.

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

Color convert

RGB 237 33 198 -
CMYK 0 0.86 0.16 0.07
HSL 311.47º 0.85% 0.53% -
HSV(B) 311.47º 0.86% 0.93% -
XYZ 45.66 23.17 55.49 -
YUV 112.81 176.09 216.58 -
System Red Green Blue C M Y K H S L
Decimal 237 33 198 0 0.86 0.16 0.07 311.47 0.85 0.53
Hex ED 21 C6 0 56 10 7 137 55 35
Octal 355 41 306 0 126 20 7 467 125 65
Binary 11101101 100001 11000110 0 1010110 10000 111 100110111 1010101 110101

Color Harmonies of #ED21C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21C6

Black with #ED21C6

Text Example


Text Example

White with #ED21C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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