Shades of French Rose #E94C96
Tints of French Rose #E94C96
RGB
CMYK
RGB Variations
Color information
#E94C96 (or 0xE94C96) is known color: French Rose. HEX triplet: E9, 4C and 96. RGB value is (233,76,150). Sum of RGB (Red+Green+Blue) = 233+76+150=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C96 is #16B369. Grayscale: #838383. Windows color (decimal): -1487722 or 9850089. OLE color: 9850089.
HSL color Cylindrical-coordinate representation of color #E94C96: hue angle of 331.72º 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 #E94C96 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 150 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.09 |
| HSL | 331.72º | 0.78% | 0.61% | - |
| HSV(B) | 331.72º | 0.67% | 0.91% | - |
| XYZ | 41.69 | 24.69 | 31.42 | - |
| YUV | 131.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 150 | 0 | 0.67 | 0.36 | 0.09 | 331.72 | 0.78 | 0.61 |
| Hex | E9 | 4C | 96 | 0 | 43 | 24 | 9 | 14C | 4E | 3D |
| Octal | 351 | 114 | 226 | 0 | 103 | 44 | 11 | 514 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10010110 | 0 | 1000011 | 100100 | 1001 | 101001100 | 1001110 | 111101 |
Color Harmonies of #E94C96
Complementary color
Monochromatic Colors of #E94C96
Black with #E94C96
Text Example
Text Example
White with #E94C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C96; }
p { color: rgb(233,76,150); }
H1.HeaderClassName
{
color: #E94C96;
}
.AnyTagClassName
{
color: #E94C96;
}
</style>
background-color css
<style>
a { background-color: #E94C96; }
a { background-color: rgb(233,76,150); }
div.DivClassName
{
background-color: #E94C96;
}
.BgClassName
{
background-color: #E94C96;
}
</style>
border-color css
<style>
span { border-color: #E94C96; }
span { border-color: rgb(233,76,150); }
td.TdClassName
{
border-color: #E94C96;
}
.TagClassName
{
border-color: #E94C96;
}
</style>