Shades of Persian Rose #E122A2
Tints of Persian Rose #E122A2
RGB
CMYK
RGB Variations
Color information
#E122A2 (or 0xE122A2) is known color: Persian Rose. HEX triplet: E1, 22 and A2. RGB value is (225,34,162). Sum of RGB (Red+Green+Blue) = 225+34+162=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A2 is #1EDD5D. Grayscale: #696969. Windows color (decimal): -2022750 or 10625761. OLE color: 10625761.
HSL color Cylindrical-coordinate representation of color #E122A2: hue angle of 319.79º 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 #E122A2 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 162 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.12 |
| HSL | 319.79º | 0.76% | 0.51% | - |
| HSV(B) | 319.79º | 0.85% | 0.88% | - |
| XYZ | 38.14 | 19.76 | 35.99 | - |
| YUV | 105.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 162 | 0 | 0.85 | 0.28 | 0.12 | 319.79 | 0.76 | 0.51 |
| Hex | E1 | 22 | A2 | 0 | 55 | 1C | C | 140 | 4C | 33 |
| Octal | 341 | 42 | 242 | 0 | 125 | 34 | 14 | 500 | 114 | 63 |
| Binary | 11100001 | 100010 | 10100010 | 0 | 1010101 | 11100 | 1100 | 101000000 | 1001100 | 110011 |
Color Harmonies of #E122A2
Complementary color
Monochromatic Colors of #E122A2
Black with #E122A2
Text Example
Text Example
White with #E122A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122A2; }
p { color: rgb(225,34,162); }
H1.HeaderClassName
{
color: #E122A2;
}
.AnyTagClassName
{
color: #E122A2;
}
</style>
background-color css
<style>
a { background-color: #E122A2; }
a { background-color: rgb(225,34,162); }
div.DivClassName
{
background-color: #E122A2;
}
.BgClassName
{
background-color: #E122A2;
}
</style>
border-color css
<style>
span { border-color: #E122A2; }
span { border-color: rgb(225,34,162); }
td.TdClassName
{
border-color: #E122A2;
}
.TagClassName
{
border-color: #E122A2;
}
</style>