Shades of French Rose #EE4988
Tints of French Rose #EE4988
RGB
CMYK
RGB Variations
Color information
#EE4988 (or 0xEE4988) is known color: French Rose. HEX triplet: EE, 49 and 88. RGB value is (238,73,136). Sum of RGB (Red+Green+Blue) = 238+73+136=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4988 is #11B677. Grayscale: #818181. Windows color (decimal): -1160824 or 8931822. OLE color: 8931822.
HSL color Cylindrical-coordinate representation of color #EE4988: hue angle of 337.09º 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 #EE4988 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 136 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.07 |
| HSL | 337.09º | 0.83% | 0.61% | - |
| HSV(B) | 337.09º | 0.69% | 0.93% | - |
| XYZ | 42.09 | 24.72 | 25.85 | - |
| YUV | 129.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 136 | 0 | 0.69 | 0.43 | 0.07 | 337.09 | 0.83 | 0.61 |
| Hex | EE | 49 | 88 | 0 | 45 | 2B | 7 | 151 | 53 | 3D |
| Octal | 356 | 111 | 210 | 0 | 105 | 53 | 7 | 521 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10001000 | 0 | 1000101 | 101011 | 111 | 101010001 | 1010011 | 111101 |
Color Harmonies of #EE4988
Complementary color
Monochromatic Colors of #EE4988
Black with #EE4988
Text Example
Text Example
White with #EE4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4988; }
p { color: rgb(238,73,136); }
H1.HeaderClassName
{
color: #EE4988;
}
.AnyTagClassName
{
color: #EE4988;
}
</style>
background-color css
<style>
a { background-color: #EE4988; }
a { background-color: rgb(238,73,136); }
div.DivClassName
{
background-color: #EE4988;
}
.BgClassName
{
background-color: #EE4988;
}
</style>
border-color css
<style>
span { border-color: #EE4988; }
span { border-color: rgb(238,73,136); }
td.TdClassName
{
border-color: #EE4988;
}
.TagClassName
{
border-color: #EE4988;
}
</style>