Shades of Persian Rose #E22DAB
Tints of Persian Rose #E22DAB
RGB
CMYK
RGB Variations
Color information
#E22DAB (or 0xE22DAB) is known color: Persian Rose. HEX triplet: E2, 2D and AB. RGB value is (226,45,171). Sum of RGB (Red+Green+Blue) = 226+45+171=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DAB is #1DD254. Grayscale: #717171. Windows color (decimal): -1954389 or 11218402. OLE color: 11218402.
HSL color Cylindrical-coordinate representation of color #E22DAB: hue angle of 318.23º 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 #E22DAB is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 171 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.11 |
| HSL | 318.23º | 0.76% | 0.53% | - |
| HSV(B) | 318.23º | 0.8% | 0.89% | - |
| XYZ | 39.65 | 20.99 | 40.49 | - |
| YUV | 113.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 171 | 0 | 0.80 | 0.24 | 0.11 | 318.23 | 0.76 | 0.53 |
| Hex | E2 | 2D | AB | 0 | 50 | 18 | B | 13E | 4C | 35 |
| Octal | 342 | 55 | 253 | 0 | 120 | 30 | 13 | 476 | 114 | 65 |
| Binary | 11100010 | 101101 | 10101011 | 0 | 1010000 | 11000 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E22DAB
Complementary color
Monochromatic Colors of #E22DAB
Black with #E22DAB
Text Example
Text Example
White with #E22DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DAB; }
p { color: rgb(226,45,171); }
H1.HeaderClassName
{
color: #E22DAB;
}
.AnyTagClassName
{
color: #E22DAB;
}
</style>
background-color css
<style>
a { background-color: #E22DAB; }
a { background-color: rgb(226,45,171); }
div.DivClassName
{
background-color: #E22DAB;
}
.BgClassName
{
background-color: #E22DAB;
}
</style>
border-color css
<style>
span { border-color: #E22DAB; }
span { border-color: rgb(226,45,171); }
td.TdClassName
{
border-color: #E22DAB;
}
.TagClassName
{
border-color: #E22DAB;
}
</style>