Shades of Persian Rose #E7309F
Tints of Persian Rose #E7309F
RGB
CMYK
RGB Variations
Color information
#E7309F (or 0xE7309F) is known color: Persian Rose. HEX triplet: E7, 30 and 9F. RGB value is (231,48,159). Sum of RGB (Red+Green+Blue) = 231+48+159=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7309F is #18CF60. Grayscale: #737373. Windows color (decimal): -1625953 or 10432743. OLE color: 10432743.
HSL color Cylindrical-coordinate representation of color #E7309F: hue angle of 323.61º 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 #E7309F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 159 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.09 |
| HSL | 323.61º | 0.79% | 0.55% | - |
| HSV(B) | 323.61º | 0.79% | 0.91% | - |
| XYZ | 40.27 | 21.61 | 34.85 | - |
| YUV | 115.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 159 | 0 | 0.79 | 0.31 | 0.09 | 323.61 | 0.79 | 0.55 |
| Hex | E7 | 30 | 9F | 0 | 4F | 1F | 9 | 144 | 4F | 37 |
| Octal | 347 | 60 | 237 | 0 | 117 | 37 | 11 | 504 | 117 | 67 |
| Binary | 11100111 | 110000 | 10011111 | 0 | 1001111 | 11111 | 1001 | 101000100 | 1001111 | 110111 |
Color Harmonies of #E7309F
Complementary color
Monochromatic Colors of #E7309F
Black with #E7309F
Text Example
Text Example
White with #E7309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7309F; }
p { color: rgb(231,48,159); }
H1.HeaderClassName
{
color: #E7309F;
}
.AnyTagClassName
{
color: #E7309F;
}
</style>
background-color css
<style>
a { background-color: #E7309F; }
a { background-color: rgb(231,48,159); }
div.DivClassName
{
background-color: #E7309F;
}
.BgClassName
{
background-color: #E7309F;
}
</style>
border-color css
<style>
span { border-color: #E7309F; }
span { border-color: rgb(231,48,159); }
td.TdClassName
{
border-color: #E7309F;
}
.TagClassName
{
border-color: #E7309F;
}
</style>