Shades of Spicy Pink #E122AE
Tints of Spicy Pink #E122AE
RGB
CMYK
RGB Variations
Color information
#E122AE (or 0xE122AE) is known color: Spicy Pink. HEX triplet: E1, 22 and AE. RGB value is (225,34,174). Sum of RGB (Red+Green+Blue) = 225+34+174=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E122AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122AE is #1EDD51. Grayscale: #6A6A6A. Windows color (decimal): -2022738 or 11412193. OLE color: 11412193.
HSL color Cylindrical-coordinate representation of color #E122AE: hue angle of 316.02º 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 #E122AE is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 174 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.12 |
| HSL | 316.02º | 0.76% | 0.51% | - |
| HSV(B) | 316.02º | 0.85% | 0.88% | - |
| XYZ | 39.26 | 20.21 | 41.88 | - |
| YUV | 107.07 | 165.78 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 174 | 0 | 0.85 | 0.23 | 0.12 | 316.02 | 0.76 | 0.51 |
| Hex | E1 | 22 | AE | 0 | 55 | 17 | C | 13C | 4C | 33 |
| Octal | 341 | 42 | 256 | 0 | 125 | 27 | 14 | 474 | 114 | 63 |
| Binary | 11100001 | 100010 | 10101110 | 0 | 1010101 | 10111 | 1100 | 100111100 | 1001100 | 110011 |
Color Harmonies of #E122AE
Complementary color
Monochromatic Colors of #E122AE
Black with #E122AE
Text Example
Text Example
White with #E122AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122AE; }
p { color: rgb(225,34,174); }
H1.HeaderClassName
{
color: #E122AE;
}
.AnyTagClassName
{
color: #E122AE;
}
</style>
background-color css
<style>
a { background-color: #E122AE; }
a { background-color: rgb(225,34,174); }
div.DivClassName
{
background-color: #E122AE;
}
.BgClassName
{
background-color: #E122AE;
}
</style>
border-color css
<style>
span { border-color: #E122AE; }
span { border-color: rgb(225,34,174); }
td.TdClassName
{
border-color: #E122AE;
}
.TagClassName
{
border-color: #E122AE;
}
</style>