Shades of French Rose #EE4999
Tints of French Rose #EE4999
RGB
CMYK
RGB Variations
Color information
#EE4999 (or 0xEE4999) is known color: French Rose. HEX triplet: EE, 49 and 99. RGB value is (238,73,153). Sum of RGB (Red+Green+Blue) = 238+73+153=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4999 is #11B666. Grayscale: #838383. Windows color (decimal): -1160807 or 10045934. OLE color: 10045934.
HSL color Cylindrical-coordinate representation of color #EE4999: hue angle of 330.91º 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 #EE4999 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 153 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.07 |
| HSL | 330.91º | 0.83% | 0.61% | - |
| HSV(B) | 330.91º | 0.69% | 0.93% | - |
| XYZ | 43.39 | 25.24 | 32.72 | - |
| YUV | 131.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 153 | 0 | 0.69 | 0.36 | 0.07 | 330.91 | 0.83 | 0.61 |
| Hex | EE | 49 | 99 | 0 | 45 | 24 | 7 | 14B | 53 | 3D |
| Octal | 356 | 111 | 231 | 0 | 105 | 44 | 7 | 513 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10011001 | 0 | 1000101 | 100100 | 111 | 101001011 | 1010011 | 111101 |
Color Harmonies of #EE4999
Complementary color
Monochromatic Colors of #EE4999
Black with #EE4999
Text Example
Text Example
White with #EE4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4999; }
p { color: rgb(238,73,153); }
H1.HeaderClassName
{
color: #EE4999;
}
.AnyTagClassName
{
color: #EE4999;
}
</style>
background-color css
<style>
a { background-color: #EE4999; }
a { background-color: rgb(238,73,153); }
div.DivClassName
{
background-color: #EE4999;
}
.BgClassName
{
background-color: #EE4999;
}
</style>
border-color css
<style>
span { border-color: #EE4999; }
span { border-color: rgb(238,73,153); }
td.TdClassName
{
border-color: #EE4999;
}
.TagClassName
{
border-color: #EE4999;
}
</style>