Shades of Spicy Pink #E127B4
Tints of Spicy Pink #E127B4
RGB
CMYK
RGB Variations
Color information
#E127B4 (or 0xE127B4) is known color: Spicy Pink. HEX triplet: E1, 27 and B4. RGB value is (225,39,180). Sum of RGB (Red+Green+Blue) = 225+39+180=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E127B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127B4 is #1ED84B. Grayscale: #6E6E6E. Windows color (decimal): -2021452 or 11806689. OLE color: 11806689.
HSL color Cylindrical-coordinate representation of color #E127B4: hue angle of 314.52º 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 #E127B4 is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 180 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.12 |
| HSL | 314.52º | 0.76% | 0.52% | - |
| HSV(B) | 314.52º | 0.83% | 0.88% | - |
| XYZ | 40.02 | 20.75 | 45.08 | - |
| YUV | 110.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 180 | 0 | 0.83 | 0.2 | 0.12 | 314.52 | 0.76 | 0.52 |
| Hex | E1 | 27 | B4 | 0 | 53 | 14 | C | 13B | 4C | 34 |
| Octal | 341 | 47 | 264 | 0 | 123 | 24 | 14 | 473 | 114 | 64 |
| Binary | 11100001 | 100111 | 10110100 | 0 | 1010011 | 10100 | 1100 | 100111011 | 1001100 | 110100 |
Color Harmonies of #E127B4
Complementary color
Monochromatic Colors of #E127B4
Black with #E127B4
Text Example
Text Example
White with #E127B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127B4; }
p { color: rgb(225,39,180); }
H1.HeaderClassName
{
color: #E127B4;
}
.AnyTagClassName
{
color: #E127B4;
}
</style>
background-color css
<style>
a { background-color: #E127B4; }
a { background-color: rgb(225,39,180); }
div.DivClassName
{
background-color: #E127B4;
}
.BgClassName
{
background-color: #E127B4;
}
</style>
border-color css
<style>
span { border-color: #E127B4; }
span { border-color: rgb(225,39,180); }
td.TdClassName
{
border-color: #E127B4;
}
.TagClassName
{
border-color: #E127B4;
}
</style>