Shades of French Rose #E94E8C
Tints of French Rose #E94E8C
RGB
CMYK
RGB Variations
Color information
#E94E8C (or 0xE94E8C) is known color: French Rose. HEX triplet: E9, 4E and 8C. RGB value is (233,78,140). Sum of RGB (Red+Green+Blue) = 233+78+140=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E8C is #16B173. Grayscale: #838383. Windows color (decimal): -1487220 or 9195241. OLE color: 9195241.
HSL color Cylindrical-coordinate representation of color #E94E8C: hue angle of 336º 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 #E94E8C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 140 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.09 |
| HSL | 336º | 0.78% | 0.61% | - |
| HSV(B) | 336º | 0.67% | 0.91% | - |
| XYZ | 41.06 | 24.67 | 27.41 | - |
| YUV | 131.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 140 | 0 | 0.67 | 0.40 | 0.09 | 336 | 0.78 | 0.61 |
| Hex | E9 | 4E | 8C | 0 | 43 | 28 | 9 | 150 | 4E | 3D |
| Octal | 351 | 116 | 214 | 0 | 103 | 50 | 11 | 520 | 116 | 75 |
| Binary | 11101001 | 1001110 | 10001100 | 0 | 1000011 | 101000 | 1001 | 101010000 | 1001110 | 111101 |
Color Harmonies of #E94E8C
Complementary color
Monochromatic Colors of #E94E8C
Black with #E94E8C
Text Example
Text Example
White with #E94E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E8C; }
p { color: rgb(233,78,140); }
H1.HeaderClassName
{
color: #E94E8C;
}
.AnyTagClassName
{
color: #E94E8C;
}
</style>
background-color css
<style>
a { background-color: #E94E8C; }
a { background-color: rgb(233,78,140); }
div.DivClassName
{
background-color: #E94E8C;
}
.BgClassName
{
background-color: #E94E8C;
}
</style>
border-color css
<style>
span { border-color: #E94E8C; }
span { border-color: rgb(233,78,140); }
td.TdClassName
{
border-color: #E94E8C;
}
.TagClassName
{
border-color: #E94E8C;
}
</style>