Html Css Color HEX #ED20B9 Spicy Pink

📋 copy color: '#ED20B9'

red 237 ◦ green 32 ◦ blue 185

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

Shades of Spicy Pink #ED20B9

Tints of Spicy Pink #ED20B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 52.2%
G = 7.05%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED20B9 (or 0xED20B9) is known color: Spicy Pink. HEX triplet: ED, 20 and B9. RGB value is (237,32,185). Sum of RGB (Red+Green+Blue) = 237+32+185=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20B9 is #12DF46. Grayscale: #6E6E6E. Windows color (decimal): -1236807 or 12132589. OLE color: 12132589.

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

Color convert

RGB 237 32 185 -
CMYK 0 0.86 0.22 0.07
HSL 315.22º 0.85% 0.53% -
HSV(B) 315.22º 0.86% 0.93% -
XYZ 44.2 22.54 47.92 -
YUV 110.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 237 32 185 0 0.86 0.22 0.07 315.22 0.85 0.53
Hex ED 20 B9 0 56 16 7 13B 55 35
Octal 355 40 271 0 126 26 7 473 125 65
Binary 11101101 100000 10111001 0 1010110 10110 111 100111011 1010101 110101

Color Harmonies of #ED20B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20B9

Black with #ED20B9

Text Example


Text Example

White with #ED20B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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