Shades of French Rose #E94B8D
Tints of French Rose #E94B8D
RGB
CMYK
RGB Variations
Color information
#E94B8D (or 0xE94B8D) is known color: French Rose. HEX triplet: E9, 4B and 8D. RGB value is (233,75,141). Sum of RGB (Red+Green+Blue) = 233+75+141=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B8D is #16B472. Grayscale: #818181. Windows color (decimal): -1487987 or 9260009. OLE color: 9260009.
HSL color Cylindrical-coordinate representation of color #E94B8D: hue angle of 334.94º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B8D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 141 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.09 |
| HSL | 334.94º | 0.78% | 0.6% | - |
| HSV(B) | 334.94º | 0.68% | 0.91% | - |
| XYZ | 40.93 | 24.28 | 27.73 | - |
| YUV | 129.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 141 | 0 | 0.68 | 0.39 | 0.09 | 334.94 | 0.78 | 0.6 |
| Hex | E9 | 4B | 8D | 0 | 44 | 27 | 9 | 14F | 4E | 3C |
| Octal | 351 | 113 | 215 | 0 | 104 | 47 | 11 | 517 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10001101 | 0 | 1000100 | 100111 | 1001 | 101001111 | 1001110 | 111100 |
Color Harmonies of #E94B8D
Complementary color
Monochromatic Colors of #E94B8D
Black with #E94B8D
Text Example
Text Example
White with #E94B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B8D; }
p { color: rgb(233,75,141); }
H1.HeaderClassName
{
color: #E94B8D;
}
.AnyTagClassName
{
color: #E94B8D;
}
</style>
background-color css
<style>
a { background-color: #E94B8D; }
a { background-color: rgb(233,75,141); }
div.DivClassName
{
background-color: #E94B8D;
}
.BgClassName
{
background-color: #E94B8D;
}
</style>
border-color css
<style>
span { border-color: #E94B8D; }
span { border-color: rgb(233,75,141); }
td.TdClassName
{
border-color: #E94B8D;
}
.TagClassName
{
border-color: #E94B8D;
}
</style>