Shades of French Rose #EE5990
Tints of French Rose #EE5990
RGB
CMYK
RGB Variations
Color information
#EE5990 (or 0xEE5990) is known color: French Rose. HEX triplet: EE, 59 and 90. RGB value is (238,89,144). Sum of RGB (Red+Green+Blue) = 238+89+144=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5990 is #11A66F. Grayscale: #8B8B8B. Windows color (decimal): -1156720 or 9460206. OLE color: 9460206.
HSL color Cylindrical-coordinate representation of color #EE5990: hue angle of 337.85º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5990 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 144 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.07 |
| HSL | 337.85º | 0.81% | 0.64% | - |
| HSV(B) | 337.85º | 0.63% | 0.93% | - |
| XYZ | 43.87 | 27.34 | 29.35 | - |
| YUV | 139.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 144 | 0 | 0.63 | 0.39 | 0.07 | 337.85 | 0.81 | 0.64 |
| Hex | EE | 59 | 90 | 0 | 3F | 27 | 7 | 152 | 51 | 40 |
| Octal | 356 | 131 | 220 | 0 | 77 | 47 | 7 | 522 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10010000 | 0 | 111111 | 100111 | 111 | 101010010 | 1010001 | 1000000 |
Color Harmonies of #EE5990
Complementary color
Monochromatic Colors of #EE5990
Black with #EE5990
Text Example
Text Example
White with #EE5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5990; }
p { color: rgb(238,89,144); }
H1.HeaderClassName
{
color: #EE5990;
}
.AnyTagClassName
{
color: #EE5990;
}
</style>
background-color css
<style>
a { background-color: #EE5990; }
a { background-color: rgb(238,89,144); }
div.DivClassName
{
background-color: #EE5990;
}
.BgClassName
{
background-color: #EE5990;
}
</style>
border-color css
<style>
span { border-color: #EE5990; }
span { border-color: rgb(238,89,144); }
td.TdClassName
{
border-color: #EE5990;
}
.TagClassName
{
border-color: #EE5990;
}
</style>