Shades of Persian Rose #E7279C
Tints of Persian Rose #E7279C
RGB
CMYK
RGB Variations
Color information
#E7279C (or 0xE7279C) is known color: Persian Rose. HEX triplet: E7, 27 and 9C. RGB value is (231,39,156). Sum of RGB (Red+Green+Blue) = 231+39+156=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7279C is #18D863. Grayscale: #6D6D6D. Windows color (decimal): -1628260 or 10233831. OLE color: 10233831.
HSL color Cylindrical-coordinate representation of color #E7279C: hue angle of 323.44º 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 #E7279C is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 156 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.09 |
| HSL | 323.44º | 0.8% | 0.53% | - |
| HSV(B) | 323.44º | 0.83% | 0.91% | - |
| XYZ | 39.68 | 20.84 | 33.38 | - |
| YUV | 109.75 | 154.11 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 156 | 0 | 0.83 | 0.32 | 0.09 | 323.44 | 0.8 | 0.53 |
| Hex | E7 | 27 | 9C | 0 | 53 | 20 | 9 | 143 | 50 | 35 |
| Octal | 347 | 47 | 234 | 0 | 123 | 40 | 11 | 503 | 120 | 65 |
| Binary | 11100111 | 100111 | 10011100 | 0 | 1010011 | 100000 | 1001 | 101000011 | 1010000 | 110101 |
Color Harmonies of #E7279C
Complementary color
Monochromatic Colors of #E7279C
Black with #E7279C
Text Example
Text Example
White with #E7279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7279C; }
p { color: rgb(231,39,156); }
H1.HeaderClassName
{
color: #E7279C;
}
.AnyTagClassName
{
color: #E7279C;
}
</style>
background-color css
<style>
a { background-color: #E7279C; }
a { background-color: rgb(231,39,156); }
div.DivClassName
{
background-color: #E7279C;
}
.BgClassName
{
background-color: #E7279C;
}
</style>
border-color css
<style>
span { border-color: #E7279C; }
span { border-color: rgb(231,39,156); }
td.TdClassName
{
border-color: #E7279C;
}
.TagClassName
{
border-color: #E7279C;
}
</style>