Shades of Persian Rose #E51EA2
Tints of Persian Rose #E51EA2
RGB
CMYK
RGB Variations
Color information
#E51EA2 (or 0xE51EA2) is known color: Persian Rose. HEX triplet: E5, 1E and A2. RGB value is (229,30,162). Sum of RGB (Red+Green+Blue) = 229+30+162=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51EA2 is #1AE15D. Grayscale: #686868. Windows color (decimal): -1761630 or 10624741. OLE color: 10624741.
HSL color Cylindrical-coordinate representation of color #E51EA2: hue angle of 320.2º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51EA2 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 162 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.10 |
| HSL | 320.2º | 0.79% | 0.51% | - |
| HSV(B) | 320.2º | 0.87% | 0.9% | - |
| XYZ | 39.3 | 20.2 | 36.01 | - |
| YUV | 104.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 162 | 0 | 0.87 | 0.29 | 0.10 | 320.2 | 0.79 | 0.51 |
| Hex | E5 | 1E | A2 | 0 | 57 | 1D | A | 140 | 4F | 33 |
| Octal | 345 | 36 | 242 | 0 | 127 | 35 | 12 | 500 | 117 | 63 |
| Binary | 11100101 | 11110 | 10100010 | 0 | 1010111 | 11101 | 1010 | 101000000 | 1001111 | 110011 |
Color Harmonies of #E51EA2
Complementary color
Monochromatic Colors of #E51EA2
Black with #E51EA2
Text Example
Text Example
White with #E51EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EA2; }
p { color: rgb(229,30,162); }
H1.HeaderClassName
{
color: #E51EA2;
}
.AnyTagClassName
{
color: #E51EA2;
}
</style>
background-color css
<style>
a { background-color: #E51EA2; }
a { background-color: rgb(229,30,162); }
div.DivClassName
{
background-color: #E51EA2;
}
.BgClassName
{
background-color: #E51EA2;
}
</style>
border-color css
<style>
span { border-color: #E51EA2; }
span { border-color: rgb(229,30,162); }
td.TdClassName
{
border-color: #E51EA2;
}
.TagClassName
{
border-color: #E51EA2;
}
</style>