Shades of French Rose #E94E9A
Tints of French Rose #E94E9A
RGB
CMYK
RGB Variations
Color information
#E94E9A (or 0xE94E9A) is known color: French Rose. HEX triplet: E9, 4E and 9A. RGB value is (233,78,154). Sum of RGB (Red+Green+Blue) = 233+78+154=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E9A is #16B165. Grayscale: #848484. Windows color (decimal): -1487206 or 10112745. OLE color: 10112745.
HSL color Cylindrical-coordinate representation of color #E94E9A: hue angle of 330.58º 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 #E94E9A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 154 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.09 |
| HSL | 330.58º | 0.78% | 0.61% | - |
| HSV(B) | 330.58º | 0.67% | 0.91% | - |
| XYZ | 42.16 | 25.11 | 33.2 | - |
| YUV | 133.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 154 | 0 | 0.67 | 0.34 | 0.09 | 330.58 | 0.78 | 0.61 |
| Hex | E9 | 4E | 9A | 0 | 43 | 22 | 9 | 14B | 4E | 3D |
| Octal | 351 | 116 | 232 | 0 | 103 | 42 | 11 | 513 | 116 | 75 |
| Binary | 11101001 | 1001110 | 10011010 | 0 | 1000011 | 100010 | 1001 | 101001011 | 1001110 | 111101 |
Color Harmonies of #E94E9A
Complementary color
Monochromatic Colors of #E94E9A
Black with #E94E9A
Text Example
Text Example
White with #E94E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E9A; }
p { color: rgb(233,78,154); }
H1.HeaderClassName
{
color: #E94E9A;
}
.AnyTagClassName
{
color: #E94E9A;
}
</style>
background-color css
<style>
a { background-color: #E94E9A; }
a { background-color: rgb(233,78,154); }
div.DivClassName
{
background-color: #E94E9A;
}
.BgClassName
{
background-color: #E94E9A;
}
</style>
border-color css
<style>
span { border-color: #E94E9A; }
span { border-color: rgb(233,78,154); }
td.TdClassName
{
border-color: #E94E9A;
}
.TagClassName
{
border-color: #E94E9A;
}
</style>