Shades of French Rose #EA4E89
Tints of French Rose #EA4E89
RGB
CMYK
RGB Variations
Color information
#EA4E89 (or 0xEA4E89) is known color: French Rose. HEX triplet: EA, 4E and 89. RGB value is (234,78,137). Sum of RGB (Red+Green+Blue) = 234+78+137=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E89 is #15B176. Grayscale: #838383. Windows color (decimal): -1421687 or 8998634. OLE color: 8998634.
HSL color Cylindrical-coordinate representation of color #EA4E89: hue angle of 337.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E89 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 137 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.08 |
| HSL | 337.31º | 0.79% | 0.61% | - |
| HSV(B) | 337.31º | 0.67% | 0.92% | - |
| XYZ | 41.17 | 24.75 | 26.27 | - |
| YUV | 131.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 137 | 0 | 0.67 | 0.41 | 0.08 | 337.31 | 0.79 | 0.61 |
| Hex | EA | 4E | 89 | 0 | 43 | 29 | 8 | 151 | 4F | 3D |
| Octal | 352 | 116 | 211 | 0 | 103 | 51 | 10 | 521 | 117 | 75 |
| Binary | 11101010 | 1001110 | 10001001 | 0 | 1000011 | 101001 | 1000 | 101010001 | 1001111 | 111101 |
Color Harmonies of #EA4E89
Complementary color
Monochromatic Colors of #EA4E89
Black with #EA4E89
Text Example
Text Example
White with #EA4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E89; }
p { color: rgb(234,78,137); }
H1.HeaderClassName
{
color: #EA4E89;
}
.AnyTagClassName
{
color: #EA4E89;
}
</style>
background-color css
<style>
a { background-color: #EA4E89; }
a { background-color: rgb(234,78,137); }
div.DivClassName
{
background-color: #EA4E89;
}
.BgClassName
{
background-color: #EA4E89;
}
</style>
border-color css
<style>
span { border-color: #EA4E89; }
span { border-color: rgb(234,78,137); }
td.TdClassName
{
border-color: #EA4E89;
}
.TagClassName
{
border-color: #EA4E89;
}
</style>