Shades of French Rose #EE508A
Tints of French Rose #EE508A
RGB
CMYK
RGB Variations
Color information
#EE508A (or 0xEE508A) is known color: French Rose. HEX triplet: EE, 50 and 8A. RGB value is (238,80,138). Sum of RGB (Red+Green+Blue) = 238+80+138=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE508A is #11AF75. Grayscale: #858585. Windows color (decimal): -1159030 or 9064686. OLE color: 9064686.
HSL color Cylindrical-coordinate representation of color #EE508A: hue angle of 337.97º 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 #EE508A is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 138 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.07 |
| HSL | 337.97º | 0.82% | 0.62% | - |
| HSV(B) | 337.97º | 0.66% | 0.93% | - |
| XYZ | 42.72 | 25.75 | 26.76 | - |
| YUV | 133.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 138 | 0 | 0.66 | 0.42 | 0.07 | 337.97 | 0.82 | 0.62 |
| Hex | EE | 50 | 8A | 0 | 42 | 2A | 7 | 152 | 52 | 3E |
| Octal | 356 | 120 | 212 | 0 | 102 | 52 | 7 | 522 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10001010 | 0 | 1000010 | 101010 | 111 | 101010010 | 1010010 | 111110 |
Color Harmonies of #EE508A
Complementary color
Monochromatic Colors of #EE508A
Black with #EE508A
Text Example
Text Example
White with #EE508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE508A; }
p { color: rgb(238,80,138); }
H1.HeaderClassName
{
color: #EE508A;
}
.AnyTagClassName
{
color: #EE508A;
}
</style>
background-color css
<style>
a { background-color: #EE508A; }
a { background-color: rgb(238,80,138); }
div.DivClassName
{
background-color: #EE508A;
}
.BgClassName
{
background-color: #EE508A;
}
</style>
border-color css
<style>
span { border-color: #EE508A; }
span { border-color: rgb(238,80,138); }
td.TdClassName
{
border-color: #EE508A;
}
.TagClassName
{
border-color: #EE508A;
}
</style>