Shades of French Rose #E94E8F
Tints of French Rose #E94E8F
RGB
CMYK
RGB Variations
Color information
#E94E8F (or 0xE94E8F) is known color: French Rose. HEX triplet: E9, 4E and 8F. RGB value is (233,78,143). Sum of RGB (Red+Green+Blue) = 233+78+143=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E8F is #16B170. Grayscale: #838383. Windows color (decimal): -1487217 or 9391849. OLE color: 9391849.
HSL color Cylindrical-coordinate representation of color #E94E8F: hue angle of 334.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E8F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 143 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.09 |
| HSL | 334.84º | 0.78% | 0.61% | - |
| HSV(B) | 334.84º | 0.67% | 0.91% | - |
| XYZ | 41.29 | 24.76 | 28.59 | - |
| YUV | 131.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 143 | 0 | 0.67 | 0.39 | 0.09 | 334.84 | 0.78 | 0.61 |
| Hex | E9 | 4E | 8F | 0 | 43 | 27 | 9 | 14F | 4E | 3D |
| Octal | 351 | 116 | 217 | 0 | 103 | 47 | 11 | 517 | 116 | 75 |
| Binary | 11101001 | 1001110 | 10001111 | 0 | 1000011 | 100111 | 1001 | 101001111 | 1001110 | 111101 |
Color Harmonies of #E94E8F
Complementary color
Monochromatic Colors of #E94E8F
Black with #E94E8F
Text Example
Text Example
White with #E94E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E8F; }
p { color: rgb(233,78,143); }
H1.HeaderClassName
{
color: #E94E8F;
}
.AnyTagClassName
{
color: #E94E8F;
}
</style>
background-color css
<style>
a { background-color: #E94E8F; }
a { background-color: rgb(233,78,143); }
div.DivClassName
{
background-color: #E94E8F;
}
.BgClassName
{
background-color: #E94E8F;
}
</style>
border-color css
<style>
span { border-color: #E94E8F; }
span { border-color: rgb(233,78,143); }
td.TdClassName
{
border-color: #E94E8F;
}
.TagClassName
{
border-color: #E94E8F;
}
</style>