Shades of French Rose #EE5189
Tints of French Rose #EE5189
RGB
CMYK
RGB Variations
Color information
#EE5189 (or 0xEE5189) is known color: French Rose. HEX triplet: EE, 51 and 89. RGB value is (238,81,137). Sum of RGB (Red+Green+Blue) = 238+81+137=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5189 is #11AE76. Grayscale: #868686. Windows color (decimal): -1158775 or 8999406. OLE color: 8999406.
HSL color Cylindrical-coordinate representation of color #EE5189: hue angle of 338.6º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5189 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 137 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.07 |
| HSL | 338.6º | 0.82% | 0.63% | - |
| HSV(B) | 338.6º | 0.66% | 0.93% | - |
| XYZ | 42.72 | 25.87 | 26.41 | - |
| YUV | 134.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 137 | 0 | 0.66 | 0.42 | 0.07 | 338.6 | 0.82 | 0.63 |
| Hex | EE | 51 | 89 | 0 | 42 | 2A | 7 | 153 | 52 | 3F |
| Octal | 356 | 121 | 211 | 0 | 102 | 52 | 7 | 523 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10001001 | 0 | 1000010 | 101010 | 111 | 101010011 | 1010010 | 111111 |
Color Harmonies of #EE5189
Complementary color
Monochromatic Colors of #EE5189
Black with #EE5189
Text Example
Text Example
White with #EE5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5189; }
p { color: rgb(238,81,137); }
H1.HeaderClassName
{
color: #EE5189;
}
.AnyTagClassName
{
color: #EE5189;
}
</style>
background-color css
<style>
a { background-color: #EE5189; }
a { background-color: rgb(238,81,137); }
div.DivClassName
{
background-color: #EE5189;
}
.BgClassName
{
background-color: #EE5189;
}
</style>
border-color css
<style>
span { border-color: #EE5189; }
span { border-color: rgb(238,81,137); }
td.TdClassName
{
border-color: #EE5189;
}
.TagClassName
{
border-color: #EE5189;
}
</style>