Shades of Persian Rose #E11EA2
Tints of Persian Rose #E11EA2
RGB
CMYK
RGB Variations
Color information
#E11EA2 (or 0xE11EA2) is known color: Persian Rose. HEX triplet: E1, 1E and A2. RGB value is (225,30,162). Sum of RGB (Red+Green+Blue) = 225+30+162=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11EA2 is #1EE15D. Grayscale: #676767. Windows color (decimal): -2023774 or 10624737. OLE color: 10624737.
HSL color Cylindrical-coordinate representation of color #E11EA2: hue angle of 319.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11EA2 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 162 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.12 |
| HSL | 319.38º | 0.76% | 0.5% | - |
| HSV(B) | 319.38º | 0.87% | 0.88% | - |
| XYZ | 38.04 | 19.54 | 35.95 | - |
| YUV | 103.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 162 | 0 | 0.87 | 0.28 | 0.12 | 319.38 | 0.76 | 0.5 |
| Hex | E1 | 1E | A2 | 0 | 57 | 1C | C | 13F | 4C | 32 |
| Octal | 341 | 36 | 242 | 0 | 127 | 34 | 14 | 477 | 114 | 62 |
| Binary | 11100001 | 11110 | 10100010 | 0 | 1010111 | 11100 | 1100 | 100111111 | 1001100 | 110010 |
Color Harmonies of #E11EA2
Complementary color
Monochromatic Colors of #E11EA2
Black with #E11EA2
Text Example
Text Example
White with #E11EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EA2; }
p { color: rgb(225,30,162); }
H1.HeaderClassName
{
color: #E11EA2;
}
.AnyTagClassName
{
color: #E11EA2;
}
</style>
background-color css
<style>
a { background-color: #E11EA2; }
a { background-color: rgb(225,30,162); }
div.DivClassName
{
background-color: #E11EA2;
}
.BgClassName
{
background-color: #E11EA2;
}
</style>
border-color css
<style>
span { border-color: #E11EA2; }
span { border-color: rgb(225,30,162); }
td.TdClassName
{
border-color: #E11EA2;
}
.TagClassName
{
border-color: #E11EA2;
}
</style>