Shades of Persian Rose #E22DAC
Tints of Persian Rose #E22DAC
RGB
CMYK
RGB Variations
Color information
#E22DAC (or 0xE22DAC) is known color: Persian Rose. HEX triplet: E2, 2D and AC. RGB value is (226,45,172). Sum of RGB (Red+Green+Blue) = 226+45+172=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DAC is #1DD253. Grayscale: #717171. Windows color (decimal): -1954388 or 11283938. OLE color: 11283938.
HSL color Cylindrical-coordinate representation of color #E22DAC: hue angle of 317.9º 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 #E22DAC is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 172 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.11 |
| HSL | 317.9º | 0.76% | 0.53% | - |
| HSV(B) | 317.9º | 0.8% | 0.89% | - |
| XYZ | 39.75 | 21.02 | 40.99 | - |
| YUV | 113.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 172 | 0 | 0.80 | 0.24 | 0.11 | 317.9 | 0.76 | 0.53 |
| Hex | E2 | 2D | AC | 0 | 50 | 18 | B | 13E | 4C | 35 |
| Octal | 342 | 55 | 254 | 0 | 120 | 30 | 13 | 476 | 114 | 65 |
| Binary | 11100010 | 101101 | 10101100 | 0 | 1010000 | 11000 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E22DAC
Complementary color
Monochromatic Colors of #E22DAC
Black with #E22DAC
Text Example
Text Example
White with #E22DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DAC; }
p { color: rgb(226,45,172); }
H1.HeaderClassName
{
color: #E22DAC;
}
.AnyTagClassName
{
color: #E22DAC;
}
</style>
background-color css
<style>
a { background-color: #E22DAC; }
a { background-color: rgb(226,45,172); }
div.DivClassName
{
background-color: #E22DAC;
}
.BgClassName
{
background-color: #E22DAC;
}
</style>
border-color css
<style>
span { border-color: #E22DAC; }
span { border-color: rgb(226,45,172); }
td.TdClassName
{
border-color: #E22DAC;
}
.TagClassName
{
border-color: #E22DAC;
}
</style>