Html Css Color HEX #ED20A9 Spicy Pink

📋 copy color: '#ED20A9'

red 237 ◦ green 32 ◦ blue 169

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

Shades of Spicy Pink #ED20A9

Tints of Spicy Pink #ED20A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.58%

R = 54.11%
G = 7.31%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED20A9 (or 0xED20A9) is known color: Spicy Pink. HEX triplet: ED, 20 and A9. RGB value is (237,32,169). Sum of RGB (Red+Green+Blue) = 237+32+169=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20A9 is #12DF56. Grayscale: #6C6C6C. Windows color (decimal): -1236823 or 11084013. OLE color: 11084013.

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

Color convert

RGB 237 32 169 -
CMYK 0 0.86 0.29 0.07
HSL 319.9º 0.85% 0.53% -
HSV(B) 319.9º 0.86% 0.93% -
XYZ 42.6 21.9 39.52 -
YUV 108.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 237 32 169 0 0.86 0.29 0.07 319.9 0.85 0.53
Hex ED 20 A9 0 56 1D 7 140 55 35
Octal 355 40 251 0 126 35 7 500 125 65
Binary 11101101 100000 10101001 0 1010110 11101 111 101000000 1010101 110101

Color Harmonies of #ED20A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20A9

Black with #ED20A9

Text Example


Text Example

White with #ED20A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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