Shades of French Rose #E94C93
Tints of French Rose #E94C93
RGB
CMYK
RGB Variations
Color information
#E94C93 (or 0xE94C93) is known color: French Rose. HEX triplet: E9, 4C and 93. RGB value is (233,76,147). Sum of RGB (Red+Green+Blue) = 233+76+147=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C93 is #16B36C. Grayscale: #828282. Windows color (decimal): -1487725 or 9653481. OLE color: 9653481.
HSL color Cylindrical-coordinate representation of color #E94C93: hue angle of 332.87º 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 #E94C93 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 147 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.09 |
| HSL | 332.87º | 0.78% | 0.61% | - |
| HSV(B) | 332.87º | 0.67% | 0.91% | - |
| XYZ | 41.46 | 24.6 | 30.17 | - |
| YUV | 131.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 147 | 0 | 0.67 | 0.37 | 0.09 | 332.87 | 0.78 | 0.61 |
| Hex | E9 | 4C | 93 | 0 | 43 | 25 | 9 | 14D | 4E | 3D |
| Octal | 351 | 114 | 223 | 0 | 103 | 45 | 11 | 515 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10010011 | 0 | 1000011 | 100101 | 1001 | 101001101 | 1001110 | 111101 |
Color Harmonies of #E94C93
Complementary color
Monochromatic Colors of #E94C93
Black with #E94C93
Text Example
Text Example
White with #E94C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C93; }
p { color: rgb(233,76,147); }
H1.HeaderClassName
{
color: #E94C93;
}
.AnyTagClassName
{
color: #E94C93;
}
</style>
background-color css
<style>
a { background-color: #E94C93; }
a { background-color: rgb(233,76,147); }
div.DivClassName
{
background-color: #E94C93;
}
.BgClassName
{
background-color: #E94C93;
}
</style>
border-color css
<style>
span { border-color: #E94C93; }
span { border-color: rgb(233,76,147); }
td.TdClassName
{
border-color: #E94C93;
}
.TagClassName
{
border-color: #E94C93;
}
</style>