Shades of French Rose #EE518E
Tints of French Rose #EE518E
RGB
CMYK
RGB Variations
Color information
#EE518E (or 0xEE518E) is known color: French Rose. HEX triplet: EE, 51 and 8E. RGB value is (238,81,142). Sum of RGB (Red+Green+Blue) = 238+81+142=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518E is #11AE71. Grayscale: #868686. Windows color (decimal): -1158770 or 9327086. OLE color: 9327086.
HSL color Cylindrical-coordinate representation of color #EE518E: hue angle of 336.69º 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 #EE518E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 142 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.69º | 0.82% | 0.63% | - |
| HSV(B) | 336.69º | 0.66% | 0.93% | - |
| XYZ | 43.08 | 26.02 | 28.34 | - |
| YUV | 134.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 142 | 0 | 0.66 | 0.40 | 0.07 | 336.69 | 0.82 | 0.63 |
| Hex | EE | 51 | 8E | 0 | 42 | 28 | 7 | 151 | 52 | 3F |
| Octal | 356 | 121 | 216 | 0 | 102 | 50 | 7 | 521 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10001110 | 0 | 1000010 | 101000 | 111 | 101010001 | 1010010 | 111111 |
Color Harmonies of #EE518E
Complementary color
Monochromatic Colors of #EE518E
Black with #EE518E
Text Example
Text Example
White with #EE518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE518E; }
p { color: rgb(238,81,142); }
H1.HeaderClassName
{
color: #EE518E;
}
.AnyTagClassName
{
color: #EE518E;
}
</style>
background-color css
<style>
a { background-color: #EE518E; }
a { background-color: rgb(238,81,142); }
div.DivClassName
{
background-color: #EE518E;
}
.BgClassName
{
background-color: #EE518E;
}
</style>
border-color css
<style>
span { border-color: #EE518E; }
span { border-color: rgb(238,81,142); }
td.TdClassName
{
border-color: #EE518E;
}
.TagClassName
{
border-color: #EE518E;
}
</style>