Shades of French Rose #E55192
Tints of French Rose #E55192
RGB
CMYK
RGB Variations
Color information
#E55192 (or 0xE55192) is known color: French Rose. HEX triplet: E5, 51 and 92. RGB value is (229,81,146). Sum of RGB (Red+Green+Blue) = 229+81+146=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E55192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55192 is #1AAE6D. Grayscale: #848484. Windows color (decimal): -1748590 or 9589221. OLE color: 9589221.
HSL color Cylindrical-coordinate representation of color #E55192: hue angle of 333.65º 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 #E55192 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 146 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.10 |
| HSL | 333.65º | 0.74% | 0.61% | - |
| HSV(B) | 333.65º | 0.65% | 0.9% | - |
| XYZ | 40.44 | 24.62 | 29.81 | - |
| YUV | 132.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 146 | 0 | 0.65 | 0.36 | 0.10 | 333.65 | 0.74 | 0.61 |
| Hex | E5 | 51 | 92 | 0 | 41 | 24 | A | 14E | 4A | 3D |
| Octal | 345 | 121 | 222 | 0 | 101 | 44 | 12 | 516 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10010010 | 0 | 1000001 | 100100 | 1010 | 101001110 | 1001010 | 111101 |
Color Harmonies of #E55192
Complementary color
Monochromatic Colors of #E55192
Black with #E55192
Text Example
Text Example
White with #E55192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55192; }
p { color: rgb(229,81,146); }
H1.HeaderClassName
{
color: #E55192;
}
.AnyTagClassName
{
color: #E55192;
}
</style>
background-color css
<style>
a { background-color: #E55192; }
a { background-color: rgb(229,81,146); }
div.DivClassName
{
background-color: #E55192;
}
.BgClassName
{
background-color: #E55192;
}
</style>
border-color css
<style>
span { border-color: #E55192; }
span { border-color: rgb(229,81,146); }
td.TdClassName
{
border-color: #E55192;
}
.TagClassName
{
border-color: #E55192;
}
</style>