Html Css Color HEX #E020A8 Spicy Pink

📋 copy color: '#E020A8'

red 224 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #E020A8

Tints of Spicy Pink #E020A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 52.83%
G = 7.55%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E020A8 (or 0xE020A8) is known color: Spicy Pink. HEX triplet: E0, 20 and A8. RGB value is (224,32,168). Sum of RGB (Red+Green+Blue) = 224+32+168=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E020A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020A8 is #1FDF57. Grayscale: #686868. Windows color (decimal): -2088792 or 11018464. OLE color: 11018464.

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

Color convert

RGB 224 32 168 -
CMYK 0 0.86 0.25 0.12
HSL 317.5º 0.76% 0.5% -
HSV(B) 317.5º 0.86% 0.88% -
XYZ 38.32 19.71 38.83 -
YUV 104.91 163.61 212.94 -
System Red Green Blue C M Y K H S L
Decimal 224 32 168 0 0.86 0.25 0.12 317.5 0.76 0.5
Hex E0 20 A8 0 56 19 C 13E 4C 32
Octal 340 40 250 0 126 31 14 476 114 62
Binary 11100000 100000 10101000 0 1010110 11001 1100 100111110 1001100 110010

Color Harmonies of #E020A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020A8

Black with #E020A8

Text Example


Text Example

White with #E020A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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