Shades of Spicy Pink #E12BB1
Tints of Spicy Pink #E12BB1
RGB
CMYK
RGB Variations
Color information
#E12BB1 (or 0xE12BB1) is known color: Spicy Pink. HEX triplet: E1, 2B and B1. RGB value is (225,43,177). Sum of RGB (Red+Green+Blue) = 225+43+177=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BB1 is #1ED44E. Grayscale: #707070. Windows color (decimal): -2020431 or 11611105. OLE color: 11611105.
HSL color Cylindrical-coordinate representation of color #E12BB1: hue angle of 315.82º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BB1 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 177 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.12 |
| HSL | 315.82º | 0.75% | 0.53% | - |
| HSV(B) | 315.82º | 0.81% | 0.88% | - |
| XYZ | 39.85 | 20.91 | 43.53 | - |
| YUV | 112.69 | 164.3 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 177 | 0 | 0.81 | 0.21 | 0.12 | 315.82 | 0.75 | 0.53 |
| Hex | E1 | 2B | B1 | 0 | 51 | 15 | C | 13C | 4B | 35 |
| Octal | 341 | 53 | 261 | 0 | 121 | 25 | 14 | 474 | 113 | 65 |
| Binary | 11100001 | 101011 | 10110001 | 0 | 1010001 | 10101 | 1100 | 100111100 | 1001011 | 110101 |
Color Harmonies of #E12BB1
Complementary color
Monochromatic Colors of #E12BB1
Black with #E12BB1
Text Example
Text Example
White with #E12BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BB1; }
p { color: rgb(225,43,177); }
H1.HeaderClassName
{
color: #E12BB1;
}
.AnyTagClassName
{
color: #E12BB1;
}
</style>
background-color css
<style>
a { background-color: #E12BB1; }
a { background-color: rgb(225,43,177); }
div.DivClassName
{
background-color: #E12BB1;
}
.BgClassName
{
background-color: #E12BB1;
}
</style>
border-color css
<style>
span { border-color: #E12BB1; }
span { border-color: rgb(225,43,177); }
td.TdClassName
{
border-color: #E12BB1;
}
.TagClassName
{
border-color: #E12BB1;
}
</style>