Shades of French Rose #E8519A
Tints of French Rose #E8519A
RGB
CMYK
RGB Variations
Color information
#E8519A (or 0xE8519A) is known color: French Rose. HEX triplet: E8, 51 and 9A. RGB value is (232,81,154). Sum of RGB (Red+Green+Blue) = 232+81+154=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E8519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8519A is #17AE65. Grayscale: #868686. Windows color (decimal): -1551974 or 10113512. OLE color: 10113512.
HSL color Cylindrical-coordinate representation of color #E8519A: hue angle of 330.99º degrees, saturation: 0.77, 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 #E8519A is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 154 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.09 |
| HSL | 330.99º | 0.77% | 0.61% | - |
| HSV(B) | 330.99º | 0.65% | 0.91% | - |
| XYZ | 42.05 | 25.37 | 33.25 | - |
| YUV | 134.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 154 | 0 | 0.65 | 0.34 | 0.09 | 330.99 | 0.77 | 0.61 |
| Hex | E8 | 51 | 9A | 0 | 41 | 22 | 9 | 14B | 4D | 3D |
| Octal | 350 | 121 | 232 | 0 | 101 | 42 | 11 | 513 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10011010 | 0 | 1000001 | 100010 | 1001 | 101001011 | 1001101 | 111101 |
Color Harmonies of #E8519A
Complementary color
Monochromatic Colors of #E8519A
Black with #E8519A
Text Example
Text Example
White with #E8519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8519A; }
p { color: rgb(232,81,154); }
H1.HeaderClassName
{
color: #E8519A;
}
.AnyTagClassName
{
color: #E8519A;
}
</style>
background-color css
<style>
a { background-color: #E8519A; }
a { background-color: rgb(232,81,154); }
div.DivClassName
{
background-color: #E8519A;
}
.BgClassName
{
background-color: #E8519A;
}
</style>
border-color css
<style>
span { border-color: #E8519A; }
span { border-color: rgb(232,81,154); }
td.TdClassName
{
border-color: #E8519A;
}
.TagClassName
{
border-color: #E8519A;
}
</style>