Shades of French Rose #EE598F
Tints of French Rose #EE598F
RGB
CMYK
RGB Variations
Color information
#EE598F (or 0xEE598F) is known color: French Rose. HEX triplet: EE, 59 and 8F. RGB value is (238,89,143). Sum of RGB (Red+Green+Blue) = 238+89+143=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE598F is #11A670. Grayscale: #8B8B8B. Windows color (decimal): -1156721 or 9394670. OLE color: 9394670.
HSL color Cylindrical-coordinate representation of color #EE598F: hue angle of 338.26º degrees, saturation: 0.81, 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 #EE598F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 143 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.07 |
| HSL | 338.26º | 0.81% | 0.64% | - |
| HSV(B) | 338.26º | 0.63% | 0.93% | - |
| XYZ | 43.79 | 27.31 | 28.95 | - |
| YUV | 139.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 143 | 0 | 0.63 | 0.40 | 0.07 | 338.26 | 0.81 | 0.64 |
| Hex | EE | 59 | 8F | 0 | 3F | 28 | 7 | 152 | 51 | 40 |
| Octal | 356 | 131 | 217 | 0 | 77 | 50 | 7 | 522 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10001111 | 0 | 111111 | 101000 | 111 | 101010010 | 1010001 | 1000000 |
Color Harmonies of #EE598F
Complementary color
Monochromatic Colors of #EE598F
Black with #EE598F
Text Example
Text Example
White with #EE598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE598F; }
p { color: rgb(238,89,143); }
H1.HeaderClassName
{
color: #EE598F;
}
.AnyTagClassName
{
color: #EE598F;
}
</style>
background-color css
<style>
a { background-color: #EE598F; }
a { background-color: rgb(238,89,143); }
div.DivClassName
{
background-color: #EE598F;
}
.BgClassName
{
background-color: #EE598F;
}
</style>
border-color css
<style>
span { border-color: #EE598F; }
span { border-color: rgb(238,89,143); }
td.TdClassName
{
border-color: #EE598F;
}
.TagClassName
{
border-color: #EE598F;
}
</style>