Html Css Color HEX #ED21AB Spicy Pink

📋 copy color: '#ED21AB'

red 237 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #ED21AB

Tints of Spicy Pink #ED21AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 53.74%
G = 7.48%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED21AB (or 0xED21AB) is known color: Spicy Pink. HEX triplet: ED, 21 and AB. RGB value is (237,33,171). Sum of RGB (Red+Green+Blue) = 237+33+171=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED21AB is #12DE54. Grayscale: #6D6D6D. Windows color (decimal): -1236565 or 11215341. OLE color: 11215341.

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

Color convert

RGB 237 33 171 -
CMYK 0 0.86 0.28 0.07
HSL 319.41º 0.85% 0.53% -
HSV(B) 319.41º 0.86% 0.93% -
XYZ 42.82 22.03 40.52 -
YUV 109.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 237 33 171 0 0.86 0.28 0.07 319.41 0.85 0.53
Hex ED 21 AB 0 56 1C 7 13F 55 35
Octal 355 41 253 0 126 34 7 477 125 65
Binary 11101101 100001 10101011 0 1010110 11100 111 100111111 1010101 110101

Color Harmonies of #ED21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21AB

Black with #ED21AB

Text Example


Text Example

White with #ED21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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