Shades of French Rose #E74C8E
Tints of French Rose #E74C8E
RGB
CMYK
RGB Variations
Color information
#E74C8E (or 0xE74C8E) is known color: French Rose. HEX triplet: E7, 4C and 8E. RGB value is (231,76,142). Sum of RGB (Red+Green+Blue) = 231+76+142=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74C8E is #18B371. Grayscale: #818181. Windows color (decimal): -1618802 or 9325799. OLE color: 9325799.
HSL color Cylindrical-coordinate representation of color #E74C8E: hue angle of 334.45º 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 #E74C8E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 142 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.09 |
| HSL | 334.45º | 0.76% | 0.6% | - |
| HSV(B) | 334.45º | 0.67% | 0.91% | - |
| XYZ | 40.42 | 24.11 | 28.11 | - |
| YUV | 129.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 142 | 0 | 0.67 | 0.39 | 0.09 | 334.45 | 0.76 | 0.6 |
| Hex | E7 | 4C | 8E | 0 | 43 | 27 | 9 | 14E | 4C | 3C |
| Octal | 347 | 114 | 216 | 0 | 103 | 47 | 11 | 516 | 114 | 74 |
| Binary | 11100111 | 1001100 | 10001110 | 0 | 1000011 | 100111 | 1001 | 101001110 | 1001100 | 111100 |
Color Harmonies of #E74C8E
Complementary color
Monochromatic Colors of #E74C8E
Black with #E74C8E
Text Example
Text Example
White with #E74C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C8E; }
p { color: rgb(231,76,142); }
H1.HeaderClassName
{
color: #E74C8E;
}
.AnyTagClassName
{
color: #E74C8E;
}
</style>
background-color css
<style>
a { background-color: #E74C8E; }
a { background-color: rgb(231,76,142); }
div.DivClassName
{
background-color: #E74C8E;
}
.BgClassName
{
background-color: #E74C8E;
}
</style>
border-color css
<style>
span { border-color: #E74C8E; }
span { border-color: rgb(231,76,142); }
td.TdClassName
{
border-color: #E74C8E;
}
.TagClassName
{
border-color: #E74C8E;
}
</style>