Html Css Color HEX #E520B1 Spicy Pink

📋 copy color: '#E520B1'

red 229 ◦ green 32 ◦ blue 177

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

Shades of Spicy Pink #E520B1

Tints of Spicy Pink #E520B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 52.28%
G = 7.31%
B = 40.41%

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

#E520B1 (or 0xE520B1) is known color: Spicy Pink. HEX triplet: E5, 20 and B1. RGB value is (229,32,177). Sum of RGB (Red+Green+Blue) = 229+32+177=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E520B1 is #1ADF4E. Grayscale: #6B6B6B. Windows color (decimal): -1761103 or 11608293. OLE color: 11608293.

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

Color convert

RGB 229 32 177 -
CMYK 0 0.86 0.23 0.10
HSL 315.84º 0.79% 0.51% -
HSV(B) 315.84º 0.86% 0.9% -
XYZ 40.77 20.87 43.47 -
YUV 107.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 229 32 177 0 0.86 0.23 0.10 315.84 0.79 0.51
Hex E5 20 B1 0 56 17 A 13C 4F 33
Octal 345 40 261 0 126 27 12 474 117 63
Binary 11100101 100000 10110001 0 1010110 10111 1010 100111100 1001111 110011

Color Harmonies of #E520B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520B1

Black with #E520B1

Text Example


Text Example

White with #E520B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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