Shades of Spicy Pink #E520B3
Tints of Spicy Pink #E520B3
RGB
CMYK
RGB Variations
Color information
#E520B3 (or 0xE520B3) is known color: Spicy Pink. HEX triplet: E5, 20 and B3. RGB value is (229,32,179). Sum of RGB (Red+Green+Blue) = 229+32+179=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520B3 is #1ADF4C. Grayscale: #6B6B6B. Windows color (decimal): -1761101 or 11739365. OLE color: 11739365.
HSL color Cylindrical-coordinate representation of color #E520B3: hue angle of 315.23º 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 #E520B3 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 179 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.10 |
| HSL | 315.23º | 0.79% | 0.51% | - |
| HSV(B) | 315.23º | 0.86% | 0.9% | - |
| XYZ | 40.97 | 20.95 | 44.53 | - |
| YUV | 107.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 179 | 0 | 0.86 | 0.22 | 0.10 | 315.23 | 0.79 | 0.51 |
| Hex | E5 | 20 | B3 | 0 | 56 | 16 | A | 13B | 4F | 33 |
| Octal | 345 | 40 | 263 | 0 | 126 | 26 | 12 | 473 | 117 | 63 |
| Binary | 11100101 | 100000 | 10110011 | 0 | 1010110 | 10110 | 1010 | 100111011 | 1001111 | 110011 |
Color Harmonies of #E520B3
Complementary color
Monochromatic Colors of #E520B3
Black with #E520B3
Text Example
Text Example
White with #E520B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520B3; }
p { color: rgb(229,32,179); }
H1.HeaderClassName
{
color: #E520B3;
}
.AnyTagClassName
{
color: #E520B3;
}
</style>
background-color css
<style>
a { background-color: #E520B3; }
a { background-color: rgb(229,32,179); }
div.DivClassName
{
background-color: #E520B3;
}
.BgClassName
{
background-color: #E520B3;
}
</style>
border-color css
<style>
span { border-color: #E520B3; }
span { border-color: rgb(229,32,179); }
td.TdClassName
{
border-color: #E520B3;
}
.TagClassName
{
border-color: #E520B3;
}
</style>