Shades of French Rose #E0539A
Tints of French Rose #E0539A
RGB
CMYK
RGB Variations
Color information
#E0539A (or 0xE0539A) is known color: French Rose. HEX triplet: E0, 53 and 9A. RGB value is (224,83,154). Sum of RGB (Red+Green+Blue) = 224+83+154=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0539A is #1FAC65. Grayscale: #858585. Windows color (decimal): -2075750 or 10114016. OLE color: 10114016.
HSL color Cylindrical-coordinate representation of color #E0539A: hue angle of 329.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0539A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 154 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.12 |
| HSL | 329.79º | 0.69% | 0.6% | - |
| HSV(B) | 329.79º | 0.63% | 0.88% | - |
| XYZ | 39.67 | 24.37 | 33.18 | - |
| YUV | 133.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 154 | 0 | 0.63 | 0.31 | 0.12 | 329.79 | 0.69 | 0.6 |
| Hex | E0 | 53 | 9A | 0 | 3F | 1F | C | 14A | 45 | 3C |
| Octal | 340 | 123 | 232 | 0 | 77 | 37 | 14 | 512 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10011010 | 0 | 111111 | 11111 | 1100 | 101001010 | 1000101 | 111100 |
Color Harmonies of #E0539A
Complementary color
Monochromatic Colors of #E0539A
Black with #E0539A
Text Example
Text Example
White with #E0539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0539A; }
p { color: rgb(224,83,154); }
H1.HeaderClassName
{
color: #E0539A;
}
.AnyTagClassName
{
color: #E0539A;
}
</style>
background-color css
<style>
a { background-color: #E0539A; }
a { background-color: rgb(224,83,154); }
div.DivClassName
{
background-color: #E0539A;
}
.BgClassName
{
background-color: #E0539A;
}
</style>
border-color css
<style>
span { border-color: #E0539A; }
span { border-color: rgb(224,83,154); }
td.TdClassName
{
border-color: #E0539A;
}
.TagClassName
{
border-color: #E0539A;
}
</style>