Shades of Spicy Pink #E520B4
Tints of Spicy Pink #E520B4
RGB
CMYK
RGB Variations
Color information
#E520B4 (or 0xE520B4) is known color: Spicy Pink. HEX triplet: E5, 20 and B4. RGB value is (229,32,180). Sum of RGB (Red+Green+Blue) = 229+32+180=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520B4 is #1ADF4B. Grayscale: #6B6B6B. Windows color (decimal): -1761100 or 11804901. OLE color: 11804901.
HSL color Cylindrical-coordinate representation of color #E520B4: hue angle of 314.92º 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 #E520B4 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 180 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.10 |
| HSL | 314.92º | 0.79% | 0.51% | - |
| HSV(B) | 314.92º | 0.86% | 0.9% | - |
| XYZ | 41.07 | 20.99 | 45.07 | - |
| YUV | 107.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 180 | 0 | 0.86 | 0.21 | 0.10 | 314.92 | 0.79 | 0.51 |
| Hex | E5 | 20 | B4 | 0 | 56 | 15 | A | 13B | 4F | 33 |
| Octal | 345 | 40 | 264 | 0 | 126 | 25 | 12 | 473 | 117 | 63 |
| Binary | 11100101 | 100000 | 10110100 | 0 | 1010110 | 10101 | 1010 | 100111011 | 1001111 | 110011 |
Color Harmonies of #E520B4
Complementary color
Monochromatic Colors of #E520B4
Black with #E520B4
Text Example
Text Example
White with #E520B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520B4; }
p { color: rgb(229,32,180); }
H1.HeaderClassName
{
color: #E520B4;
}
.AnyTagClassName
{
color: #E520B4;
}
</style>
background-color css
<style>
a { background-color: #E520B4; }
a { background-color: rgb(229,32,180); }
div.DivClassName
{
background-color: #E520B4;
}
.BgClassName
{
background-color: #E520B4;
}
</style>
border-color css
<style>
span { border-color: #E520B4; }
span { border-color: rgb(229,32,180); }
td.TdClassName
{
border-color: #E520B4;
}
.TagClassName
{
border-color: #E520B4;
}
</style>