Shades of Spicy Pink #E122B7
Tints of Spicy Pink #E122B7
RGB
CMYK
RGB Variations
Color information
#E122B7 (or 0xE122B7) is known color: Spicy Pink. HEX triplet: E1, 22 and B7. RGB value is (225,34,183). Sum of RGB (Red+Green+Blue) = 225+34+183=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E122B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122B7 is #1EDD48. Grayscale: #6B6B6B. Windows color (decimal): -2022729 or 12002017. OLE color: 12002017.
HSL color Cylindrical-coordinate representation of color #E122B7: hue angle of 313.19º 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 #E122B7 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 183 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.12 |
| HSL | 313.19º | 0.76% | 0.51% | - |
| HSV(B) | 313.19º | 0.85% | 0.88% | - |
| XYZ | 40.17 | 20.57 | 46.65 | - |
| YUV | 108.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 183 | 0 | 0.85 | 0.19 | 0.12 | 313.19 | 0.76 | 0.51 |
| Hex | E1 | 22 | B7 | 0 | 55 | 13 | C | 139 | 4C | 33 |
| Octal | 341 | 42 | 267 | 0 | 125 | 23 | 14 | 471 | 114 | 63 |
| Binary | 11100001 | 100010 | 10110111 | 0 | 1010101 | 10011 | 1100 | 100111001 | 1001100 | 110011 |
Color Harmonies of #E122B7
Complementary color
Monochromatic Colors of #E122B7
Black with #E122B7
Text Example
Text Example
White with #E122B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122B7; }
p { color: rgb(225,34,183); }
H1.HeaderClassName
{
color: #E122B7;
}
.AnyTagClassName
{
color: #E122B7;
}
</style>
background-color css
<style>
a { background-color: #E122B7; }
a { background-color: rgb(225,34,183); }
div.DivClassName
{
background-color: #E122B7;
}
.BgClassName
{
background-color: #E122B7;
}
</style>
border-color css
<style>
span { border-color: #E122B7; }
span { border-color: rgb(225,34,183); }
td.TdClassName
{
border-color: #E122B7;
}
.TagClassName
{
border-color: #E122B7;
}
</style>