Shades of Spicy Pink #E128B7
Tints of Spicy Pink #E128B7
RGB
CMYK
RGB Variations
Color information
#E128B7 (or 0xE128B7) is known color: Spicy Pink. HEX triplet: E1, 28 and B7. RGB value is (225,40,183). Sum of RGB (Red+Green+Blue) = 225+40+183=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E128B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128B7 is #1ED748. Grayscale: #6F6F6F. Windows color (decimal): -2021193 or 12003553. OLE color: 12003553.
HSL color Cylindrical-coordinate representation of color #E128B7: hue angle of 313.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128B7 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 183 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.12 |
| HSL | 313.62º | 0.76% | 0.52% | - |
| HSV(B) | 313.62º | 0.82% | 0.88% | - |
| XYZ | 40.36 | 20.94 | 46.72 | - |
| YUV | 111.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 183 | 0 | 0.82 | 0.19 | 0.12 | 313.62 | 0.76 | 0.52 |
| Hex | E1 | 28 | B7 | 0 | 52 | 13 | C | 13A | 4C | 34 |
| Octal | 341 | 50 | 267 | 0 | 122 | 23 | 14 | 472 | 114 | 64 |
| Binary | 11100001 | 101000 | 10110111 | 0 | 1010010 | 10011 | 1100 | 100111010 | 1001100 | 110100 |
Color Harmonies of #E128B7
Complementary color
Monochromatic Colors of #E128B7
Black with #E128B7
Text Example
Text Example
White with #E128B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128B7; }
p { color: rgb(225,40,183); }
H1.HeaderClassName
{
color: #E128B7;
}
.AnyTagClassName
{
color: #E128B7;
}
</style>
background-color css
<style>
a { background-color: #E128B7; }
a { background-color: rgb(225,40,183); }
div.DivClassName
{
background-color: #E128B7;
}
.BgClassName
{
background-color: #E128B7;
}
</style>
border-color css
<style>
span { border-color: #E128B7; }
span { border-color: rgb(225,40,183); }
td.TdClassName
{
border-color: #E128B7;
}
.TagClassName
{
border-color: #E128B7;
}
</style>