Html Css Color HEX #E021AC Spicy Pink

📋 copy color: '#E021AC'

red 224 ◦ green 33 ◦ blue 172

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

Shades of Spicy Pink #E021AC

Tints of Spicy Pink #E021AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 52.21%
G = 7.69%
B = 40.09%

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

#E021AC (or 0xE021AC) is known color: Spicy Pink. HEX triplet: E0, 21 and AC. RGB value is (224,33,172). Sum of RGB (Red+Green+Blue) = 224+33+172=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E021AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021AC is #1FDE53. Grayscale: #696969. Windows color (decimal): -2088532 or 11280864. OLE color: 11280864.

HSL color Cylindrical-coordinate representation of color #E021AC: hue angle of 316.34º 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 #E021AC is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 172 -
CMYK 0 0.85 0.23 0.12
HSL 316.34º 0.75% 0.5% -
HSV(B) 316.34º 0.85% 0.88% -
XYZ 38.73 19.91 40.83 -
YUV 105.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 224 33 172 0 0.85 0.23 0.12 316.34 0.75 0.5
Hex E0 21 AC 0 55 17 C 13C 4B 32
Octal 340 41 254 0 125 27 14 474 113 62
Binary 11100000 100001 10101100 0 1010101 10111 1100 100111100 1001011 110010

Color Harmonies of #E021AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021AC

Black with #E021AC

Text Example


Text Example

White with #E021AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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