Shades of French Rose #E74D8D
Tints of French Rose #E74D8D
RGB
CMYK
RGB Variations
Color information
#E74D8D (or 0xE74D8D) is known color: French Rose. HEX triplet: E7, 4D and 8D. RGB value is (231,77,141). Sum of RGB (Red+Green+Blue) = 231+77+141=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D8D is #18B272. Grayscale: #828282. Windows color (decimal): -1618547 or 9260519. OLE color: 9260519.
HSL color Cylindrical-coordinate representation of color #E74D8D: hue angle of 335.06º 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 #E74D8D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 141 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.09 |
| HSL | 335.06º | 0.76% | 0.6% | - |
| HSV(B) | 335.06º | 0.67% | 0.91% | - |
| XYZ | 40.42 | 24.22 | 27.74 | - |
| YUV | 130.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 141 | 0 | 0.67 | 0.39 | 0.09 | 335.06 | 0.76 | 0.6 |
| Hex | E7 | 4D | 8D | 0 | 43 | 27 | 9 | 14F | 4C | 3C |
| Octal | 347 | 115 | 215 | 0 | 103 | 47 | 11 | 517 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10001101 | 0 | 1000011 | 100111 | 1001 | 101001111 | 1001100 | 111100 |
Color Harmonies of #E74D8D
Complementary color
Monochromatic Colors of #E74D8D
Black with #E74D8D
Text Example
Text Example
White with #E74D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D8D; }
p { color: rgb(231,77,141); }
H1.HeaderClassName
{
color: #E74D8D;
}
.AnyTagClassName
{
color: #E74D8D;
}
</style>
background-color css
<style>
a { background-color: #E74D8D; }
a { background-color: rgb(231,77,141); }
div.DivClassName
{
background-color: #E74D8D;
}
.BgClassName
{
background-color: #E74D8D;
}
</style>
border-color css
<style>
span { border-color: #E74D8D; }
span { border-color: rgb(231,77,141); }
td.TdClassName
{
border-color: #E74D8D;
}
.TagClassName
{
border-color: #E74D8D;
}
</style>