Shades of French Rose #E55090
Tints of French Rose #E55090
RGB
CMYK
RGB Variations
Color information
#E55090 (or 0xE55090) is known color: French Rose. HEX triplet: E5, 50 and 90. RGB value is (229,80,144). Sum of RGB (Red+Green+Blue) = 229+80+144=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55090 is #1AAF6F. Grayscale: #838383. Windows color (decimal): -1748848 or 9457893. OLE color: 9457893.
HSL color Cylindrical-coordinate representation of color #E55090: hue angle of 334.23º 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 #E55090 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 144 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.10 |
| HSL | 334.23º | 0.74% | 0.61% | - |
| HSV(B) | 334.23º | 0.65% | 0.9% | - |
| XYZ | 40.22 | 24.41 | 28.98 | - |
| YUV | 131.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 144 | 0 | 0.65 | 0.37 | 0.10 | 334.23 | 0.74 | 0.61 |
| Hex | E5 | 50 | 90 | 0 | 41 | 25 | A | 14E | 4A | 3D |
| Octal | 345 | 120 | 220 | 0 | 101 | 45 | 12 | 516 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10010000 | 0 | 1000001 | 100101 | 1010 | 101001110 | 1001010 | 111101 |
Color Harmonies of #E55090
Complementary color
Monochromatic Colors of #E55090
Black with #E55090
Text Example
Text Example
White with #E55090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55090; }
p { color: rgb(229,80,144); }
H1.HeaderClassName
{
color: #E55090;
}
.AnyTagClassName
{
color: #E55090;
}
</style>
background-color css
<style>
a { background-color: #E55090; }
a { background-color: rgb(229,80,144); }
div.DivClassName
{
background-color: #E55090;
}
.BgClassName
{
background-color: #E55090;
}
</style>
border-color css
<style>
span { border-color: #E55090; }
span { border-color: rgb(229,80,144); }
td.TdClassName
{
border-color: #E55090;
}
.TagClassName
{
border-color: #E55090;
}
</style>