Shades of French Rose #E74E96
Tints of French Rose #E74E96
RGB
CMYK
RGB Variations
Color information
#E74E96 (or 0xE74E96) is known color: French Rose. HEX triplet: E7, 4E and 96. RGB value is (231,78,150). Sum of RGB (Red+Green+Blue) = 231+78+150=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E96 is #18B169. Grayscale: #838383. Windows color (decimal): -1618282 or 9850599. OLE color: 9850599.
HSL color Cylindrical-coordinate representation of color #E74E96: hue angle of 331.76º 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 #E74E96 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 150 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.09 |
| HSL | 331.76º | 0.76% | 0.61% | - |
| HSV(B) | 331.76º | 0.66% | 0.91% | - |
| XYZ | 41.18 | 24.64 | 31.44 | - |
| YUV | 131.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 150 | 0 | 0.66 | 0.35 | 0.09 | 331.76 | 0.76 | 0.61 |
| Hex | E7 | 4E | 96 | 0 | 42 | 23 | 9 | 14C | 4C | 3D |
| Octal | 347 | 116 | 226 | 0 | 102 | 43 | 11 | 514 | 114 | 75 |
| Binary | 11100111 | 1001110 | 10010110 | 0 | 1000010 | 100011 | 1001 | 101001100 | 1001100 | 111101 |
Color Harmonies of #E74E96
Complementary color
Monochromatic Colors of #E74E96
Black with #E74E96
Text Example
Text Example
White with #E74E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E96; }
p { color: rgb(231,78,150); }
H1.HeaderClassName
{
color: #E74E96;
}
.AnyTagClassName
{
color: #E74E96;
}
</style>
background-color css
<style>
a { background-color: #E74E96; }
a { background-color: rgb(231,78,150); }
div.DivClassName
{
background-color: #E74E96;
}
.BgClassName
{
background-color: #E74E96;
}
</style>
border-color css
<style>
span { border-color: #E74E96; }
span { border-color: rgb(231,78,150); }
td.TdClassName
{
border-color: #E74E96;
}
.TagClassName
{
border-color: #E74E96;
}
</style>