Shades of French Rose #EE477F
Tints of French Rose #EE477F
RGB
CMYK
RGB Variations
Color information
#EE477F (or 0xEE477F) is known color: French Rose. HEX triplet: EE, 47 and 7F. RGB value is (238,71,127). Sum of RGB (Red+Green+Blue) = 238+71+127=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE477F is #11B880. Grayscale: #7F7F7F. Windows color (decimal): -1161345 or 8341486. OLE color: 8341486.
HSL color Cylindrical-coordinate representation of color #EE477F: hue angle of 339.88º 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 #EE477F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 127 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 339.88º | 0.83% | 0.61% | - |
| HSV(B) | 339.88º | 0.7% | 0.93% | - |
| XYZ | 41.34 | 24.22 | 22.57 | - |
| YUV | 127.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 127 | 0 | 0.70 | 0.47 | 0.07 | 339.88 | 0.83 | 0.61 |
| Hex | EE | 47 | 7F | 0 | 46 | 2F | 7 | 154 | 53 | 3D |
| Octal | 356 | 107 | 177 | 0 | 106 | 57 | 7 | 524 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1111111 | 0 | 1000110 | 101111 | 111 | 101010100 | 1010011 | 111101 |
Color Harmonies of #EE477F
Complementary color
Monochromatic Colors of #EE477F
Black with #EE477F
Text Example
Text Example
White with #EE477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE477F; }
p { color: rgb(238,71,127); }
H1.HeaderClassName
{
color: #EE477F;
}
.AnyTagClassName
{
color: #EE477F;
}
</style>
background-color css
<style>
a { background-color: #EE477F; }
a { background-color: rgb(238,71,127); }
div.DivClassName
{
background-color: #EE477F;
}
.BgClassName
{
background-color: #EE477F;
}
</style>
border-color css
<style>
span { border-color: #EE477F; }
span { border-color: rgb(238,71,127); }
td.TdClassName
{
border-color: #EE477F;
}
.TagClassName
{
border-color: #EE477F;
}
</style>