Shades of Spicy Pink #E122AF
Tints of Spicy Pink #E122AF
RGB
CMYK
RGB Variations
Color information
#E122AF (or 0xE122AF) is known color: Spicy Pink. HEX triplet: E1, 22 and AF. RGB value is (225,34,175). Sum of RGB (Red+Green+Blue) = 225+34+175=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E122AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122AF is #1EDD50. Grayscale: #6A6A6A. Windows color (decimal): -2022737 or 11477729. OLE color: 11477729.
HSL color Cylindrical-coordinate representation of color #E122AF: hue angle of 315.71º 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 #E122AF is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 175 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.12 |
| HSL | 315.71º | 0.76% | 0.51% | - |
| HSV(B) | 315.71º | 0.85% | 0.88% | - |
| XYZ | 39.36 | 20.25 | 42.39 | - |
| YUV | 107.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 175 | 0 | 0.85 | 0.22 | 0.12 | 315.71 | 0.76 | 0.51 |
| Hex | E1 | 22 | AF | 0 | 55 | 16 | C | 13C | 4C | 33 |
| Octal | 341 | 42 | 257 | 0 | 125 | 26 | 14 | 474 | 114 | 63 |
| Binary | 11100001 | 100010 | 10101111 | 0 | 1010101 | 10110 | 1100 | 100111100 | 1001100 | 110011 |
Color Harmonies of #E122AF
Complementary color
Monochromatic Colors of #E122AF
Black with #E122AF
Text Example
Text Example
White with #E122AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122AF; }
p { color: rgb(225,34,175); }
H1.HeaderClassName
{
color: #E122AF;
}
.AnyTagClassName
{
color: #E122AF;
}
</style>
background-color css
<style>
a { background-color: #E122AF; }
a { background-color: rgb(225,34,175); }
div.DivClassName
{
background-color: #E122AF;
}
.BgClassName
{
background-color: #E122AF;
}
</style>
border-color css
<style>
span { border-color: #E122AF; }
span { border-color: rgb(225,34,175); }
td.TdClassName
{
border-color: #E122AF;
}
.TagClassName
{
border-color: #E122AF;
}
</style>