Shades of French Rose #E34899
Tints of French Rose #E34899
RGB
CMYK
RGB Variations
Color information
#E34899 (or 0xE34899) is known color: French Rose. HEX triplet: E3, 48 and 99. RGB value is (227,72,153). Sum of RGB (Red+Green+Blue) = 227+72+153=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E34899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34899 is #1CB766. Grayscale: #7F7F7F. Windows color (decimal): -1881959 or 10045667. OLE color: 10045667.
HSL color Cylindrical-coordinate representation of color #E34899: hue angle of 328.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34899 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 153 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.11 |
| HSL | 328.65º | 0.73% | 0.59% | - |
| HSV(B) | 328.65º | 0.68% | 0.89% | - |
| XYZ | 39.75 | 23.27 | 32.53 | - |
| YUV | 127.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 153 | 0 | 0.68 | 0.33 | 0.11 | 328.65 | 0.73 | 0.59 |
| Hex | E3 | 48 | 99 | 0 | 44 | 21 | B | 149 | 49 | 3B |
| Octal | 343 | 110 | 231 | 0 | 104 | 41 | 13 | 511 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10011001 | 0 | 1000100 | 100001 | 1011 | 101001001 | 1001001 | 111011 |
Color Harmonies of #E34899
Complementary color
Monochromatic Colors of #E34899
Black with #E34899
Text Example
Text Example
White with #E34899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34899; }
p { color: rgb(227,72,153); }
H1.HeaderClassName
{
color: #E34899;
}
.AnyTagClassName
{
color: #E34899;
}
</style>
background-color css
<style>
a { background-color: #E34899; }
a { background-color: rgb(227,72,153); }
div.DivClassName
{
background-color: #E34899;
}
.BgClassName
{
background-color: #E34899;
}
</style>
border-color css
<style>
span { border-color: #E34899; }
span { border-color: rgb(227,72,153); }
td.TdClassName
{
border-color: #E34899;
}
.TagClassName
{
border-color: #E34899;
}
</style>