Shades of French Rose #E8508F
Tints of French Rose #E8508F
RGB
CMYK
RGB Variations
Color information
#E8508F (or 0xE8508F) is known color: French Rose. HEX triplet: E8, 50 and 8F. RGB value is (232,80,143). Sum of RGB (Red+Green+Blue) = 232+80+143=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8508F is #17AF70. Grayscale: #848484. Windows color (decimal): -1552241 or 9392360. OLE color: 9392360.
HSL color Cylindrical-coordinate representation of color #E8508F: hue angle of 335.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8508F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 143 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.09 |
| HSL | 335.13º | 0.77% | 0.61% | - |
| HSV(B) | 335.13º | 0.66% | 0.91% | - |
| XYZ | 41.11 | 24.88 | 28.62 | - |
| YUV | 132.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 143 | 0 | 0.66 | 0.38 | 0.09 | 335.13 | 0.77 | 0.61 |
| Hex | E8 | 50 | 8F | 0 | 42 | 26 | 9 | 14F | 4D | 3D |
| Octal | 350 | 120 | 217 | 0 | 102 | 46 | 11 | 517 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10001111 | 0 | 1000010 | 100110 | 1001 | 101001111 | 1001101 | 111101 |
Color Harmonies of #E8508F
Complementary color
Monochromatic Colors of #E8508F
Black with #E8508F
Text Example
Text Example
White with #E8508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8508F; }
p { color: rgb(232,80,143); }
H1.HeaderClassName
{
color: #E8508F;
}
.AnyTagClassName
{
color: #E8508F;
}
</style>
background-color css
<style>
a { background-color: #E8508F; }
a { background-color: rgb(232,80,143); }
div.DivClassName
{
background-color: #E8508F;
}
.BgClassName
{
background-color: #E8508F;
}
</style>
border-color css
<style>
span { border-color: #E8508F; }
span { border-color: rgb(232,80,143); }
td.TdClassName
{
border-color: #E8508F;
}
.TagClassName
{
border-color: #E8508F;
}
</style>