Shades of Persian Rose #E51F98
Tints of Persian Rose #E51F98
RGB
CMYK
RGB Variations
Color information
#E51F98 (or 0xE51F98) is known color: Persian Rose. HEX triplet: E5, 1F and 98. RGB value is (229,31,152). Sum of RGB (Red+Green+Blue) = 229+31+152=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51F98 is #1AE067. Grayscale: #676767. Windows color (decimal): -1761384 or 9969637. OLE color: 9969637.
HSL color Cylindrical-coordinate representation of color #E51F98: hue angle of 323.33º 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 #E51F98 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 152 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.10 |
| HSL | 323.33º | 0.79% | 0.51% | - |
| HSV(B) | 323.33º | 0.86% | 0.9% | - |
| XYZ | 38.47 | 19.9 | 31.52 | - |
| YUV | 104 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 152 | 0 | 0.86 | 0.34 | 0.10 | 323.33 | 0.79 | 0.51 |
| Hex | E5 | 1F | 98 | 0 | 56 | 22 | A | 143 | 4F | 33 |
| Octal | 345 | 37 | 230 | 0 | 126 | 42 | 12 | 503 | 117 | 63 |
| Binary | 11100101 | 11111 | 10011000 | 0 | 1010110 | 100010 | 1010 | 101000011 | 1001111 | 110011 |
Color Harmonies of #E51F98
Complementary color
Monochromatic Colors of #E51F98
Black with #E51F98
Text Example
Text Example
White with #E51F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F98; }
p { color: rgb(229,31,152); }
H1.HeaderClassName
{
color: #E51F98;
}
.AnyTagClassName
{
color: #E51F98;
}
</style>
background-color css
<style>
a { background-color: #E51F98; }
a { background-color: rgb(229,31,152); }
div.DivClassName
{
background-color: #E51F98;
}
.BgClassName
{
background-color: #E51F98;
}
</style>
border-color css
<style>
span { border-color: #E51F98; }
span { border-color: rgb(229,31,152); }
td.TdClassName
{
border-color: #E51F98;
}
.TagClassName
{
border-color: #E51F98;
}
</style>