Shades of French Rose #E74D8C
Tints of French Rose #E74D8C
RGB
CMYK
RGB Variations
Color information
#E74D8C (or 0xE74D8C) is known color: French Rose. HEX triplet: E7, 4D and 8C. RGB value is (231,77,140). Sum of RGB (Red+Green+Blue) = 231+77+140=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D8C is #18B273. Grayscale: #828282. Windows color (decimal): -1618548 or 9194983. OLE color: 9194983.
HSL color Cylindrical-coordinate representation of color #E74D8C: hue angle of 335.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 #E74D8C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 140 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.09 |
| HSL | 335.45º | 0.76% | 0.6% | - |
| HSV(B) | 335.45º | 0.67% | 0.91% | - |
| XYZ | 40.34 | 24.19 | 27.35 | - |
| YUV | 130.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 140 | 0 | 0.67 | 0.39 | 0.09 | 335.45 | 0.76 | 0.6 |
| Hex | E7 | 4D | 8C | 0 | 43 | 27 | 9 | 14F | 4C | 3C |
| Octal | 347 | 115 | 214 | 0 | 103 | 47 | 11 | 517 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10001100 | 0 | 1000011 | 100111 | 1001 | 101001111 | 1001100 | 111100 |
Color Harmonies of #E74D8C
Complementary color
Monochromatic Colors of #E74D8C
Black with #E74D8C
Text Example
Text Example
White with #E74D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D8C; }
p { color: rgb(231,77,140); }
H1.HeaderClassName
{
color: #E74D8C;
}
.AnyTagClassName
{
color: #E74D8C;
}
</style>
background-color css
<style>
a { background-color: #E74D8C; }
a { background-color: rgb(231,77,140); }
div.DivClassName
{
background-color: #E74D8C;
}
.BgClassName
{
background-color: #E74D8C;
}
</style>
border-color css
<style>
span { border-color: #E74D8C; }
span { border-color: rgb(231,77,140); }
td.TdClassName
{
border-color: #E74D8C;
}
.TagClassName
{
border-color: #E74D8C;
}
</style>