Shades of French Rose #E74D90
Tints of French Rose #E74D90
RGB
CMYK
RGB Variations
Color information
#E74D90 (or 0xE74D90) is known color: French Rose. HEX triplet: E7, 4D and 90. RGB value is (231,77,144). Sum of RGB (Red+Green+Blue) = 231+77+144=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D90 is #18B26F. Grayscale: #828282. Windows color (decimal): -1618544 or 9457127. OLE color: 9457127.
HSL color Cylindrical-coordinate representation of color #E74D90: hue angle of 333.9º 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 #E74D90 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 144 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.09 |
| HSL | 333.9º | 0.76% | 0.6% | - |
| HSV(B) | 333.9º | 0.67% | 0.91% | - |
| XYZ | 40.64 | 24.31 | 28.94 | - |
| YUV | 130.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 144 | 0 | 0.67 | 0.38 | 0.09 | 333.9 | 0.76 | 0.6 |
| Hex | E7 | 4D | 90 | 0 | 43 | 26 | 9 | 14E | 4C | 3C |
| Octal | 347 | 115 | 220 | 0 | 103 | 46 | 11 | 516 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10010000 | 0 | 1000011 | 100110 | 1001 | 101001110 | 1001100 | 111100 |
Color Harmonies of #E74D90
Complementary color
Monochromatic Colors of #E74D90
Black with #E74D90
Text Example
Text Example
White with #E74D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D90; }
p { color: rgb(231,77,144); }
H1.HeaderClassName
{
color: #E74D90;
}
.AnyTagClassName
{
color: #E74D90;
}
</style>
background-color css
<style>
a { background-color: #E74D90; }
a { background-color: rgb(231,77,144); }
div.DivClassName
{
background-color: #E74D90;
}
.BgClassName
{
background-color: #E74D90;
}
</style>
border-color css
<style>
span { border-color: #E74D90; }
span { border-color: rgb(231,77,144); }
td.TdClassName
{
border-color: #E74D90;
}
.TagClassName
{
border-color: #E74D90;
}
</style>