Shades of French Rose #EE5597
Tints of French Rose #EE5597
RGB
CMYK
RGB Variations
Color information
#EE5597 (or 0xEE5597) is known color: French Rose. HEX triplet: EE, 55 and 97. RGB value is (238,85,151). Sum of RGB (Red+Green+Blue) = 238+85+151=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5597 is #11AA68. Grayscale: #8A8A8A. Windows color (decimal): -1157737 or 9917934. OLE color: 9917934.
HSL color Cylindrical-coordinate representation of color #EE5597: hue angle of 334.12º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5597 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 151 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.07 |
| HSL | 334.12º | 0.82% | 0.63% | - |
| HSV(B) | 334.12º | 0.64% | 0.93% | - |
| XYZ | 44.09 | 26.91 | 32.15 | - |
| YUV | 138.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 151 | 0 | 0.64 | 0.37 | 0.07 | 334.12 | 0.82 | 0.63 |
| Hex | EE | 55 | 97 | 0 | 40 | 25 | 7 | 14E | 52 | 3F |
| Octal | 356 | 125 | 227 | 0 | 100 | 45 | 7 | 516 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10010111 | 0 | 1000000 | 100101 | 111 | 101001110 | 1010010 | 111111 |
Color Harmonies of #EE5597
Complementary color
Monochromatic Colors of #EE5597
Black with #EE5597
Text Example
Text Example
White with #EE5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5597; }
p { color: rgb(238,85,151); }
H1.HeaderClassName
{
color: #EE5597;
}
.AnyTagClassName
{
color: #EE5597;
}
</style>
background-color css
<style>
a { background-color: #EE5597; }
a { background-color: rgb(238,85,151); }
div.DivClassName
{
background-color: #EE5597;
}
.BgClassName
{
background-color: #EE5597;
}
</style>
border-color css
<style>
span { border-color: #EE5597; }
span { border-color: rgb(238,85,151); }
td.TdClassName
{
border-color: #EE5597;
}
.TagClassName
{
border-color: #EE5597;
}
</style>