Shades of French Rose #EE568D
Tints of French Rose #EE568D
RGB
CMYK
RGB Variations
Color information
#EE568D (or 0xEE568D) is known color: French Rose. HEX triplet: EE, 56 and 8D. RGB value is (238,86,141). Sum of RGB (Red+Green+Blue) = 238+86+141=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE568D is #11A972. Grayscale: #898989. Windows color (decimal): -1157491 or 9262830. OLE color: 9262830.
HSL color Cylindrical-coordinate representation of color #EE568D: hue angle of 338.29º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE568D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 141 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.07 |
| HSL | 338.29º | 0.82% | 0.64% | - |
| HSV(B) | 338.29º | 0.64% | 0.93% | - |
| XYZ | 43.4 | 26.76 | 28.08 | - |
| YUV | 137.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 141 | 0 | 0.64 | 0.41 | 0.07 | 338.29 | 0.82 | 0.64 |
| Hex | EE | 56 | 8D | 0 | 40 | 29 | 7 | 152 | 52 | 40 |
| Octal | 356 | 126 | 215 | 0 | 100 | 51 | 7 | 522 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10001101 | 0 | 1000000 | 101001 | 111 | 101010010 | 1010010 | 1000000 |
Color Harmonies of #EE568D
Complementary color
Monochromatic Colors of #EE568D
Black with #EE568D
Text Example
Text Example
White with #EE568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE568D; }
p { color: rgb(238,86,141); }
H1.HeaderClassName
{
color: #EE568D;
}
.AnyTagClassName
{
color: #EE568D;
}
</style>
background-color css
<style>
a { background-color: #EE568D; }
a { background-color: rgb(238,86,141); }
div.DivClassName
{
background-color: #EE568D;
}
.BgClassName
{
background-color: #EE568D;
}
</style>
border-color css
<style>
span { border-color: #EE568D; }
span { border-color: rgb(238,86,141); }
td.TdClassName
{
border-color: #EE568D;
}
.TagClassName
{
border-color: #EE568D;
}
</style>