Shades of French Rose #E0519A
Tints of French Rose #E0519A
RGB
CMYK
RGB Variations
Color information
#E0519A (or 0xE0519A) is known color: French Rose. HEX triplet: E0, 51 and 9A. RGB value is (224,81,154). Sum of RGB (Red+Green+Blue) = 224+81+154=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0519A is #1FAE65. Grayscale: #838383. Windows color (decimal): -2076262 or 10113504. OLE color: 10113504.
HSL color Cylindrical-coordinate representation of color #E0519A: hue angle of 329.37º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0519A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 154 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.12 |
| HSL | 329.37º | 0.7% | 0.6% | - |
| HSV(B) | 329.37º | 0.64% | 0.88% | - |
| XYZ | 39.52 | 24.07 | 33.13 | - |
| YUV | 132.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 154 | 0 | 0.64 | 0.31 | 0.12 | 329.37 | 0.7 | 0.6 |
| Hex | E0 | 51 | 9A | 0 | 40 | 1F | C | 149 | 46 | 3C |
| Octal | 340 | 121 | 232 | 0 | 100 | 37 | 14 | 511 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10011010 | 0 | 1000000 | 11111 | 1100 | 101001001 | 1000110 | 111100 |
Color Harmonies of #E0519A
Complementary color
Monochromatic Colors of #E0519A
Black with #E0519A
Text Example
Text Example
White with #E0519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0519A; }
p { color: rgb(224,81,154); }
H1.HeaderClassName
{
color: #E0519A;
}
.AnyTagClassName
{
color: #E0519A;
}
</style>
background-color css
<style>
a { background-color: #E0519A; }
a { background-color: rgb(224,81,154); }
div.DivClassName
{
background-color: #E0519A;
}
.BgClassName
{
background-color: #E0519A;
}
</style>
border-color css
<style>
span { border-color: #E0519A; }
span { border-color: rgb(224,81,154); }
td.TdClassName
{
border-color: #E0519A;
}
.TagClassName
{
border-color: #E0519A;
}
</style>