Shades of French Rose #EE4997
Tints of French Rose #EE4997
RGB
CMYK
RGB Variations
Color information
#EE4997 (or 0xEE4997) is known color: French Rose. HEX triplet: EE, 49 and 97. RGB value is (238,73,151). Sum of RGB (Red+Green+Blue) = 238+73+151=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4997 is #11B668. Grayscale: #838383. Windows color (decimal): -1160809 or 9914862. OLE color: 9914862.
HSL color Cylindrical-coordinate representation of color #EE4997: hue angle of 331.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 #EE4997 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 151 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.07 |
| HSL | 331.64º | 0.83% | 0.61% | - |
| HSV(B) | 331.64º | 0.69% | 0.93% | - |
| XYZ | 43.23 | 25.18 | 31.86 | - |
| YUV | 131.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 151 | 0 | 0.69 | 0.37 | 0.07 | 331.64 | 0.83 | 0.61 |
| Hex | EE | 49 | 97 | 0 | 45 | 25 | 7 | 14C | 53 | 3D |
| Octal | 356 | 111 | 227 | 0 | 105 | 45 | 7 | 514 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10010111 | 0 | 1000101 | 100101 | 111 | 101001100 | 1010011 | 111101 |
Color Harmonies of #EE4997
Complementary color
Monochromatic Colors of #EE4997
Black with #EE4997
Text Example
Text Example
White with #EE4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4997; }
p { color: rgb(238,73,151); }
H1.HeaderClassName
{
color: #EE4997;
}
.AnyTagClassName
{
color: #EE4997;
}
</style>
background-color css
<style>
a { background-color: #EE4997; }
a { background-color: rgb(238,73,151); }
div.DivClassName
{
background-color: #EE4997;
}
.BgClassName
{
background-color: #EE4997;
}
</style>
border-color css
<style>
span { border-color: #EE4997; }
span { border-color: rgb(238,73,151); }
td.TdClassName
{
border-color: #EE4997;
}
.TagClassName
{
border-color: #EE4997;
}
</style>