Shades of Spicy Pink #E124B5
Tints of Spicy Pink #E124B5
RGB
CMYK
RGB Variations
Color information
#E124B5 (or 0xE124B5) is known color: Spicy Pink. HEX triplet: E1, 24 and B5. RGB value is (225,36,181). Sum of RGB (Red+Green+Blue) = 225+36+181=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E124B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124B5 is #1EDB4A. Grayscale: #6C6C6C. Windows color (decimal): -2022219 or 11871457. OLE color: 11871457.
HSL color Cylindrical-coordinate representation of color #E124B5: hue angle of 313.97º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124B5 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 181 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.12 |
| HSL | 313.97º | 0.76% | 0.51% | - |
| HSV(B) | 313.97º | 0.84% | 0.88% | - |
| XYZ | 40.02 | 20.61 | 45.58 | - |
| YUV | 109.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 181 | 0 | 0.84 | 0.20 | 0.12 | 313.97 | 0.76 | 0.51 |
| Hex | E1 | 24 | B5 | 0 | 54 | 14 | C | 13A | 4C | 33 |
| Octal | 341 | 44 | 265 | 0 | 124 | 24 | 14 | 472 | 114 | 63 |
| Binary | 11100001 | 100100 | 10110101 | 0 | 1010100 | 10100 | 1100 | 100111010 | 1001100 | 110011 |
Color Harmonies of #E124B5
Complementary color
Monochromatic Colors of #E124B5
Black with #E124B5
Text Example
Text Example
White with #E124B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124B5; }
p { color: rgb(225,36,181); }
H1.HeaderClassName
{
color: #E124B5;
}
.AnyTagClassName
{
color: #E124B5;
}
</style>
background-color css
<style>
a { background-color: #E124B5; }
a { background-color: rgb(225,36,181); }
div.DivClassName
{
background-color: #E124B5;
}
.BgClassName
{
background-color: #E124B5;
}
</style>
border-color css
<style>
span { border-color: #E124B5; }
span { border-color: rgb(225,36,181); }
td.TdClassName
{
border-color: #E124B5;
}
.TagClassName
{
border-color: #E124B5;
}
</style>