Html Css Color HEX #E021AE Spicy Pink

📋 copy color: '#E021AE'

red 224 ◦ green 33 ◦ blue 174

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

Shades of Spicy Pink #E021AE

Tints of Spicy Pink #E021AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 51.97%
G = 7.66%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E021AE (or 0xE021AE) is known color: Spicy Pink. HEX triplet: E0, 21 and AE. RGB value is (224,33,174). Sum of RGB (Red+Green+Blue) = 224+33+174=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E021AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021AE is #1FDE51. Grayscale: #696969. Windows color (decimal): -2088530 or 11411936. OLE color: 11411936.

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

Color convert

RGB 224 33 174 -
CMYK 0 0.85 0.22 0.12
HSL 315.71º 0.75% 0.5% -
HSV(B) 315.71º 0.85% 0.88% -
XYZ 38.92 19.99 41.85 -
YUV 106.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 224 33 174 0 0.85 0.22 0.12 315.71 0.75 0.5
Hex E0 21 AE 0 55 16 C 13C 4B 32
Octal 340 41 256 0 125 26 14 474 113 62
Binary 11100000 100001 10101110 0 1010101 10110 1100 100111100 1001011 110010

Color Harmonies of #E021AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021AE

Black with #E021AE

Text Example


Text Example

White with #E021AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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