Shades of Spicy Pink #E127B9
Tints of Spicy Pink #E127B9
RGB
CMYK
RGB Variations
Color information
#E127B9 (or 0xE127B9) is known color: Spicy Pink. HEX triplet: E1, 27 and B9. RGB value is (225,39,185). Sum of RGB (Red+Green+Blue) = 225+39+185=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E127B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127B9 is #1ED846. Grayscale: #6E6E6E. Windows color (decimal): -2021447 or 12134369. OLE color: 12134369.
HSL color Cylindrical-coordinate representation of color #E127B9: hue angle of 312.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E127B9 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 185 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.12 |
| HSL | 312.9º | 0.76% | 0.52% | - |
| HSV(B) | 312.9º | 0.83% | 0.88% | - |
| XYZ | 40.53 | 20.96 | 47.81 | - |
| YUV | 111.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 185 | 0 | 0.83 | 0.18 | 0.12 | 312.9 | 0.76 | 0.52 |
| Hex | E1 | 27 | B9 | 0 | 53 | 12 | C | 139 | 4C | 34 |
| Octal | 341 | 47 | 271 | 0 | 123 | 22 | 14 | 471 | 114 | 64 |
| Binary | 11100001 | 100111 | 10111001 | 0 | 1010011 | 10010 | 1100 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E127B9
Complementary color
Monochromatic Colors of #E127B9
Black with #E127B9
Text Example
Text Example
White with #E127B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127B9; }
p { color: rgb(225,39,185); }
H1.HeaderClassName
{
color: #E127B9;
}
.AnyTagClassName
{
color: #E127B9;
}
</style>
background-color css
<style>
a { background-color: #E127B9; }
a { background-color: rgb(225,39,185); }
div.DivClassName
{
background-color: #E127B9;
}
.BgClassName
{
background-color: #E127B9;
}
</style>
border-color css
<style>
span { border-color: #E127B9; }
span { border-color: rgb(225,39,185); }
td.TdClassName
{
border-color: #E127B9;
}
.TagClassName
{
border-color: #E127B9;
}
</style>