Html Css Color HEX #E520B0 Spicy Pink

📋 copy color: '#E520B0'

red 229 ◦ green 32 ◦ blue 176

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

Shades of Spicy Pink #E520B0

Tints of Spicy Pink #E520B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 52.4%
G = 7.32%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E520B0 (or 0xE520B0) is known color: Spicy Pink. HEX triplet: E5, 20 and B0. RGB value is (229,32,176). Sum of RGB (Red+Green+Blue) = 229+32+176=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520B0 is #1ADF4F. Grayscale: #6A6A6A. Windows color (decimal): -1761104 or 11542757. OLE color: 11542757.

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

Color convert

RGB 229 32 176 -
CMYK 0 0.86 0.23 0.10
HSL 316.14º 0.79% 0.51% -
HSV(B) 316.14º 0.86% 0.9% -
XYZ 40.67 20.83 42.95 -
YUV 107.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 229 32 176 0 0.86 0.23 0.10 316.14 0.79 0.51
Hex E5 20 B0 0 56 17 A 13C 4F 33
Octal 345 40 260 0 126 27 12 474 117 63
Binary 11100101 100000 10110000 0 1010110 10111 1010 100111100 1001111 110011

Color Harmonies of #E520B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520B0

Black with #E520B0

Text Example


Text Example

White with #E520B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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