Shades of Persian Rose #E7319F
Tints of Persian Rose #E7319F
RGB
CMYK
RGB Variations
Color information
#E7319F (or 0xE7319F) is known color: Persian Rose. HEX triplet: E7, 31 and 9F. RGB value is (231,49,159). Sum of RGB (Red+Green+Blue) = 231+49+159=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7319F is #18CE60. Grayscale: #737373. Windows color (decimal): -1625697 or 10432999. OLE color: 10432999.
HSL color Cylindrical-coordinate representation of color #E7319F: hue angle of 323.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7319F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 159 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.09 |
| HSL | 323.74º | 0.79% | 0.55% | - |
| HSV(B) | 323.74º | 0.79% | 0.91% | - |
| XYZ | 40.31 | 21.69 | 34.86 | - |
| YUV | 115.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 159 | 0 | 0.79 | 0.31 | 0.09 | 323.74 | 0.79 | 0.55 |
| Hex | E7 | 31 | 9F | 0 | 4F | 1F | 9 | 144 | 4F | 37 |
| Octal | 347 | 61 | 237 | 0 | 117 | 37 | 11 | 504 | 117 | 67 |
| Binary | 11100111 | 110001 | 10011111 | 0 | 1001111 | 11111 | 1001 | 101000100 | 1001111 | 110111 |
Color Harmonies of #E7319F
Complementary color
Monochromatic Colors of #E7319F
Black with #E7319F
Text Example
Text Example
White with #E7319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7319F; }
p { color: rgb(231,49,159); }
H1.HeaderClassName
{
color: #E7319F;
}
.AnyTagClassName
{
color: #E7319F;
}
</style>
background-color css
<style>
a { background-color: #E7319F; }
a { background-color: rgb(231,49,159); }
div.DivClassName
{
background-color: #E7319F;
}
.BgClassName
{
background-color: #E7319F;
}
</style>
border-color css
<style>
span { border-color: #E7319F; }
span { border-color: rgb(231,49,159); }
td.TdClassName
{
border-color: #E7319F;
}
.TagClassName
{
border-color: #E7319F;
}
</style>