Html Css Color HEX #E020AF Spicy Pink

📋 copy color: '#E020AF'

red 224 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #E020AF

Tints of Spicy Pink #E020AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 51.97%
G = 7.42%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E020AF (or 0xE020AF) is known color: Spicy Pink. HEX triplet: E0, 20 and AF. RGB value is (224,32,175). Sum of RGB (Red+Green+Blue) = 224+32+175=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E020AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020AF is #1FDF50. Grayscale: #696969. Windows color (decimal): -2088785 or 11477216. OLE color: 11477216.

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

Color convert

RGB 224 32 175 -
CMYK 0 0.86 0.22 0.12
HSL 315.31º 0.76% 0.5% -
HSV(B) 315.31º 0.86% 0.88% -
XYZ 38.99 19.98 42.36 -
YUV 105.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 224 32 175 0 0.86 0.22 0.12 315.31 0.76 0.5
Hex E0 20 AF 0 56 16 C 13B 4C 32
Octal 340 40 257 0 126 26 14 473 114 62
Binary 11100000 100000 10101111 0 1010110 10110 1100 100111011 1001100 110010

Color Harmonies of #E020AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020AF

Black with #E020AF

Text Example


Text Example

White with #E020AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020AF; }

 p { color: rgb(224,32,175); }

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

background-color css

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

 a { background-color: rgb(224,32,175); }

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

border-color css

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

 span { border-color: rgb(224,32,175); }

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