Shades of French Rose #EA5590
Tints of French Rose #EA5590
RGB
CMYK
RGB Variations
Color information
#EA5590 (or 0xEA5590) is known color: French Rose. HEX triplet: EA, 55 and 90. RGB value is (234,85,144). Sum of RGB (Red+Green+Blue) = 234+85+144=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5590 is #15AA6F. Grayscale: #888888. Windows color (decimal): -1419888 or 9459178. OLE color: 9459178.
HSL color Cylindrical-coordinate representation of color #EA5590: hue angle of 336.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5590 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 144 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.08 |
| HSL | 336.24º | 0.78% | 0.63% | - |
| HSV(B) | 336.24º | 0.64% | 0.92% | - |
| XYZ | 42.21 | 26 | 29.18 | - |
| YUV | 136.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 144 | 0 | 0.64 | 0.38 | 0.08 | 336.24 | 0.78 | 0.63 |
| Hex | EA | 55 | 90 | 0 | 40 | 26 | 8 | 150 | 4E | 3F |
| Octal | 352 | 125 | 220 | 0 | 100 | 46 | 10 | 520 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10010000 | 0 | 1000000 | 100110 | 1000 | 101010000 | 1001110 | 111111 |
Color Harmonies of #EA5590
Complementary color
Monochromatic Colors of #EA5590
Black with #EA5590
Text Example
Text Example
White with #EA5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5590; }
p { color: rgb(234,85,144); }
H1.HeaderClassName
{
color: #EA5590;
}
.AnyTagClassName
{
color: #EA5590;
}
</style>
background-color css
<style>
a { background-color: #EA5590; }
a { background-color: rgb(234,85,144); }
div.DivClassName
{
background-color: #EA5590;
}
.BgClassName
{
background-color: #EA5590;
}
</style>
border-color css
<style>
span { border-color: #EA5590; }
span { border-color: rgb(234,85,144); }
td.TdClassName
{
border-color: #EA5590;
}
.TagClassName
{
border-color: #EA5590;
}
</style>