Html Css Color HEX #E520A6 Spicy Pink

📋 copy color: '#E520A6'

red 229 ◦ green 32 ◦ blue 166

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

Shades of Spicy Pink #E520A6

Tints of Spicy Pink #E520A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 53.63%
G = 7.49%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E520A6 (or 0xE520A6) is known color: Spicy Pink. HEX triplet: E5, 20 and A6. RGB value is (229,32,166). Sum of RGB (Red+Green+Blue) = 229+32+166=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E520A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520A6 is #1ADF59. Grayscale: #696969. Windows color (decimal): -1761114 or 10887397. OLE color: 10887397.

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

Color convert

RGB 229 32 166 -
CMYK 0 0.86 0.28 0.10
HSL 319.19º 0.79% 0.51% -
HSV(B) 319.19º 0.86% 0.9% -
XYZ 39.71 20.44 37.93 -
YUV 106.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 229 32 166 0 0.86 0.28 0.10 319.19 0.79 0.51
Hex E5 20 A6 0 56 1C A 13F 4F 33
Octal 345 40 246 0 126 34 12 477 117 63
Binary 11100101 100000 10100110 0 1010110 11100 1010 100111111 1001111 110011

Color Harmonies of #E520A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520A6

Black with #E520A6

Text Example


Text Example

White with #E520A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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