Shades of Spicy Pink #E521B1
Tints of Spicy Pink #E521B1
RGB
CMYK
RGB Variations
Color information
#E521B1 (or 0xE521B1) is known color: Spicy Pink. HEX triplet: E5, 21 and B1. RGB value is (229,33,177). Sum of RGB (Red+Green+Blue) = 229+33+177=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E521B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521B1 is #1ADE4E. Grayscale: #6B6B6B. Windows color (decimal): -1760847 or 11608549. OLE color: 11608549.
HSL color Cylindrical-coordinate representation of color #E521B1: hue angle of 315.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 #E521B1 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 177 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.10 |
| HSL | 315.92º | 0.79% | 0.51% | - |
| HSV(B) | 315.92º | 0.86% | 0.9% | - |
| XYZ | 40.79 | 20.92 | 43.48 | - |
| YUV | 108.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 177 | 0 | 0.86 | 0.23 | 0.10 | 315.92 | 0.79 | 0.51 |
| Hex | E5 | 21 | B1 | 0 | 56 | 17 | A | 13C | 4F | 33 |
| Octal | 345 | 41 | 261 | 0 | 126 | 27 | 12 | 474 | 117 | 63 |
| Binary | 11100101 | 100001 | 10110001 | 0 | 1010110 | 10111 | 1010 | 100111100 | 1001111 | 110011 |
Color Harmonies of #E521B1
Complementary color
Monochromatic Colors of #E521B1
Black with #E521B1
Text Example
Text Example
White with #E521B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521B1; }
p { color: rgb(229,33,177); }
H1.HeaderClassName
{
color: #E521B1;
}
.AnyTagClassName
{
color: #E521B1;
}
</style>
background-color css
<style>
a { background-color: #E521B1; }
a { background-color: rgb(229,33,177); }
div.DivClassName
{
background-color: #E521B1;
}
.BgClassName
{
background-color: #E521B1;
}
</style>
border-color css
<style>
span { border-color: #E521B1; }
span { border-color: rgb(229,33,177); }
td.TdClassName
{
border-color: #E521B1;
}
.TagClassName
{
border-color: #E521B1;
}
</style>