Shades of French Rose #EE5894
Tints of French Rose #EE5894
RGB
CMYK
RGB Variations
Color information
#EE5894 (or 0xEE5894) is known color: French Rose. HEX triplet: EE, 58 and 94. RGB value is (238,88,148). Sum of RGB (Red+Green+Blue) = 238+88+148=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5894 is #11A76B. Grayscale: #8B8B8B. Windows color (decimal): -1156972 or 9722094. OLE color: 9722094.
HSL color Cylindrical-coordinate representation of color #EE5894: hue angle of 336º degrees, saturation: 0.82, 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 #EE5894 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 148 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.07 |
| HSL | 336º | 0.82% | 0.64% | - |
| HSV(B) | 336º | 0.63% | 0.93% | - |
| XYZ | 44.09 | 27.29 | 30.96 | - |
| YUV | 139.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 148 | 0 | 0.63 | 0.38 | 0.07 | 336 | 0.82 | 0.64 |
| Hex | EE | 58 | 94 | 0 | 3F | 26 | 7 | 150 | 52 | 40 |
| Octal | 356 | 130 | 224 | 0 | 77 | 46 | 7 | 520 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10010100 | 0 | 111111 | 100110 | 111 | 101010000 | 1010010 | 1000000 |
Color Harmonies of #EE5894
Complementary color
Monochromatic Colors of #EE5894
Black with #EE5894
Text Example
Text Example
White with #EE5894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5894; }
p { color: rgb(238,88,148); }
H1.HeaderClassName
{
color: #EE5894;
}
.AnyTagClassName
{
color: #EE5894;
}
</style>
background-color css
<style>
a { background-color: #EE5894; }
a { background-color: rgb(238,88,148); }
div.DivClassName
{
background-color: #EE5894;
}
.BgClassName
{
background-color: #EE5894;
}
</style>
border-color css
<style>
span { border-color: #EE5894; }
span { border-color: rgb(238,88,148); }
td.TdClassName
{
border-color: #EE5894;
}
.TagClassName
{
border-color: #EE5894;
}
</style>