Shades of Persian Rose #E122A0
Tints of Persian Rose #E122A0
RGB
CMYK
RGB Variations
Color information
#E122A0 (or 0xE122A0) is known color: Persian Rose. HEX triplet: E1, 22 and A0. RGB value is (225,34,160). Sum of RGB (Red+Green+Blue) = 225+34+160=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A0 is #1EDD5F. Grayscale: #696969. Windows color (decimal): -2022752 or 10494689. OLE color: 10494689.
HSL color Cylindrical-coordinate representation of color #E122A0: hue angle of 320.42º 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 #E122A0 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 160 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.12 |
| HSL | 320.42º | 0.76% | 0.51% | - |
| HSV(B) | 320.42º | 0.85% | 0.88% | - |
| XYZ | 37.97 | 19.69 | 35.06 | - |
| YUV | 105.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 160 | 0 | 0.85 | 0.29 | 0.12 | 320.42 | 0.76 | 0.51 |
| Hex | E1 | 22 | A0 | 0 | 55 | 1D | C | 140 | 4C | 33 |
| Octal | 341 | 42 | 240 | 0 | 125 | 35 | 14 | 500 | 114 | 63 |
| Binary | 11100001 | 100010 | 10100000 | 0 | 1010101 | 11101 | 1100 | 101000000 | 1001100 | 110011 |
Color Harmonies of #E122A0
Complementary color
Monochromatic Colors of #E122A0
Black with #E122A0
Text Example
Text Example
White with #E122A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122A0; }
p { color: rgb(225,34,160); }
H1.HeaderClassName
{
color: #E122A0;
}
.AnyTagClassName
{
color: #E122A0;
}
</style>
background-color css
<style>
a { background-color: #E122A0; }
a { background-color: rgb(225,34,160); }
div.DivClassName
{
background-color: #E122A0;
}
.BgClassName
{
background-color: #E122A0;
}
</style>
border-color css
<style>
span { border-color: #E122A0; }
span { border-color: rgb(225,34,160); }
td.TdClassName
{
border-color: #E122A0;
}
.TagClassName
{
border-color: #E122A0;
}
</style>