Shades of French Rose #E74E8F
Tints of French Rose #E74E8F
RGB
CMYK
RGB Variations
Color information
#E74E8F (or 0xE74E8F) is known color: French Rose. HEX triplet: E7, 4E and 8F. RGB value is (231,78,143). Sum of RGB (Red+Green+Blue) = 231+78+143=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E8F is #18B170. Grayscale: #838383. Windows color (decimal): -1618289 or 9391847. OLE color: 9391847.
HSL color Cylindrical-coordinate representation of color #E74E8F: hue angle of 334.51º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E8F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 143 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.09 |
| HSL | 334.51º | 0.76% | 0.61% | - |
| HSV(B) | 334.51º | 0.66% | 0.91% | - |
| XYZ | 40.64 | 24.42 | 28.56 | - |
| YUV | 131.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 143 | 0 | 0.66 | 0.38 | 0.09 | 334.51 | 0.76 | 0.61 |
| Hex | E7 | 4E | 8F | 0 | 42 | 26 | 9 | 14F | 4C | 3D |
| Octal | 347 | 116 | 217 | 0 | 102 | 46 | 11 | 517 | 114 | 75 |
| Binary | 11100111 | 1001110 | 10001111 | 0 | 1000010 | 100110 | 1001 | 101001111 | 1001100 | 111101 |
Color Harmonies of #E74E8F
Complementary color
Monochromatic Colors of #E74E8F
Black with #E74E8F
Text Example
Text Example
White with #E74E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E8F; }
p { color: rgb(231,78,143); }
H1.HeaderClassName
{
color: #E74E8F;
}
.AnyTagClassName
{
color: #E74E8F;
}
</style>
background-color css
<style>
a { background-color: #E74E8F; }
a { background-color: rgb(231,78,143); }
div.DivClassName
{
background-color: #E74E8F;
}
.BgClassName
{
background-color: #E74E8F;
}
</style>
border-color css
<style>
span { border-color: #E74E8F; }
span { border-color: rgb(231,78,143); }
td.TdClassName
{
border-color: #E74E8F;
}
.TagClassName
{
border-color: #E74E8F;
}
</style>