Html Css Color HEX #E021AD Spicy Pink

📋 copy color: '#E021AD'

red 224 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #E021AD

Tints of Spicy Pink #E021AD

RGB

 RED value IS 224 (87.89% from 255) = 52.09%

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 52.09%
G = 7.67%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E021AD (or 0xE021AD) is known color: Spicy Pink. HEX triplet: E0, 21 and AD. RGB value is (224,33,173). Sum of RGB (Red+Green+Blue) = 224+33+173=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E021AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021AD is #1FDE52. Grayscale: #696969. Windows color (decimal): -2088531 or 11346400. OLE color: 11346400.

HSL color Cylindrical-coordinate representation of color #E021AD: hue angle of 316.02º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021AD is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 173 -
CMYK 0 0.85 0.23 0.12
HSL 316.02º 0.75% 0.5% -
HSV(B) 316.02º 0.85% 0.88% -
XYZ 38.83 19.95 41.34 -
YUV 106.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 224 33 173 0 0.85 0.23 0.12 316.02 0.75 0.5
Hex E0 21 AD 0 55 17 C 13C 4B 32
Octal 340 41 255 0 125 27 14 474 113 62
Binary 11100000 100001 10101101 0 1010101 10111 1100 100111100 1001011 110010

Color Harmonies of #E021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021AD

Black with #E021AD

Text Example


Text Example

White with #E021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021AD; }

 p { color: rgb(224,33,173); }

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

background-color css

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

 a { background-color: rgb(224,33,173); }

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

border-color css

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

 span { border-color: rgb(224,33,173); }

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