Shades of Spicy Pink #E124AC
Tints of Spicy Pink #E124AC
RGB
CMYK
RGB Variations
Color information
#E124AC (or 0xE124AC) is known color: Spicy Pink. HEX triplet: E1, 24 and AC. RGB value is (225,36,172). Sum of RGB (Red+Green+Blue) = 225+36+172=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E124AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E124AC is #1EDB53. Grayscale: #6B6B6B. Windows color (decimal): -2022228 or 11281633. OLE color: 11281633.
HSL color Cylindrical-coordinate representation of color #E124AC: hue angle of 316.83º 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 #E124AC is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 172 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.12 |
| HSL | 316.83º | 0.76% | 0.51% | - |
| HSV(B) | 316.83º | 0.84% | 0.88% | - |
| XYZ | 39.13 | 20.25 | 40.88 | - |
| YUV | 108.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 172 | 0 | 0.84 | 0.24 | 0.12 | 316.83 | 0.76 | 0.51 |
| Hex | E1 | 24 | AC | 0 | 54 | 18 | C | 13D | 4C | 33 |
| Octal | 341 | 44 | 254 | 0 | 124 | 30 | 14 | 475 | 114 | 63 |
| Binary | 11100001 | 100100 | 10101100 | 0 | 1010100 | 11000 | 1100 | 100111101 | 1001100 | 110011 |
Color Harmonies of #E124AC
Complementary color
Monochromatic Colors of #E124AC
Black with #E124AC
Text Example
Text Example
White with #E124AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124AC; }
p { color: rgb(225,36,172); }
H1.HeaderClassName
{
color: #E124AC;
}
.AnyTagClassName
{
color: #E124AC;
}
</style>
background-color css
<style>
a { background-color: #E124AC; }
a { background-color: rgb(225,36,172); }
div.DivClassName
{
background-color: #E124AC;
}
.BgClassName
{
background-color: #E124AC;
}
</style>
border-color css
<style>
span { border-color: #E124AC; }
span { border-color: rgb(225,36,172); }
td.TdClassName
{
border-color: #E124AC;
}
.TagClassName
{
border-color: #E124AC;
}
</style>