Shades of Spicy Pink #E120B2
Tints of Spicy Pink #E120B2
RGB
CMYK
RGB Variations
Color information
#E120B2 (or 0xE120B2) is known color: Spicy Pink. HEX triplet: E1, 20 and B2. RGB value is (225,32,178). Sum of RGB (Red+Green+Blue) = 225+32+178=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E120B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120B2 is #1EDF4D. Grayscale: #696969. Windows color (decimal): -2023246 or 11673825. OLE color: 11673825.
HSL color Cylindrical-coordinate representation of color #E120B2: hue angle of 314.61º 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 #E120B2 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 178 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.12 |
| HSL | 314.61º | 0.76% | 0.5% | - |
| HSV(B) | 314.61º | 0.86% | 0.88% | - |
| XYZ | 39.6 | 20.25 | 43.94 | - |
| YUV | 106.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 178 | 0 | 0.86 | 0.21 | 0.12 | 314.61 | 0.76 | 0.5 |
| Hex | E1 | 20 | B2 | 0 | 56 | 15 | C | 13B | 4C | 32 |
| Octal | 341 | 40 | 262 | 0 | 126 | 25 | 14 | 473 | 114 | 62 |
| Binary | 11100001 | 100000 | 10110010 | 0 | 1010110 | 10101 | 1100 | 100111011 | 1001100 | 110010 |
Color Harmonies of #E120B2
Complementary color
Monochromatic Colors of #E120B2
Black with #E120B2
Text Example
Text Example
White with #E120B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120B2; }
p { color: rgb(225,32,178); }
H1.HeaderClassName
{
color: #E120B2;
}
.AnyTagClassName
{
color: #E120B2;
}
</style>
background-color css
<style>
a { background-color: #E120B2; }
a { background-color: rgb(225,32,178); }
div.DivClassName
{
background-color: #E120B2;
}
.BgClassName
{
background-color: #E120B2;
}
</style>
border-color css
<style>
span { border-color: #E120B2; }
span { border-color: rgb(225,32,178); }
td.TdClassName
{
border-color: #E120B2;
}
.TagClassName
{
border-color: #E120B2;
}
</style>