Shades of Persian Rose #E220A1
Tints of Persian Rose #E220A1
RGB
CMYK
RGB Variations
Color information
#E220A1 (or 0xE220A1) is known color: Persian Rose. HEX triplet: E2, 20 and A1. RGB value is (226,32,161). Sum of RGB (Red+Green+Blue) = 226+32+161=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E220A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E220A1 is #1DDF5E. Grayscale: #686868. Windows color (decimal): -1957727 or 10559714. OLE color: 10559714.
HSL color Cylindrical-coordinate representation of color #E220A1: hue angle of 320.1º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220A1 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 161 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.11 |
| HSL | 320.1º | 0.77% | 0.51% | - |
| HSV(B) | 320.1º | 0.86% | 0.89% | - |
| XYZ | 38.31 | 19.77 | 35.52 | - |
| YUV | 104.71 | 159.77 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 161 | 0 | 0.86 | 0.29 | 0.11 | 320.1 | 0.77 | 0.51 |
| Hex | E2 | 20 | A1 | 0 | 56 | 1D | B | 140 | 4D | 33 |
| Octal | 342 | 40 | 241 | 0 | 126 | 35 | 13 | 500 | 115 | 63 |
| Binary | 11100010 | 100000 | 10100001 | 0 | 1010110 | 11101 | 1011 | 101000000 | 1001101 | 110011 |
Color Harmonies of #E220A1
Complementary color
Monochromatic Colors of #E220A1
Black with #E220A1
Text Example
Text Example
White with #E220A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220A1; }
p { color: rgb(226,32,161); }
H1.HeaderClassName
{
color: #E220A1;
}
.AnyTagClassName
{
color: #E220A1;
}
</style>
background-color css
<style>
a { background-color: #E220A1; }
a { background-color: rgb(226,32,161); }
div.DivClassName
{
background-color: #E220A1;
}
.BgClassName
{
background-color: #E220A1;
}
</style>
border-color css
<style>
span { border-color: #E220A1; }
span { border-color: rgb(226,32,161); }
td.TdClassName
{
border-color: #E220A1;
}
.TagClassName
{
border-color: #E220A1;
}
</style>