Shades of French Rose #EE5793
Tints of French Rose #EE5793
RGB
CMYK
RGB Variations
Color information
#EE5793 (or 0xEE5793) is known color: French Rose. HEX triplet: EE, 57 and 93. RGB value is (238,87,147). Sum of RGB (Red+Green+Blue) = 238+87+147=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5793 is #11A86C. Grayscale: #8A8A8A. Windows color (decimal): -1157229 or 9656302. OLE color: 9656302.
HSL color Cylindrical-coordinate representation of color #EE5793: hue angle of 336.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5793 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 147 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.07 |
| HSL | 336.16º | 0.82% | 0.64% | - |
| HSV(B) | 336.16º | 0.63% | 0.93% | - |
| XYZ | 43.93 | 27.1 | 30.52 | - |
| YUV | 138.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 147 | 0 | 0.63 | 0.38 | 0.07 | 336.16 | 0.82 | 0.64 |
| Hex | EE | 57 | 93 | 0 | 3F | 26 | 7 | 150 | 52 | 40 |
| Octal | 356 | 127 | 223 | 0 | 77 | 46 | 7 | 520 | 122 | 100 |
| Binary | 11101110 | 1010111 | 10010011 | 0 | 111111 | 100110 | 111 | 101010000 | 1010010 | 1000000 |
Color Harmonies of #EE5793
Complementary color
Monochromatic Colors of #EE5793
Black with #EE5793
Text Example
Text Example
White with #EE5793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5793; }
p { color: rgb(238,87,147); }
H1.HeaderClassName
{
color: #EE5793;
}
.AnyTagClassName
{
color: #EE5793;
}
</style>
background-color css
<style>
a { background-color: #EE5793; }
a { background-color: rgb(238,87,147); }
div.DivClassName
{
background-color: #EE5793;
}
.BgClassName
{
background-color: #EE5793;
}
</style>
border-color css
<style>
span { border-color: #EE5793; }
span { border-color: rgb(238,87,147); }
td.TdClassName
{
border-color: #EE5793;
}
.TagClassName
{
border-color: #EE5793;
}
</style>