Shades of Spicy Pink #E122A8
Tints of Spicy Pink #E122A8
RGB
CMYK
RGB Variations
Color information
#E122A8 (or 0xE122A8) is known color: Spicy Pink. HEX triplet: E1, 22 and A8. RGB value is (225,34,168). Sum of RGB (Red+Green+Blue) = 225+34+168=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A8 is #1EDD57. Grayscale: #6A6A6A. Windows color (decimal): -2022744 or 11018977. OLE color: 11018977.
HSL color Cylindrical-coordinate representation of color #E122A8: hue angle of 317.91º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122A8 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 168 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.12 |
| HSL | 317.91º | 0.76% | 0.51% | - |
| HSV(B) | 317.91º | 0.85% | 0.88% | - |
| XYZ | 38.69 | 19.98 | 38.86 | - |
| YUV | 106.39 | 162.78 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 168 | 0 | 0.85 | 0.25 | 0.12 | 317.91 | 0.76 | 0.51 |
| Hex | E1 | 22 | A8 | 0 | 55 | 19 | C | 13E | 4C | 33 |
| Octal | 341 | 42 | 250 | 0 | 125 | 31 | 14 | 476 | 114 | 63 |
| Binary | 11100001 | 100010 | 10101000 | 0 | 1010101 | 11001 | 1100 | 100111110 | 1001100 | 110011 |
Color Harmonies of #E122A8
Complementary color
Monochromatic Colors of #E122A8
Black with #E122A8
Text Example
Text Example
White with #E122A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122A8; }
p { color: rgb(225,34,168); }
H1.HeaderClassName
{
color: #E122A8;
}
.AnyTagClassName
{
color: #E122A8;
}
</style>
background-color css
<style>
a { background-color: #E122A8; }
a { background-color: rgb(225,34,168); }
div.DivClassName
{
background-color: #E122A8;
}
.BgClassName
{
background-color: #E122A8;
}
</style>
border-color css
<style>
span { border-color: #E122A8; }
span { border-color: rgb(225,34,168); }
td.TdClassName
{
border-color: #E122A8;
}
.TagClassName
{
border-color: #E122A8;
}
</style>