Shades of French Rose #EE5692
Tints of French Rose #EE5692
RGB
CMYK
RGB Variations
Color information
#EE5692 (or 0xEE5692) is known color: French Rose. HEX triplet: EE, 56 and 92. RGB value is (238,86,146). Sum of RGB (Red+Green+Blue) = 238+86+146=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5692 is #11A96D. Grayscale: #8A8A8A. Windows color (decimal): -1157486 or 9590510. OLE color: 9590510.
HSL color Cylindrical-coordinate representation of color #EE5692: hue angle of 336.32º 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 #EE5692 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 146 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.07 |
| HSL | 336.32º | 0.82% | 0.64% | - |
| HSV(B) | 336.32º | 0.64% | 0.93% | - |
| XYZ | 43.78 | 26.91 | 30.08 | - |
| YUV | 138.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 146 | 0 | 0.64 | 0.39 | 0.07 | 336.32 | 0.82 | 0.64 |
| Hex | EE | 56 | 92 | 0 | 40 | 27 | 7 | 150 | 52 | 40 |
| Octal | 356 | 126 | 222 | 0 | 100 | 47 | 7 | 520 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10010010 | 0 | 1000000 | 100111 | 111 | 101010000 | 1010010 | 1000000 |
Color Harmonies of #EE5692
Complementary color
Monochromatic Colors of #EE5692
Black with #EE5692
Text Example
Text Example
White with #EE5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5692; }
p { color: rgb(238,86,146); }
H1.HeaderClassName
{
color: #EE5692;
}
.AnyTagClassName
{
color: #EE5692;
}
</style>
background-color css
<style>
a { background-color: #EE5692; }
a { background-color: rgb(238,86,146); }
div.DivClassName
{
background-color: #EE5692;
}
.BgClassName
{
background-color: #EE5692;
}
</style>
border-color css
<style>
span { border-color: #EE5692; }
span { border-color: rgb(238,86,146); }
td.TdClassName
{
border-color: #EE5692;
}
.TagClassName
{
border-color: #EE5692;
}
</style>