Shades of French Rose #E55194
Tints of French Rose #E55194
RGB
CMYK
RGB Variations
Color information
#E55194 (or 0xE55194) is known color: French Rose. HEX triplet: E5, 51 and 94. RGB value is (229,81,148). Sum of RGB (Red+Green+Blue) = 229+81+148=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55194 is #1AAE6B. Grayscale: #848484. Windows color (decimal): -1748588 or 9720293. OLE color: 9720293.
HSL color Cylindrical-coordinate representation of color #E55194: hue angle of 332.84º 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 #E55194 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 148 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.10 |
| HSL | 332.84º | 0.74% | 0.61% | - |
| HSV(B) | 332.84º | 0.65% | 0.9% | - |
| XYZ | 40.6 | 24.68 | 30.64 | - |
| YUV | 132.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 148 | 0 | 0.65 | 0.35 | 0.10 | 332.84 | 0.74 | 0.61 |
| Hex | E5 | 51 | 94 | 0 | 41 | 23 | A | 14D | 4A | 3D |
| Octal | 345 | 121 | 224 | 0 | 101 | 43 | 12 | 515 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10010100 | 0 | 1000001 | 100011 | 1010 | 101001101 | 1001010 | 111101 |
Color Harmonies of #E55194
Complementary color
Monochromatic Colors of #E55194
Black with #E55194
Text Example
Text Example
White with #E55194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55194; }
p { color: rgb(229,81,148); }
H1.HeaderClassName
{
color: #E55194;
}
.AnyTagClassName
{
color: #E55194;
}
</style>
background-color css
<style>
a { background-color: #E55194; }
a { background-color: rgb(229,81,148); }
div.DivClassName
{
background-color: #E55194;
}
.BgClassName
{
background-color: #E55194;
}
</style>
border-color css
<style>
span { border-color: #E55194; }
span { border-color: rgb(229,81,148); }
td.TdClassName
{
border-color: #E55194;
}
.TagClassName
{
border-color: #E55194;
}
</style>