Shades of French Rose #E94E91
Tints of French Rose #E94E91
RGB
CMYK
RGB Variations
Color information
#E94E91 (or 0xE94E91) is known color: French Rose. HEX triplet: E9, 4E and 91. RGB value is (233,78,145). Sum of RGB (Red+Green+Blue) = 233+78+145=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E91 is #16B16E. Grayscale: #838383. Windows color (decimal): -1487215 or 9522921. OLE color: 9522921.
HSL color Cylindrical-coordinate representation of color #E94E91: hue angle of 334.06º 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 #E94E91 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 145 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.09 |
| HSL | 334.06º | 0.78% | 0.61% | - |
| HSV(B) | 334.06º | 0.67% | 0.91% | - |
| XYZ | 41.44 | 24.82 | 29.39 | - |
| YUV | 131.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 145 | 0 | 0.67 | 0.38 | 0.09 | 334.06 | 0.78 | 0.61 |
| Hex | E9 | 4E | 91 | 0 | 43 | 26 | 9 | 14E | 4E | 3D |
| Octal | 351 | 116 | 221 | 0 | 103 | 46 | 11 | 516 | 116 | 75 |
| Binary | 11101001 | 1001110 | 10010001 | 0 | 1000011 | 100110 | 1001 | 101001110 | 1001110 | 111101 |
Color Harmonies of #E94E91
Complementary color
Monochromatic Colors of #E94E91
Black with #E94E91
Text Example
Text Example
White with #E94E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E91; }
p { color: rgb(233,78,145); }
H1.HeaderClassName
{
color: #E94E91;
}
.AnyTagClassName
{
color: #E94E91;
}
</style>
background-color css
<style>
a { background-color: #E94E91; }
a { background-color: rgb(233,78,145); }
div.DivClassName
{
background-color: #E94E91;
}
.BgClassName
{
background-color: #E94E91;
}
</style>
border-color css
<style>
span { border-color: #E94E91; }
span { border-color: rgb(233,78,145); }
td.TdClassName
{
border-color: #E94E91;
}
.TagClassName
{
border-color: #E94E91;
}
</style>