Shades of French Rose #EE498C
Tints of French Rose #EE498C
RGB
CMYK
RGB Variations
Color information
#EE498C (or 0xEE498C) is known color: French Rose. HEX triplet: EE, 49 and 8C. RGB value is (238,73,140). Sum of RGB (Red+Green+Blue) = 238+73+140=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE498C is #11B673. Grayscale: #818181. Windows color (decimal): -1160820 or 9193966. OLE color: 9193966.
HSL color Cylindrical-coordinate representation of color #EE498C: hue angle of 335.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE498C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 140 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.07 |
| HSL | 335.64º | 0.83% | 0.61% | - |
| HSV(B) | 335.64º | 0.69% | 0.93% | - |
| XYZ | 42.38 | 24.84 | 27.37 | - |
| YUV | 129.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 140 | 0 | 0.69 | 0.41 | 0.07 | 335.64 | 0.83 | 0.61 |
| Hex | EE | 49 | 8C | 0 | 45 | 29 | 7 | 150 | 53 | 3D |
| Octal | 356 | 111 | 214 | 0 | 105 | 51 | 7 | 520 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10001100 | 0 | 1000101 | 101001 | 111 | 101010000 | 1010011 | 111101 |
Color Harmonies of #EE498C
Complementary color
Monochromatic Colors of #EE498C
Black with #EE498C
Text Example
Text Example
White with #EE498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE498C; }
p { color: rgb(238,73,140); }
H1.HeaderClassName
{
color: #EE498C;
}
.AnyTagClassName
{
color: #EE498C;
}
</style>
background-color css
<style>
a { background-color: #EE498C; }
a { background-color: rgb(238,73,140); }
div.DivClassName
{
background-color: #EE498C;
}
.BgClassName
{
background-color: #EE498C;
}
</style>
border-color css
<style>
span { border-color: #EE498C; }
span { border-color: rgb(238,73,140); }
td.TdClassName
{
border-color: #EE498C;
}
.TagClassName
{
border-color: #EE498C;
}
</style>