Shades of Spicy Pink #E128B8
Tints of Spicy Pink #E128B8
RGB
CMYK
RGB Variations
Color information
#E128B8 (or 0xE128B8) is known color: Spicy Pink. HEX triplet: E1, 28 and B8. RGB value is (225,40,184). Sum of RGB (Red+Green+Blue) = 225+40+184=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E128B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128B8 is #1ED747. Grayscale: #6F6F6F. Windows color (decimal): -2021192 or 12069089. OLE color: 12069089.
HSL color Cylindrical-coordinate representation of color #E128B8: hue angle of 313.3º 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 #E128B8 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 184 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.12 |
| HSL | 313.3º | 0.76% | 0.52% | - |
| HSV(B) | 313.3º | 0.82% | 0.88% | - |
| XYZ | 40.46 | 20.99 | 47.27 | - |
| YUV | 111.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 184 | 0 | 0.82 | 0.18 | 0.12 | 313.3 | 0.76 | 0.52 |
| Hex | E1 | 28 | B8 | 0 | 52 | 12 | C | 139 | 4C | 34 |
| Octal | 341 | 50 | 270 | 0 | 122 | 22 | 14 | 471 | 114 | 64 |
| Binary | 11100001 | 101000 | 10111000 | 0 | 1010010 | 10010 | 1100 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E128B8
Complementary color
Monochromatic Colors of #E128B8
Black with #E128B8
Text Example
Text Example
White with #E128B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128B8; }
p { color: rgb(225,40,184); }
H1.HeaderClassName
{
color: #E128B8;
}
.AnyTagClassName
{
color: #E128B8;
}
</style>
background-color css
<style>
a { background-color: #E128B8; }
a { background-color: rgb(225,40,184); }
div.DivClassName
{
background-color: #E128B8;
}
.BgClassName
{
background-color: #E128B8;
}
</style>
border-color css
<style>
span { border-color: #E128B8; }
span { border-color: rgb(225,40,184); }
td.TdClassName
{
border-color: #E128B8;
}
.TagClassName
{
border-color: #E128B8;
}
</style>