Shades of Persian Rose #E221A1
Tints of Persian Rose #E221A1
RGB
CMYK
RGB Variations
Color information
#E221A1 (or 0xE221A1) is known color: Persian Rose. HEX triplet: E2, 21 and A1. RGB value is (226,33,161). Sum of RGB (Red+Green+Blue) = 226+33+161=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E221A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E221A1 is #1DDE5E. Grayscale: #686868. Windows color (decimal): -1957471 or 10559970. OLE color: 10559970.
HSL color Cylindrical-coordinate representation of color #E221A1: hue angle of 320.21º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221A1 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 161 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.11 |
| HSL | 320.21º | 0.77% | 0.51% | - |
| HSV(B) | 320.21º | 0.85% | 0.89% | - |
| XYZ | 38.34 | 19.83 | 35.52 | - |
| YUV | 105.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 161 | 0 | 0.85 | 0.29 | 0.11 | 320.21 | 0.77 | 0.51 |
| Hex | E2 | 21 | A1 | 0 | 55 | 1D | B | 140 | 4D | 33 |
| Octal | 342 | 41 | 241 | 0 | 125 | 35 | 13 | 500 | 115 | 63 |
| Binary | 11100010 | 100001 | 10100001 | 0 | 1010101 | 11101 | 1011 | 101000000 | 1001101 | 110011 |
Color Harmonies of #E221A1
Complementary color
Monochromatic Colors of #E221A1
Black with #E221A1
Text Example
Text Example
White with #E221A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221A1; }
p { color: rgb(226,33,161); }
H1.HeaderClassName
{
color: #E221A1;
}
.AnyTagClassName
{
color: #E221A1;
}
</style>
background-color css
<style>
a { background-color: #E221A1; }
a { background-color: rgb(226,33,161); }
div.DivClassName
{
background-color: #E221A1;
}
.BgClassName
{
background-color: #E221A1;
}
</style>
border-color css
<style>
span { border-color: #E221A1; }
span { border-color: rgb(226,33,161); }
td.TdClassName
{
border-color: #E221A1;
}
.TagClassName
{
border-color: #E221A1;
}
</style>