Shades of French Rose #EE498B
Tints of French Rose #EE498B
RGB
CMYK
RGB Variations
Color information
#EE498B (or 0xEE498B) is known color: French Rose. HEX triplet: EE, 49 and 8B. RGB value is (238,73,139). Sum of RGB (Red+Green+Blue) = 238+73+139=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE498B is #11B674. Grayscale: #818181. Windows color (decimal): -1160821 or 9128430. OLE color: 9128430.
HSL color Cylindrical-coordinate representation of color #EE498B: hue angle of 336º 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 #EE498B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 139 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.07 |
| HSL | 336º | 0.83% | 0.61% | - |
| HSV(B) | 336º | 0.69% | 0.93% | - |
| XYZ | 42.3 | 24.81 | 26.98 | - |
| YUV | 129.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 139 | 0 | 0.69 | 0.42 | 0.07 | 336 | 0.83 | 0.61 |
| Hex | EE | 49 | 8B | 0 | 45 | 2A | 7 | 150 | 53 | 3D |
| Octal | 356 | 111 | 213 | 0 | 105 | 52 | 7 | 520 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10001011 | 0 | 1000101 | 101010 | 111 | 101010000 | 1010011 | 111101 |
Color Harmonies of #EE498B
Complementary color
Monochromatic Colors of #EE498B
Black with #EE498B
Text Example
Text Example
White with #EE498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE498B; }
p { color: rgb(238,73,139); }
H1.HeaderClassName
{
color: #EE498B;
}
.AnyTagClassName
{
color: #EE498B;
}
</style>
background-color css
<style>
a { background-color: #EE498B; }
a { background-color: rgb(238,73,139); }
div.DivClassName
{
background-color: #EE498B;
}
.BgClassName
{
background-color: #EE498B;
}
</style>
border-color css
<style>
span { border-color: #EE498B; }
span { border-color: rgb(238,73,139); }
td.TdClassName
{
border-color: #EE498B;
}
.TagClassName
{
border-color: #EE498B;
}
</style>