Html Css Color HEX #E520A8 Spicy Pink

📋 copy color: '#E520A8'

red 229 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #E520A8

Tints of Spicy Pink #E520A8

RGB

 RED value IS 229 (89.84% from 255) = 53.38%

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

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

R = 53.38%
G = 7.46%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E520A8 (or 0xE520A8) is known color: Spicy Pink. HEX triplet: E5, 20 and A8. RGB value is (229,32,168). Sum of RGB (Red+Green+Blue) = 229+32+168=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E520A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520A8 is #1ADF57. Grayscale: #6A6A6A. Windows color (decimal): -1761112 or 11018469. OLE color: 11018469.

HSL color Cylindrical-coordinate representation of color #E520A8: hue angle of 318.58º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520A8 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 168 -
CMYK 0 0.86 0.27 0.10
HSL 318.58º 0.79% 0.51% -
HSV(B) 318.58º 0.86% 0.9% -
XYZ 39.9 20.52 38.9 -
YUV 106.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 229 32 168 0 0.86 0.27 0.10 318.58 0.79 0.51
Hex E5 20 A8 0 56 1B A 13F 4F 33
Octal 345 40 250 0 126 33 12 477 117 63
Binary 11100101 100000 10101000 0 1010110 11011 1010 100111111 1001111 110011

Color Harmonies of #E520A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520A8

Black with #E520A8

Text Example


Text Example

White with #E520A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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