Shades of Persian Rose #E51F99
Tints of Persian Rose #E51F99
RGB
CMYK
RGB Variations
Color information
#E51F99 (or 0xE51F99) is known color: Persian Rose. HEX triplet: E5, 1F and 99. RGB value is (229,31,153). Sum of RGB (Red+Green+Blue) = 229+31+153=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51F99 is #1AE066. Grayscale: #676767. Windows color (decimal): -1761383 or 10035173. OLE color: 10035173.
HSL color Cylindrical-coordinate representation of color #E51F99: hue angle of 323.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F99 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 153 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.10 |
| HSL | 323.03º | 0.79% | 0.51% | - |
| HSV(B) | 323.03º | 0.86% | 0.9% | - |
| XYZ | 38.55 | 19.94 | 31.95 | - |
| YUV | 104.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 153 | 0 | 0.86 | 0.33 | 0.10 | 323.03 | 0.79 | 0.51 |
| Hex | E5 | 1F | 99 | 0 | 56 | 21 | A | 143 | 4F | 33 |
| Octal | 345 | 37 | 231 | 0 | 126 | 41 | 12 | 503 | 117 | 63 |
| Binary | 11100101 | 11111 | 10011001 | 0 | 1010110 | 100001 | 1010 | 101000011 | 1001111 | 110011 |
Color Harmonies of #E51F99
Complementary color
Monochromatic Colors of #E51F99
Black with #E51F99
Text Example
Text Example
White with #E51F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F99; }
p { color: rgb(229,31,153); }
H1.HeaderClassName
{
color: #E51F99;
}
.AnyTagClassName
{
color: #E51F99;
}
</style>
background-color css
<style>
a { background-color: #E51F99; }
a { background-color: rgb(229,31,153); }
div.DivClassName
{
background-color: #E51F99;
}
.BgClassName
{
background-color: #E51F99;
}
</style>
border-color css
<style>
span { border-color: #E51F99; }
span { border-color: rgb(229,31,153); }
td.TdClassName
{
border-color: #E51F99;
}
.TagClassName
{
border-color: #E51F99;
}
</style>