Shades of French Rose #EE558F
Tints of French Rose #EE558F
RGB
CMYK
RGB Variations
Color information
#EE558F (or 0xEE558F) is known color: French Rose. HEX triplet: EE, 55 and 8F. RGB value is (238,85,143). Sum of RGB (Red+Green+Blue) = 238+85+143=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558F is #11AA70. Grayscale: #898989. Windows color (decimal): -1157745 or 9393646. OLE color: 9393646.
HSL color Cylindrical-coordinate representation of color #EE558F: hue angle of 337.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE558F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 143 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.07 |
| HSL | 337.25º | 0.82% | 0.63% | - |
| HSV(B) | 337.25º | 0.64% | 0.93% | - |
| XYZ | 43.47 | 26.66 | 28.84 | - |
| YUV | 137.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 143 | 0 | 0.64 | 0.40 | 0.07 | 337.25 | 0.82 | 0.63 |
| Hex | EE | 55 | 8F | 0 | 40 | 28 | 7 | 151 | 52 | 3F |
| Octal | 356 | 125 | 217 | 0 | 100 | 50 | 7 | 521 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10001111 | 0 | 1000000 | 101000 | 111 | 101010001 | 1010010 | 111111 |
Color Harmonies of #EE558F
Complementary color
Monochromatic Colors of #EE558F
Black with #EE558F
Text Example
Text Example
White with #EE558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE558F; }
p { color: rgb(238,85,143); }
H1.HeaderClassName
{
color: #EE558F;
}
.AnyTagClassName
{
color: #EE558F;
}
</style>
background-color css
<style>
a { background-color: #EE558F; }
a { background-color: rgb(238,85,143); }
div.DivClassName
{
background-color: #EE558F;
}
.BgClassName
{
background-color: #EE558F;
}
</style>
border-color css
<style>
span { border-color: #EE558F; }
span { border-color: rgb(238,85,143); }
td.TdClassName
{
border-color: #EE558F;
}
.TagClassName
{
border-color: #EE558F;
}
</style>