Shades of Persian Rose #E22AAA
Tints of Persian Rose #E22AAA
RGB
CMYK
RGB Variations
Color information
#E22AAA (or 0xE22AAA) is known color: Persian Rose. HEX triplet: E2, 2A and AA. RGB value is (226,42,170). Sum of RGB (Red+Green+Blue) = 226+42+170=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E22AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22AAA is #1DD555. Grayscale: #6F6F6F. Windows color (decimal): -1955158 or 11152098. OLE color: 11152098.
HSL color Cylindrical-coordinate representation of color #E22AAA: hue angle of 318.26º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22AAA is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 42 | 170 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.11 |
| HSL | 318.26º | 0.76% | 0.53% | - |
| HSV(B) | 318.26º | 0.81% | 0.89% | - |
| XYZ | 39.45 | 20.73 | 39.95 | - |
| YUV | 111.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 42 | 170 | 0 | 0.81 | 0.25 | 0.11 | 318.26 | 0.76 | 0.53 |
| Hex | E2 | 2A | AA | 0 | 51 | 19 | B | 13E | 4C | 35 |
| Octal | 342 | 52 | 252 | 0 | 121 | 31 | 13 | 476 | 114 | 65 |
| Binary | 11100010 | 101010 | 10101010 | 0 | 1010001 | 11001 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E22AAA
Complementary color
Monochromatic Colors of #E22AAA
Black with #E22AAA
Text Example
Text Example
White with #E22AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22AAA; }
p { color: rgb(226,42,170); }
H1.HeaderClassName
{
color: #E22AAA;
}
.AnyTagClassName
{
color: #E22AAA;
}
</style>
background-color css
<style>
a { background-color: #E22AAA; }
a { background-color: rgb(226,42,170); }
div.DivClassName
{
background-color: #E22AAA;
}
.BgClassName
{
background-color: #E22AAA;
}
</style>
border-color css
<style>
span { border-color: #E22AAA; }
span { border-color: rgb(226,42,170); }
td.TdClassName
{
border-color: #E22AAA;
}
.TagClassName
{
border-color: #E22AAA;
}
</style>