Shades of French Rose #E5499B
Tints of French Rose #E5499B
RGB
CMYK
RGB Variations
Color information
#E5499B (or 0xE5499B) is known color: French Rose. HEX triplet: E5, 49 and 9B. RGB value is (229,73,155). Sum of RGB (Red+Green+Blue) = 229+73+155=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5499B is #1AB664. Grayscale: #808080. Windows color (decimal): -1750629 or 10176997. OLE color: 10176997.
HSL color Cylindrical-coordinate representation of color #E5499B: hue angle of 328.46º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5499B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 155 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.10 |
| HSL | 328.46º | 0.75% | 0.59% | - |
| HSV(B) | 328.46º | 0.68% | 0.9% | - |
| XYZ | 40.61 | 23.79 | 33.46 | - |
| YUV | 128.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 155 | 0 | 0.68 | 0.32 | 0.10 | 328.46 | 0.75 | 0.59 |
| Hex | E5 | 49 | 9B | 0 | 44 | 20 | A | 148 | 4B | 3B |
| Octal | 345 | 111 | 233 | 0 | 104 | 40 | 12 | 510 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10011011 | 0 | 1000100 | 100000 | 1010 | 101001000 | 1001011 | 111011 |
Color Harmonies of #E5499B
Complementary color
Monochromatic Colors of #E5499B
Black with #E5499B
Text Example
Text Example
White with #E5499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5499B; }
p { color: rgb(229,73,155); }
H1.HeaderClassName
{
color: #E5499B;
}
.AnyTagClassName
{
color: #E5499B;
}
</style>
background-color css
<style>
a { background-color: #E5499B; }
a { background-color: rgb(229,73,155); }
div.DivClassName
{
background-color: #E5499B;
}
.BgClassName
{
background-color: #E5499B;
}
</style>
border-color css
<style>
span { border-color: #E5499B; }
span { border-color: rgb(229,73,155); }
td.TdClassName
{
border-color: #E5499B;
}
.TagClassName
{
border-color: #E5499B;
}
</style>