Shades of French Rose #EE5192
Tints of French Rose #EE5192
RGB
CMYK
RGB Variations
Color information
#EE5192 (or 0xEE5192) is known color: French Rose. HEX triplet: EE, 51 and 92. RGB value is (238,81,146). Sum of RGB (Red+Green+Blue) = 238+81+146=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5192 is #11AE6D. Grayscale: #878787. Windows color (decimal): -1158766 or 9589230. OLE color: 9589230.
HSL color Cylindrical-coordinate representation of color #EE5192: hue angle of 335.16º 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 #EE5192 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 146 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.07 |
| HSL | 335.16º | 0.82% | 0.63% | - |
| HSV(B) | 335.16º | 0.66% | 0.93% | - |
| XYZ | 43.39 | 26.14 | 29.95 | - |
| YUV | 135.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 146 | 0 | 0.66 | 0.39 | 0.07 | 335.16 | 0.82 | 0.63 |
| Hex | EE | 51 | 92 | 0 | 42 | 27 | 7 | 14F | 52 | 3F |
| Octal | 356 | 121 | 222 | 0 | 102 | 47 | 7 | 517 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10010010 | 0 | 1000010 | 100111 | 111 | 101001111 | 1010010 | 111111 |
Color Harmonies of #EE5192
Complementary color
Monochromatic Colors of #EE5192
Black with #EE5192
Text Example
Text Example
White with #EE5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5192; }
p { color: rgb(238,81,146); }
H1.HeaderClassName
{
color: #EE5192;
}
.AnyTagClassName
{
color: #EE5192;
}
</style>
background-color css
<style>
a { background-color: #EE5192; }
a { background-color: rgb(238,81,146); }
div.DivClassName
{
background-color: #EE5192;
}
.BgClassName
{
background-color: #EE5192;
}
</style>
border-color css
<style>
span { border-color: #EE5192; }
span { border-color: rgb(238,81,146); }
td.TdClassName
{
border-color: #EE5192;
}
.TagClassName
{
border-color: #EE5192;
}
</style>