Shades of Persian Rose #E22DAF
Tints of Persian Rose #E22DAF
RGB
CMYK
RGB Variations
Color information
#E22DAF (or 0xE22DAF) is known color: Persian Rose. HEX triplet: E2, 2D and AF. RGB value is (226,45,175). Sum of RGB (Red+Green+Blue) = 226+45+175=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DAF is #1DD250. Grayscale: #717171. Windows color (decimal): -1954385 or 11480546. OLE color: 11480546.
HSL color Cylindrical-coordinate representation of color #E22DAF: hue angle of 316.91º 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 #E22DAF is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 175 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.11 |
| HSL | 316.91º | 0.76% | 0.53% | - |
| HSV(B) | 316.91º | 0.8% | 0.89% | - |
| XYZ | 40.04 | 21.14 | 42.53 | - |
| YUV | 113.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 175 | 0 | 0.80 | 0.23 | 0.11 | 316.91 | 0.76 | 0.53 |
| Hex | E2 | 2D | AF | 0 | 50 | 17 | B | 13D | 4C | 35 |
| Octal | 342 | 55 | 257 | 0 | 120 | 27 | 13 | 475 | 114 | 65 |
| Binary | 11100010 | 101101 | 10101111 | 0 | 1010000 | 10111 | 1011 | 100111101 | 1001100 | 110101 |
Color Harmonies of #E22DAF
Complementary color
Monochromatic Colors of #E22DAF
Black with #E22DAF
Text Example
Text Example
White with #E22DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DAF; }
p { color: rgb(226,45,175); }
H1.HeaderClassName
{
color: #E22DAF;
}
.AnyTagClassName
{
color: #E22DAF;
}
</style>
background-color css
<style>
a { background-color: #E22DAF; }
a { background-color: rgb(226,45,175); }
div.DivClassName
{
background-color: #E22DAF;
}
.BgClassName
{
background-color: #E22DAF;
}
</style>
border-color css
<style>
span { border-color: #E22DAF; }
span { border-color: rgb(226,45,175); }
td.TdClassName
{
border-color: #E22DAF;
}
.TagClassName
{
border-color: #E22DAF;
}
</style>