Shades of Persian Rose #E7319D
Tints of Persian Rose #E7319D
RGB
CMYK
RGB Variations
Color information
#E7319D (or 0xE7319D) is known color: Persian Rose. HEX triplet: E7, 31 and 9D. RGB value is (231,49,157). Sum of RGB (Red+Green+Blue) = 231+49+157=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7319D is #18CE62. Grayscale: #737373. Windows color (decimal): -1625699 or 10301927. OLE color: 10301927.
HSL color Cylindrical-coordinate representation of color #E7319D: hue angle of 324.4º 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 #E7319D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 157 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.09 |
| HSL | 324.4º | 0.79% | 0.55% | - |
| HSV(B) | 324.4º | 0.79% | 0.91% | - |
| XYZ | 40.14 | 21.62 | 33.96 | - |
| YUV | 115.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 157 | 0 | 0.79 | 0.32 | 0.09 | 324.4 | 0.79 | 0.55 |
| Hex | E7 | 31 | 9D | 0 | 4F | 20 | 9 | 144 | 4F | 37 |
| Octal | 347 | 61 | 235 | 0 | 117 | 40 | 11 | 504 | 117 | 67 |
| Binary | 11100111 | 110001 | 10011101 | 0 | 1001111 | 100000 | 1001 | 101000100 | 1001111 | 110111 |
Color Harmonies of #E7319D
Complementary color
Monochromatic Colors of #E7319D
Black with #E7319D
Text Example
Text Example
White with #E7319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7319D; }
p { color: rgb(231,49,157); }
H1.HeaderClassName
{
color: #E7319D;
}
.AnyTagClassName
{
color: #E7319D;
}
</style>
background-color css
<style>
a { background-color: #E7319D; }
a { background-color: rgb(231,49,157); }
div.DivClassName
{
background-color: #E7319D;
}
.BgClassName
{
background-color: #E7319D;
}
</style>
border-color css
<style>
span { border-color: #E7319D; }
span { border-color: rgb(231,49,157); }
td.TdClassName
{
border-color: #E7319D;
}
.TagClassName
{
border-color: #E7319D;
}
</style>