Shades of French Rose #E55095
Tints of French Rose #E55095
RGB
CMYK
RGB Variations
Color information
#E55095 (or 0xE55095) is known color: French Rose. HEX triplet: E5, 50 and 95. RGB value is (229,80,149). Sum of RGB (Red+Green+Blue) = 229+80+149=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55095 is #1AAF6A. Grayscale: #848484. Windows color (decimal): -1748843 or 9785573. OLE color: 9785573.
HSL color Cylindrical-coordinate representation of color #E55095: hue angle of 332.21º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55095 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 149 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.10 |
| HSL | 332.21º | 0.74% | 0.61% | - |
| HSV(B) | 332.21º | 0.65% | 0.9% | - |
| XYZ | 40.61 | 24.57 | 31.04 | - |
| YUV | 132.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 149 | 0 | 0.65 | 0.35 | 0.10 | 332.21 | 0.74 | 0.61 |
| Hex | E5 | 50 | 95 | 0 | 41 | 23 | A | 14C | 4A | 3D |
| Octal | 345 | 120 | 225 | 0 | 101 | 43 | 12 | 514 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10010101 | 0 | 1000001 | 100011 | 1010 | 101001100 | 1001010 | 111101 |
Color Harmonies of #E55095
Complementary color
Monochromatic Colors of #E55095
Black with #E55095
Text Example
Text Example
White with #E55095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55095; }
p { color: rgb(229,80,149); }
H1.HeaderClassName
{
color: #E55095;
}
.AnyTagClassName
{
color: #E55095;
}
</style>
background-color css
<style>
a { background-color: #E55095; }
a { background-color: rgb(229,80,149); }
div.DivClassName
{
background-color: #E55095;
}
.BgClassName
{
background-color: #E55095;
}
</style>
border-color css
<style>
span { border-color: #E55095; }
span { border-color: rgb(229,80,149); }
td.TdClassName
{
border-color: #E55095;
}
.TagClassName
{
border-color: #E55095;
}
</style>