Shades of French Rose #E0559B
Tints of French Rose #E0559B
RGB
CMYK
RGB Variations
Color information
#E0559B (or 0xE0559B) is known color: French Rose. HEX triplet: E0, 55 and 9B. RGB value is (224,85,155). Sum of RGB (Red+Green+Blue) = 224+85+155=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0559B is #1FAA64. Grayscale: #868686. Windows color (decimal): -2075237 or 10180064. OLE color: 10180064.
HSL color Cylindrical-coordinate representation of color #E0559B: hue angle of 329.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0559B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 155 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.12 |
| HSL | 329.78º | 0.69% | 0.61% | - |
| HSV(B) | 329.78º | 0.62% | 0.88% | - |
| XYZ | 39.91 | 24.71 | 33.68 | - |
| YUV | 134.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 155 | 0 | 0.62 | 0.31 | 0.12 | 329.78 | 0.69 | 0.61 |
| Hex | E0 | 55 | 9B | 0 | 3E | 1F | C | 14A | 45 | 3D |
| Octal | 340 | 125 | 233 | 0 | 76 | 37 | 14 | 512 | 105 | 75 |
| Binary | 11100000 | 1010101 | 10011011 | 0 | 111110 | 11111 | 1100 | 101001010 | 1000101 | 111101 |
Color Harmonies of #E0559B
Complementary color
Monochromatic Colors of #E0559B
Black with #E0559B
Text Example
Text Example
White with #E0559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0559B; }
p { color: rgb(224,85,155); }
H1.HeaderClassName
{
color: #E0559B;
}
.AnyTagClassName
{
color: #E0559B;
}
</style>
background-color css
<style>
a { background-color: #E0559B; }
a { background-color: rgb(224,85,155); }
div.DivClassName
{
background-color: #E0559B;
}
.BgClassName
{
background-color: #E0559B;
}
</style>
border-color css
<style>
span { border-color: #E0559B; }
span { border-color: rgb(224,85,155); }
td.TdClassName
{
border-color: #E0559B;
}
.TagClassName
{
border-color: #E0559B;
}
</style>