Shades of Spicy Pink #E127BA
Tints of Spicy Pink #E127BA
RGB
CMYK
RGB Variations
Color information
#E127BA (or 0xE127BA) is known color: Spicy Pink. HEX triplet: E1, 27 and BA. RGB value is (225,39,186). Sum of RGB (Red+Green+Blue) = 225+39+186=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E127BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127BA is #1ED845. Grayscale: #6E6E6E. Windows color (decimal): -2021446 or 12199905. OLE color: 12199905.
HSL color Cylindrical-coordinate representation of color #E127BA: hue angle of 312.58º 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 #E127BA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 186 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.12 |
| HSL | 312.58º | 0.76% | 0.52% | - |
| HSV(B) | 312.58º | 0.83% | 0.88% | - |
| XYZ | 40.64 | 21 | 48.37 | - |
| YUV | 111.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 186 | 0 | 0.83 | 0.17 | 0.12 | 312.58 | 0.76 | 0.52 |
| Hex | E1 | 27 | BA | 0 | 53 | 11 | C | 139 | 4C | 34 |
| Octal | 341 | 47 | 272 | 0 | 123 | 21 | 14 | 471 | 114 | 64 |
| Binary | 11100001 | 100111 | 10111010 | 0 | 1010011 | 10001 | 1100 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E127BA
Complementary color
Monochromatic Colors of #E127BA
Black with #E127BA
Text Example
Text Example
White with #E127BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127BA; }
p { color: rgb(225,39,186); }
H1.HeaderClassName
{
color: #E127BA;
}
.AnyTagClassName
{
color: #E127BA;
}
</style>
background-color css
<style>
a { background-color: #E127BA; }
a { background-color: rgb(225,39,186); }
div.DivClassName
{
background-color: #E127BA;
}
.BgClassName
{
background-color: #E127BA;
}
</style>
border-color css
<style>
span { border-color: #E127BA; }
span { border-color: rgb(225,39,186); }
td.TdClassName
{
border-color: #E127BA;
}
.TagClassName
{
border-color: #E127BA;
}
</style>