Shades of Persian Rose #E122A6
Tints of Persian Rose #E122A6
RGB
CMYK
RGB Variations
Color information
#E122A6 (or 0xE122A6) is known color: Persian Rose. HEX triplet: E1, 22 and A6. RGB value is (225,34,166). Sum of RGB (Red+Green+Blue) = 225+34+166=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A6 is #1EDD59. Grayscale: #696969. Windows color (decimal): -2022746 or 10887905. OLE color: 10887905.
HSL color Cylindrical-coordinate representation of color #E122A6: hue angle of 318.53º 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 #E122A6 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 166 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.12 |
| HSL | 318.53º | 0.76% | 0.51% | - |
| HSV(B) | 318.53º | 0.85% | 0.88% | - |
| XYZ | 38.51 | 19.9 | 37.89 | - |
| YUV | 106.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 166 | 0 | 0.85 | 0.26 | 0.12 | 318.53 | 0.76 | 0.51 |
| Hex | E1 | 22 | A6 | 0 | 55 | 1A | C | 13F | 4C | 33 |
| Octal | 341 | 42 | 246 | 0 | 125 | 32 | 14 | 477 | 114 | 63 |
| Binary | 11100001 | 100010 | 10100110 | 0 | 1010101 | 11010 | 1100 | 100111111 | 1001100 | 110011 |
Color Harmonies of #E122A6
Complementary color
Monochromatic Colors of #E122A6
Black with #E122A6
Text Example
Text Example
White with #E122A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122A6; }
p { color: rgb(225,34,166); }
H1.HeaderClassName
{
color: #E122A6;
}
.AnyTagClassName
{
color: #E122A6;
}
</style>
background-color css
<style>
a { background-color: #E122A6; }
a { background-color: rgb(225,34,166); }
div.DivClassName
{
background-color: #E122A6;
}
.BgClassName
{
background-color: #E122A6;
}
</style>
border-color css
<style>
span { border-color: #E122A6; }
span { border-color: rgb(225,34,166); }
td.TdClassName
{
border-color: #E122A6;
}
.TagClassName
{
border-color: #E122A6;
}
</style>