Shades of French Rose #E94793
Tints of French Rose #E94793
RGB
CMYK
RGB Variations
Color information
#E94793 (or 0xE94793) is known color: French Rose. HEX triplet: E9, 47 and 93. RGB value is (233,71,147). Sum of RGB (Red+Green+Blue) = 233+71+147=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E94793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94793 is #16B86C. Grayscale: #7F7F7F. Windows color (decimal): -1489005 or 9652201. OLE color: 9652201.
HSL color Cylindrical-coordinate representation of color #E94793: hue angle of 331.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94793 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 147 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.09 |
| HSL | 331.85º | 0.79% | 0.6% | - |
| HSV(B) | 331.85º | 0.7% | 0.91% | - |
| XYZ | 41.12 | 23.94 | 30.06 | - |
| YUV | 128.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 147 | 0 | 0.70 | 0.37 | 0.09 | 331.85 | 0.79 | 0.6 |
| Hex | E9 | 47 | 93 | 0 | 46 | 25 | 9 | 14C | 4F | 3C |
| Octal | 351 | 107 | 223 | 0 | 106 | 45 | 11 | 514 | 117 | 74 |
| Binary | 11101001 | 1000111 | 10010011 | 0 | 1000110 | 100101 | 1001 | 101001100 | 1001111 | 111100 |
Color Harmonies of #E94793
Complementary color
Monochromatic Colors of #E94793
Black with #E94793
Text Example
Text Example
White with #E94793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94793; }
p { color: rgb(233,71,147); }
H1.HeaderClassName
{
color: #E94793;
}
.AnyTagClassName
{
color: #E94793;
}
</style>
background-color css
<style>
a { background-color: #E94793; }
a { background-color: rgb(233,71,147); }
div.DivClassName
{
background-color: #E94793;
}
.BgClassName
{
background-color: #E94793;
}
</style>
border-color css
<style>
span { border-color: #E94793; }
span { border-color: rgb(233,71,147); }
td.TdClassName
{
border-color: #E94793;
}
.TagClassName
{
border-color: #E94793;
}
</style>