Shades of French Rose #E74A89
Tints of French Rose #E74A89
RGB
CMYK
RGB Variations
Color information
#E74A89 (or 0xE74A89) is known color: French Rose. HEX triplet: E7, 4A and 89. RGB value is (231,74,137). Sum of RGB (Red+Green+Blue) = 231+74+137=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A89 is #18B576. Grayscale: #808080. Windows color (decimal): -1619319 or 8997607. OLE color: 8997607.
HSL color Cylindrical-coordinate representation of color #E74A89: hue angle of 335.92º degrees, saturation: 0.77, 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 #E74A89 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 137 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.09 |
| HSL | 335.92º | 0.77% | 0.6% | - |
| HSV(B) | 335.92º | 0.68% | 0.91% | - |
| XYZ | 39.92 | 23.69 | 26.14 | - |
| YUV | 128.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 137 | 0 | 0.68 | 0.41 | 0.09 | 335.92 | 0.77 | 0.6 |
| Hex | E7 | 4A | 89 | 0 | 44 | 29 | 9 | 150 | 4D | 3C |
| Octal | 347 | 112 | 211 | 0 | 104 | 51 | 11 | 520 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10001001 | 0 | 1000100 | 101001 | 1001 | 101010000 | 1001101 | 111100 |
Color Harmonies of #E74A89
Complementary color
Monochromatic Colors of #E74A89
Black with #E74A89
Text Example
Text Example
White with #E74A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A89; }
p { color: rgb(231,74,137); }
H1.HeaderClassName
{
color: #E74A89;
}
.AnyTagClassName
{
color: #E74A89;
}
</style>
background-color css
<style>
a { background-color: #E74A89; }
a { background-color: rgb(231,74,137); }
div.DivClassName
{
background-color: #E74A89;
}
.BgClassName
{
background-color: #E74A89;
}
</style>
border-color css
<style>
span { border-color: #E74A89; }
span { border-color: rgb(231,74,137); }
td.TdClassName
{
border-color: #E74A89;
}
.TagClassName
{
border-color: #E74A89;
}
</style>