Shades of French Rose #E3539A
Tints of French Rose #E3539A
RGB
CMYK
RGB Variations
Color information
#E3539A (or 0xE3539A) is known color: French Rose. HEX triplet: E3, 53 and 9A. RGB value is (227,83,154). Sum of RGB (Red+Green+Blue) = 227+83+154=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E3539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3539A is #1CAC65. Grayscale: #868686. Windows color (decimal): -1879142 or 10114019. OLE color: 10114019.
HSL color Cylindrical-coordinate representation of color #E3539A: hue angle of 330.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3539A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 154 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.11 |
| HSL | 330.42º | 0.72% | 0.61% | - |
| HSV(B) | 330.42º | 0.63% | 0.89% | - |
| XYZ | 40.6 | 24.85 | 33.23 | - |
| YUV | 134.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 154 | 0 | 0.63 | 0.32 | 0.11 | 330.42 | 0.72 | 0.61 |
| Hex | E3 | 53 | 9A | 0 | 3F | 20 | B | 14A | 48 | 3D |
| Octal | 343 | 123 | 232 | 0 | 77 | 40 | 13 | 512 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10011010 | 0 | 111111 | 100000 | 1011 | 101001010 | 1001000 | 111101 |
Color Harmonies of #E3539A
Complementary color
Monochromatic Colors of #E3539A
Black with #E3539A
Text Example
Text Example
White with #E3539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3539A; }
p { color: rgb(227,83,154); }
H1.HeaderClassName
{
color: #E3539A;
}
.AnyTagClassName
{
color: #E3539A;
}
</style>
background-color css
<style>
a { background-color: #E3539A; }
a { background-color: rgb(227,83,154); }
div.DivClassName
{
background-color: #E3539A;
}
.BgClassName
{
background-color: #E3539A;
}
</style>
border-color css
<style>
span { border-color: #E3539A; }
span { border-color: rgb(227,83,154); }
td.TdClassName
{
border-color: #E3539A;
}
.TagClassName
{
border-color: #E3539A;
}
</style>