Shades of French Rose #EE508C
Tints of French Rose #EE508C
RGB
CMYK
RGB Variations
Color information
#EE508C (or 0xEE508C) is known color: French Rose. HEX triplet: EE, 50 and 8C. RGB value is (238,80,140). Sum of RGB (Red+Green+Blue) = 238+80+140=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE508C is #11AF73. Grayscale: #868686. Windows color (decimal): -1159028 or 9195758. OLE color: 9195758.
HSL color Cylindrical-coordinate representation of color #EE508C: hue angle of 337.22º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE508C is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 140 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.07 |
| HSL | 337.22º | 0.82% | 0.62% | - |
| HSV(B) | 337.22º | 0.66% | 0.93% | - |
| XYZ | 42.86 | 25.81 | 27.53 | - |
| YUV | 134.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 140 | 0 | 0.66 | 0.41 | 0.07 | 337.22 | 0.82 | 0.62 |
| Hex | EE | 50 | 8C | 0 | 42 | 29 | 7 | 151 | 52 | 3E |
| Octal | 356 | 120 | 214 | 0 | 102 | 51 | 7 | 521 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10001100 | 0 | 1000010 | 101001 | 111 | 101010001 | 1010010 | 111110 |
Color Harmonies of #EE508C
Complementary color
Monochromatic Colors of #EE508C
Black with #EE508C
Text Example
Text Example
White with #EE508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE508C; }
p { color: rgb(238,80,140); }
H1.HeaderClassName
{
color: #EE508C;
}
.AnyTagClassName
{
color: #EE508C;
}
</style>
background-color css
<style>
a { background-color: #EE508C; }
a { background-color: rgb(238,80,140); }
div.DivClassName
{
background-color: #EE508C;
}
.BgClassName
{
background-color: #EE508C;
}
</style>
border-color css
<style>
span { border-color: #EE508C; }
span { border-color: rgb(238,80,140); }
td.TdClassName
{
border-color: #EE508C;
}
.TagClassName
{
border-color: #EE508C;
}
</style>