Shades of Persian Rose #E22DAA
Tints of Persian Rose #E22DAA
RGB
CMYK
RGB Variations
Color information
#E22DAA (or 0xE22DAA) is known color: Persian Rose. HEX triplet: E2, 2D and AA. RGB value is (226,45,170). Sum of RGB (Red+Green+Blue) = 226+45+170=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DAA is #1DD255. Grayscale: #717171. Windows color (decimal): -1954390 or 11152866. OLE color: 11152866.
HSL color Cylindrical-coordinate representation of color #E22DAA: hue angle of 318.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22DAA is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 170 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.11 |
| HSL | 318.56º | 0.76% | 0.53% | - |
| HSV(B) | 318.56º | 0.8% | 0.89% | - |
| XYZ | 39.56 | 20.95 | 39.99 | - |
| YUV | 113.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 170 | 0 | 0.80 | 0.25 | 0.11 | 318.56 | 0.76 | 0.53 |
| Hex | E2 | 2D | AA | 0 | 50 | 19 | B | 13F | 4C | 35 |
| Octal | 342 | 55 | 252 | 0 | 120 | 31 | 13 | 477 | 114 | 65 |
| Binary | 11100010 | 101101 | 10101010 | 0 | 1010000 | 11001 | 1011 | 100111111 | 1001100 | 110101 |
Color Harmonies of #E22DAA
Complementary color
Monochromatic Colors of #E22DAA
Black with #E22DAA
Text Example
Text Example
White with #E22DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DAA; }
p { color: rgb(226,45,170); }
H1.HeaderClassName
{
color: #E22DAA;
}
.AnyTagClassName
{
color: #E22DAA;
}
</style>
background-color css
<style>
a { background-color: #E22DAA; }
a { background-color: rgb(226,45,170); }
div.DivClassName
{
background-color: #E22DAA;
}
.BgClassName
{
background-color: #E22DAA;
}
</style>
border-color css
<style>
span { border-color: #E22DAA; }
span { border-color: rgb(226,45,170); }
td.TdClassName
{
border-color: #E22DAA;
}
.TagClassName
{
border-color: #E22DAA;
}
</style>