Shades of Spicy Pink #E127B2
Tints of Spicy Pink #E127B2
RGB
CMYK
RGB Variations
Color information
#E127B2 (or 0xE127B2) is known color: Spicy Pink. HEX triplet: E1, 27 and B2. RGB value is (225,39,178). Sum of RGB (Red+Green+Blue) = 225+39+178=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E127B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127B2 is #1ED84D. Grayscale: #6E6E6E. Windows color (decimal): -2021454 or 11675617. OLE color: 11675617.
HSL color Cylindrical-coordinate representation of color #E127B2: hue angle of 315.16º 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 #E127B2 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 178 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.12 |
| HSL | 315.16º | 0.76% | 0.52% | - |
| HSV(B) | 315.16º | 0.83% | 0.88% | - |
| XYZ | 39.81 | 20.67 | 44.01 | - |
| YUV | 110.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 178 | 0 | 0.83 | 0.21 | 0.12 | 315.16 | 0.76 | 0.52 |
| Hex | E1 | 27 | B2 | 0 | 53 | 15 | C | 13B | 4C | 34 |
| Octal | 341 | 47 | 262 | 0 | 123 | 25 | 14 | 473 | 114 | 64 |
| Binary | 11100001 | 100111 | 10110010 | 0 | 1010011 | 10101 | 1100 | 100111011 | 1001100 | 110100 |
Color Harmonies of #E127B2
Complementary color
Monochromatic Colors of #E127B2
Black with #E127B2
Text Example
Text Example
White with #E127B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127B2; }
p { color: rgb(225,39,178); }
H1.HeaderClassName
{
color: #E127B2;
}
.AnyTagClassName
{
color: #E127B2;
}
</style>
background-color css
<style>
a { background-color: #E127B2; }
a { background-color: rgb(225,39,178); }
div.DivClassName
{
background-color: #E127B2;
}
.BgClassName
{
background-color: #E127B2;
}
</style>
border-color css
<style>
span { border-color: #E127B2; }
span { border-color: rgb(225,39,178); }
td.TdClassName
{
border-color: #E127B2;
}
.TagClassName
{
border-color: #E127B2;
}
</style>