Shades of French Rose #E34996
Tints of French Rose #E34996
RGB
CMYK
RGB Variations
Color information
#E34996 (or 0xE34996) is known color: French Rose. HEX triplet: E3, 49 and 96. RGB value is (227,73,150). Sum of RGB (Red+Green+Blue) = 227+73+150=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E34996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34996 is #1CB669. Grayscale: #7F7F7F. Windows color (decimal): -1881706 or 9849315. OLE color: 9849315.
HSL color Cylindrical-coordinate representation of color #E34996: hue angle of 330º 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 #E34996 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 150 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.11 |
| HSL | 330º | 0.73% | 0.59% | - |
| HSV(B) | 330º | 0.68% | 0.89% | - |
| XYZ | 39.57 | 23.3 | 31.27 | - |
| YUV | 127.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 150 | 0 | 0.68 | 0.34 | 0.11 | 330 | 0.73 | 0.59 |
| Hex | E3 | 49 | 96 | 0 | 44 | 22 | B | 14A | 49 | 3B |
| Octal | 343 | 111 | 226 | 0 | 104 | 42 | 13 | 512 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10010110 | 0 | 1000100 | 100010 | 1011 | 101001010 | 1001001 | 111011 |
Color Harmonies of #E34996
Complementary color
Monochromatic Colors of #E34996
Black with #E34996
Text Example
Text Example
White with #E34996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34996; }
p { color: rgb(227,73,150); }
H1.HeaderClassName
{
color: #E34996;
}
.AnyTagClassName
{
color: #E34996;
}
</style>
background-color css
<style>
a { background-color: #E34996; }
a { background-color: rgb(227,73,150); }
div.DivClassName
{
background-color: #E34996;
}
.BgClassName
{
background-color: #E34996;
}
</style>
border-color css
<style>
span { border-color: #E34996; }
span { border-color: rgb(227,73,150); }
td.TdClassName
{
border-color: #E34996;
}
.TagClassName
{
border-color: #E34996;
}
</style>