Shades of French Rose #EE5097
Tints of French Rose #EE5097
RGB
CMYK
RGB Variations
Color information
#EE5097 (or 0xEE5097) is known color: French Rose. HEX triplet: EE, 50 and 97. RGB value is (238,80,151). Sum of RGB (Red+Green+Blue) = 238+80+151=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5097 is #11AF68. Grayscale: #878787. Windows color (decimal): -1159017 or 9916654. OLE color: 9916654.
HSL color Cylindrical-coordinate representation of color #EE5097: hue angle of 333.04º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5097 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 151 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.07 |
| HSL | 333.04º | 0.82% | 0.62% | - |
| HSV(B) | 333.04º | 0.66% | 0.93% | - |
| XYZ | 43.71 | 26.15 | 32.02 | - |
| YUV | 135.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 151 | 0 | 0.66 | 0.37 | 0.07 | 333.04 | 0.82 | 0.62 |
| Hex | EE | 50 | 97 | 0 | 42 | 25 | 7 | 14D | 52 | 3E |
| Octal | 356 | 120 | 227 | 0 | 102 | 45 | 7 | 515 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10010111 | 0 | 1000010 | 100101 | 111 | 101001101 | 1010010 | 111110 |
Color Harmonies of #EE5097
Complementary color
Monochromatic Colors of #EE5097
Black with #EE5097
Text Example
Text Example
White with #EE5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5097; }
p { color: rgb(238,80,151); }
H1.HeaderClassName
{
color: #EE5097;
}
.AnyTagClassName
{
color: #EE5097;
}
</style>
background-color css
<style>
a { background-color: #EE5097; }
a { background-color: rgb(238,80,151); }
div.DivClassName
{
background-color: #EE5097;
}
.BgClassName
{
background-color: #EE5097;
}
</style>
border-color css
<style>
span { border-color: #EE5097; }
span { border-color: rgb(238,80,151); }
td.TdClassName
{
border-color: #EE5097;
}
.TagClassName
{
border-color: #EE5097;
}
</style>