Shades of French Rose #EE488B
Tints of French Rose #EE488B
RGB
CMYK
RGB Variations
Color information
#EE488B (or 0xEE488B) is known color: French Rose. HEX triplet: EE, 48 and 8B. RGB value is (238,72,139). Sum of RGB (Red+Green+Blue) = 238+72+139=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE488B is #11B774. Grayscale: #818181. Windows color (decimal): -1161077 or 9128174. OLE color: 9128174.
HSL color Cylindrical-coordinate representation of color #EE488B: hue angle of 335.78º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE488B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 139 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 335.78º | 0.83% | 0.61% | - |
| HSV(B) | 335.78º | 0.7% | 0.93% | - |
| XYZ | 42.24 | 24.68 | 26.96 | - |
| YUV | 129.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 139 | 0 | 0.70 | 0.42 | 0.07 | 335.78 | 0.83 | 0.61 |
| Hex | EE | 48 | 8B | 0 | 46 | 2A | 7 | 150 | 53 | 3D |
| Octal | 356 | 110 | 213 | 0 | 106 | 52 | 7 | 520 | 123 | 75 |
| Binary | 11101110 | 1001000 | 10001011 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010011 | 111101 |
Color Harmonies of #EE488B
Complementary color
Monochromatic Colors of #EE488B
Black with #EE488B
Text Example
Text Example
White with #EE488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE488B; }
p { color: rgb(238,72,139); }
H1.HeaderClassName
{
color: #EE488B;
}
.AnyTagClassName
{
color: #EE488B;
}
</style>
background-color css
<style>
a { background-color: #EE488B; }
a { background-color: rgb(238,72,139); }
div.DivClassName
{
background-color: #EE488B;
}
.BgClassName
{
background-color: #EE488B;
}
</style>
border-color css
<style>
span { border-color: #EE488B; }
span { border-color: rgb(238,72,139); }
td.TdClassName
{
border-color: #EE488B;
}
.TagClassName
{
border-color: #EE488B;
}
</style>