Shades of French Rose #E74D8B
Tints of French Rose #E74D8B
RGB
CMYK
RGB Variations
Color information
#E74D8B (or 0xE74D8B) is known color: French Rose. HEX triplet: E7, 4D and 8B. RGB value is (231,77,139). Sum of RGB (Red+Green+Blue) = 231+77+139=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D8B is #18B274. Grayscale: #828282. Windows color (decimal): -1618549 or 9129447. OLE color: 9129447.
HSL color Cylindrical-coordinate representation of color #E74D8B: hue angle of 335.84º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 139 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.09 |
| HSL | 335.84º | 0.76% | 0.6% | - |
| HSV(B) | 335.84º | 0.67% | 0.91% | - |
| XYZ | 40.27 | 24.16 | 26.97 | - |
| YUV | 130.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 139 | 0 | 0.67 | 0.40 | 0.09 | 335.84 | 0.76 | 0.6 |
| Hex | E7 | 4D | 8B | 0 | 43 | 28 | 9 | 150 | 4C | 3C |
| Octal | 347 | 115 | 213 | 0 | 103 | 50 | 11 | 520 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10001011 | 0 | 1000011 | 101000 | 1001 | 101010000 | 1001100 | 111100 |
Color Harmonies of #E74D8B
Complementary color
Monochromatic Colors of #E74D8B
Black with #E74D8B
Text Example
Text Example
White with #E74D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D8B; }
p { color: rgb(231,77,139); }
H1.HeaderClassName
{
color: #E74D8B;
}
.AnyTagClassName
{
color: #E74D8B;
}
</style>
background-color css
<style>
a { background-color: #E74D8B; }
a { background-color: rgb(231,77,139); }
div.DivClassName
{
background-color: #E74D8B;
}
.BgClassName
{
background-color: #E74D8B;
}
</style>
border-color css
<style>
span { border-color: #E74D8B; }
span { border-color: rgb(231,77,139); }
td.TdClassName
{
border-color: #E74D8B;
}
.TagClassName
{
border-color: #E74D8B;
}
</style>