Shades of Spicy Pink #E120B0
Tints of Spicy Pink #E120B0
RGB
CMYK
RGB Variations
Color information
#E120B0 (or 0xE120B0) is known color: Spicy Pink. HEX triplet: E1, 20 and B0. RGB value is (225,32,176). Sum of RGB (Red+Green+Blue) = 225+32+176=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E120B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120B0 is #1EDF4F. Grayscale: #696969. Windows color (decimal): -2023248 or 11542753. OLE color: 11542753.
HSL color Cylindrical-coordinate representation of color #E120B0: hue angle of 315.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120B0 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 176 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.12 |
| HSL | 315.23º | 0.76% | 0.5% | - |
| HSV(B) | 315.23º | 0.86% | 0.88% | - |
| XYZ | 39.4 | 20.18 | 42.89 | - |
| YUV | 106.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 176 | 0 | 0.86 | 0.22 | 0.12 | 315.23 | 0.76 | 0.5 |
| Hex | E1 | 20 | B0 | 0 | 56 | 16 | C | 13B | 4C | 32 |
| Octal | 341 | 40 | 260 | 0 | 126 | 26 | 14 | 473 | 114 | 62 |
| Binary | 11100001 | 100000 | 10110000 | 0 | 1010110 | 10110 | 1100 | 100111011 | 1001100 | 110010 |
Color Harmonies of #E120B0
Complementary color
Monochromatic Colors of #E120B0
Black with #E120B0
Text Example
Text Example
White with #E120B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120B0; }
p { color: rgb(225,32,176); }
H1.HeaderClassName
{
color: #E120B0;
}
.AnyTagClassName
{
color: #E120B0;
}
</style>
background-color css
<style>
a { background-color: #E120B0; }
a { background-color: rgb(225,32,176); }
div.DivClassName
{
background-color: #E120B0;
}
.BgClassName
{
background-color: #E120B0;
}
</style>
border-color css
<style>
span { border-color: #E120B0; }
span { border-color: rgb(225,32,176); }
td.TdClassName
{
border-color: #E120B0;
}
.TagClassName
{
border-color: #E120B0;
}
</style>