Shades of French Rose #E94C8B
Tints of French Rose #E94C8B
RGB
CMYK
RGB Variations
Color information
#E94C8B (or 0xE94C8B) is known color: French Rose. HEX triplet: E9, 4C and 8B. RGB value is (233,76,139). Sum of RGB (Red+Green+Blue) = 233+76+139=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C8B is #16B374. Grayscale: #828282. Windows color (decimal): -1487733 or 9129193. OLE color: 9129193.
HSL color Cylindrical-coordinate representation of color #E94C8B: hue angle of 335.92º 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 #E94C8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 139 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.09 |
| HSL | 335.92º | 0.78% | 0.61% | - |
| HSV(B) | 335.92º | 0.67% | 0.91% | - |
| XYZ | 40.85 | 24.36 | 26.97 | - |
| YUV | 130.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 139 | 0 | 0.67 | 0.40 | 0.09 | 335.92 | 0.78 | 0.61 |
| Hex | E9 | 4C | 8B | 0 | 43 | 28 | 9 | 150 | 4E | 3D |
| Octal | 351 | 114 | 213 | 0 | 103 | 50 | 11 | 520 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10001011 | 0 | 1000011 | 101000 | 1001 | 101010000 | 1001110 | 111101 |
Color Harmonies of #E94C8B
Complementary color
Monochromatic Colors of #E94C8B
Black with #E94C8B
Text Example
Text Example
White with #E94C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C8B; }
p { color: rgb(233,76,139); }
H1.HeaderClassName
{
color: #E94C8B;
}
.AnyTagClassName
{
color: #E94C8B;
}
</style>
background-color css
<style>
a { background-color: #E94C8B; }
a { background-color: rgb(233,76,139); }
div.DivClassName
{
background-color: #E94C8B;
}
.BgClassName
{
background-color: #E94C8B;
}
</style>
border-color css
<style>
span { border-color: #E94C8B; }
span { border-color: rgb(233,76,139); }
td.TdClassName
{
border-color: #E94C8B;
}
.TagClassName
{
border-color: #E94C8B;
}
</style>