Shades of Persian Rose #E7279D
Tints of Persian Rose #E7279D
RGB
CMYK
RGB Variations
Color information
#E7279D (or 0xE7279D) is known color: Persian Rose. HEX triplet: E7, 27 and 9D. RGB value is (231,39,157). Sum of RGB (Red+Green+Blue) = 231+39+157=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7279D is #18D862. Grayscale: #6D6D6D. Windows color (decimal): -1628259 or 10299367. OLE color: 10299367.
HSL color Cylindrical-coordinate representation of color #E7279D: hue angle of 323.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7279D is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 157 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.09 |
| HSL | 323.13º | 0.8% | 0.53% | - |
| HSV(B) | 323.13º | 0.83% | 0.91% | - |
| XYZ | 39.77 | 20.87 | 33.83 | - |
| YUV | 109.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 157 | 0 | 0.83 | 0.32 | 0.09 | 323.13 | 0.8 | 0.53 |
| Hex | E7 | 27 | 9D | 0 | 53 | 20 | 9 | 143 | 50 | 35 |
| Octal | 347 | 47 | 235 | 0 | 123 | 40 | 11 | 503 | 120 | 65 |
| Binary | 11100111 | 100111 | 10011101 | 0 | 1010011 | 100000 | 1001 | 101000011 | 1010000 | 110101 |
Color Harmonies of #E7279D
Complementary color
Monochromatic Colors of #E7279D
Black with #E7279D
Text Example
Text Example
White with #E7279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7279D; }
p { color: rgb(231,39,157); }
H1.HeaderClassName
{
color: #E7279D;
}
.AnyTagClassName
{
color: #E7279D;
}
</style>
background-color css
<style>
a { background-color: #E7279D; }
a { background-color: rgb(231,39,157); }
div.DivClassName
{
background-color: #E7279D;
}
.BgClassName
{
background-color: #E7279D;
}
</style>
border-color css
<style>
span { border-color: #E7279D; }
span { border-color: rgb(231,39,157); }
td.TdClassName
{
border-color: #E7279D;
}
.TagClassName
{
border-color: #E7279D;
}
</style>