Html Css Color HEX #E520B5 Spicy Pink

📋 copy color: '#E520B5'

red 229 ◦ green 32 ◦ blue 181

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

Shades of Spicy Pink #E520B5

Tints of Spicy Pink #E520B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 51.81%
G = 7.24%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E520B5 (or 0xE520B5) is known color: Spicy Pink. HEX triplet: E5, 20 and B5. RGB value is (229,32,181). Sum of RGB (Red+Green+Blue) = 229+32+181=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520B5 is #1ADF4A. Grayscale: #6B6B6B. Windows color (decimal): -1761099 or 11870437. OLE color: 11870437.

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

Color convert

RGB 229 32 181 -
CMYK 0 0.86 0.21 0.10
HSL 314.62º 0.79% 0.51% -
HSV(B) 314.62º 0.86% 0.9% -
XYZ 41.17 21.03 45.6 -
YUV 107.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 229 32 181 0 0.86 0.21 0.10 314.62 0.79 0.51
Hex E5 20 B5 0 56 15 A 13B 4F 33
Octal 345 40 265 0 126 25 12 473 117 63
Binary 11100101 100000 10110101 0 1010110 10101 1010 100111011 1001111 110011

Color Harmonies of #E520B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520B5

Black with #E520B5

Text Example


Text Example

White with #E520B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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