Shades of French Rose #E7508F
Tints of French Rose #E7508F
RGB
CMYK
RGB Variations
Color information
#E7508F (or 0xE7508F) is known color: French Rose. HEX triplet: E7, 50 and 8F. RGB value is (231,80,143). Sum of RGB (Red+Green+Blue) = 231+80+143=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7508F is #18AF70. Grayscale: #848484. Windows color (decimal): -1617777 or 9392359. OLE color: 9392359.
HSL color Cylindrical-coordinate representation of color #E7508F: hue angle of 334.97º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7508F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 143 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 334.97º | 0.76% | 0.61% | - |
| HSV(B) | 334.97º | 0.65% | 0.91% | - |
| XYZ | 40.78 | 24.71 | 28.61 | - |
| YUV | 132.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 143 | 0 | 0.65 | 0.38 | 0.09 | 334.97 | 0.76 | 0.61 |
| Hex | E7 | 50 | 8F | 0 | 41 | 26 | 9 | 14F | 4C | 3D |
| Octal | 347 | 120 | 217 | 0 | 101 | 46 | 11 | 517 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10001111 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001100 | 111101 |
Color Harmonies of #E7508F
Complementary color
Monochromatic Colors of #E7508F
Black with #E7508F
Text Example
Text Example
White with #E7508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7508F; }
p { color: rgb(231,80,143); }
H1.HeaderClassName
{
color: #E7508F;
}
.AnyTagClassName
{
color: #E7508F;
}
</style>
background-color css
<style>
a { background-color: #E7508F; }
a { background-color: rgb(231,80,143); }
div.DivClassName
{
background-color: #E7508F;
}
.BgClassName
{
background-color: #E7508F;
}
</style>
border-color css
<style>
span { border-color: #E7508F; }
span { border-color: rgb(231,80,143); }
td.TdClassName
{
border-color: #E7508F;
}
.TagClassName
{
border-color: #E7508F;
}
</style>