Shades of French Rose #EA4789
Tints of French Rose #EA4789
RGB
CMYK
RGB Variations
Color information
#EA4789 (or 0xEA4789) is known color: French Rose. HEX triplet: EA, 47 and 89. RGB value is (234,71,137). Sum of RGB (Red+Green+Blue) = 234+71+137=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4789 is #15B876. Grayscale: #7F7F7F. Windows color (decimal): -1423479 or 8996842. OLE color: 8996842.
HSL color Cylindrical-coordinate representation of color #EA4789: hue angle of 335.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4789 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 137 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.08 |
| HSL | 335.71º | 0.8% | 0.6% | - |
| HSV(B) | 335.71º | 0.7% | 0.92% | - |
| XYZ | 40.7 | 23.81 | 26.12 | - |
| YUV | 127.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 137 | 0 | 0.70 | 0.41 | 0.08 | 335.71 | 0.8 | 0.6 |
| Hex | EA | 47 | 89 | 0 | 46 | 29 | 8 | 150 | 50 | 3C |
| Octal | 352 | 107 | 211 | 0 | 106 | 51 | 10 | 520 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10001001 | 0 | 1000110 | 101001 | 1000 | 101010000 | 1010000 | 111100 |
Color Harmonies of #EA4789
Complementary color
Monochromatic Colors of #EA4789
Black with #EA4789
Text Example
Text Example
White with #EA4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4789; }
p { color: rgb(234,71,137); }
H1.HeaderClassName
{
color: #EA4789;
}
.AnyTagClassName
{
color: #EA4789;
}
</style>
background-color css
<style>
a { background-color: #EA4789; }
a { background-color: rgb(234,71,137); }
div.DivClassName
{
background-color: #EA4789;
}
.BgClassName
{
background-color: #EA4789;
}
</style>
border-color css
<style>
span { border-color: #EA4789; }
span { border-color: rgb(234,71,137); }
td.TdClassName
{
border-color: #EA4789;
}
.TagClassName
{
border-color: #EA4789;
}
</style>