Shades of French Rose #E55599
Tints of French Rose #E55599
RGB
CMYK
RGB Variations
Color information
#E55599 (or 0xE55599) is known color: French Rose. HEX triplet: E5, 55 and 99. RGB value is (229,85,153). Sum of RGB (Red+Green+Blue) = 229+85+153=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E55599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55599 is #1AAA66. Grayscale: #878787. Windows color (decimal): -1747559 or 10048997. OLE color: 10048997.
HSL color Cylindrical-coordinate representation of color #E55599: hue angle of 331.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55599 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 153 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.10 |
| HSL | 331.67º | 0.73% | 0.62% | - |
| HSV(B) | 331.67º | 0.63% | 0.9% | - |
| XYZ | 41.31 | 25.45 | 32.87 | - |
| YUV | 135.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 153 | 0 | 0.63 | 0.33 | 0.10 | 331.67 | 0.73 | 0.62 |
| Hex | E5 | 55 | 99 | 0 | 3F | 21 | A | 14C | 49 | 3E |
| Octal | 345 | 125 | 231 | 0 | 77 | 41 | 12 | 514 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10011001 | 0 | 111111 | 100001 | 1010 | 101001100 | 1001001 | 111110 |
Color Harmonies of #E55599
Complementary color
Monochromatic Colors of #E55599
Black with #E55599
Text Example
Text Example
White with #E55599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55599; }
p { color: rgb(229,85,153); }
H1.HeaderClassName
{
color: #E55599;
}
.AnyTagClassName
{
color: #E55599;
}
</style>
background-color css
<style>
a { background-color: #E55599; }
a { background-color: rgb(229,85,153); }
div.DivClassName
{
background-color: #E55599;
}
.BgClassName
{
background-color: #E55599;
}
</style>
border-color css
<style>
span { border-color: #E55599; }
span { border-color: rgb(229,85,153); }
td.TdClassName
{
border-color: #E55599;
}
.TagClassName
{
border-color: #E55599;
}
</style>