Shades of French Rose #EE5298
Tints of French Rose #EE5298
RGB
CMYK
RGB Variations
Color information
#EE5298 (or 0xEE5298) is known color: French Rose. HEX triplet: EE, 52 and 98. RGB value is (238,82,152). Sum of RGB (Red+Green+Blue) = 238+82+152=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5298 is #11AD67. Grayscale: #888888. Windows color (decimal): -1158504 or 9982702. OLE color: 9982702.
HSL color Cylindrical-coordinate representation of color #EE5298: hue angle of 333.08º 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 #EE5298 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 152 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.07 |
| HSL | 333.08º | 0.82% | 0.63% | - |
| HSV(B) | 333.08º | 0.66% | 0.93% | - |
| XYZ | 43.94 | 26.48 | 32.5 | - |
| YUV | 136.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 152 | 0 | 0.66 | 0.36 | 0.07 | 333.08 | 0.82 | 0.63 |
| Hex | EE | 52 | 98 | 0 | 42 | 24 | 7 | 14D | 52 | 3F |
| Octal | 356 | 122 | 230 | 0 | 102 | 44 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10011000 | 0 | 1000010 | 100100 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE5298
Complementary color
Monochromatic Colors of #EE5298
Black with #EE5298
Text Example
Text Example
White with #EE5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5298; }
p { color: rgb(238,82,152); }
H1.HeaderClassName
{
color: #EE5298;
}
.AnyTagClassName
{
color: #EE5298;
}
</style>
background-color css
<style>
a { background-color: #EE5298; }
a { background-color: rgb(238,82,152); }
div.DivClassName
{
background-color: #EE5298;
}
.BgClassName
{
background-color: #EE5298;
}
</style>
border-color css
<style>
span { border-color: #EE5298; }
span { border-color: rgb(238,82,152); }
td.TdClassName
{
border-color: #EE5298;
}
.TagClassName
{
border-color: #EE5298;
}
</style>