Shades of French Rose #EE518F
Tints of French Rose #EE518F
RGB
CMYK
RGB Variations
Color information
#EE518F (or 0xEE518F) is known color: French Rose. HEX triplet: EE, 51 and 8F. RGB value is (238,81,143). Sum of RGB (Red+Green+Blue) = 238+81+143=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518F is #11AE70. Grayscale: #868686. Windows color (decimal): -1158769 or 9392622. OLE color: 9392622.
HSL color Cylindrical-coordinate representation of color #EE518F: hue angle of 336.31º 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 #EE518F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 143 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.31º | 0.82% | 0.63% | - |
| HSV(B) | 336.31º | 0.66% | 0.93% | - |
| XYZ | 43.16 | 26.05 | 28.74 | - |
| YUV | 135.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 143 | 0 | 0.66 | 0.40 | 0.07 | 336.31 | 0.82 | 0.63 |
| Hex | EE | 51 | 8F | 0 | 42 | 28 | 7 | 150 | 52 | 3F |
| Octal | 356 | 121 | 217 | 0 | 102 | 50 | 7 | 520 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10001111 | 0 | 1000010 | 101000 | 111 | 101010000 | 1010010 | 111111 |
Color Harmonies of #EE518F
Complementary color
Monochromatic Colors of #EE518F
Black with #EE518F
Text Example
Text Example
White with #EE518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE518F; }
p { color: rgb(238,81,143); }
H1.HeaderClassName
{
color: #EE518F;
}
.AnyTagClassName
{
color: #EE518F;
}
</style>
background-color css
<style>
a { background-color: #EE518F; }
a { background-color: rgb(238,81,143); }
div.DivClassName
{
background-color: #EE518F;
}
.BgClassName
{
background-color: #EE518F;
}
</style>
border-color css
<style>
span { border-color: #EE518F; }
span { border-color: rgb(238,81,143); }
td.TdClassName
{
border-color: #EE518F;
}
.TagClassName
{
border-color: #EE518F;
}
</style>