Shades of French Rose #E7489C
Tints of French Rose #E7489C
RGB
CMYK
RGB Variations
Color information
#E7489C (or 0xE7489C) is known color: French Rose. HEX triplet: E7, 48 and 9C. RGB value is (231,72,156). Sum of RGB (Red+Green+Blue) = 231+72+156=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7489C is #18B763. Grayscale: #808080. Windows color (decimal): -1619812 or 10242279. OLE color: 10242279.
HSL color Cylindrical-coordinate representation of color #E7489C: hue angle of 328.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7489C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 156 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.09 |
| HSL | 328.3º | 0.77% | 0.59% | - |
| HSV(B) | 328.3º | 0.69% | 0.91% | - |
| XYZ | 41.27 | 24.02 | 33.91 | - |
| YUV | 129.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 156 | 0 | 0.69 | 0.32 | 0.09 | 328.3 | 0.77 | 0.59 |
| Hex | E7 | 48 | 9C | 0 | 45 | 20 | 9 | 148 | 4D | 3B |
| Octal | 347 | 110 | 234 | 0 | 105 | 40 | 11 | 510 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10011100 | 0 | 1000101 | 100000 | 1001 | 101001000 | 1001101 | 111011 |
Color Harmonies of #E7489C
Complementary color
Monochromatic Colors of #E7489C
Black with #E7489C
Text Example
Text Example
White with #E7489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7489C; }
p { color: rgb(231,72,156); }
H1.HeaderClassName
{
color: #E7489C;
}
.AnyTagClassName
{
color: #E7489C;
}
</style>
background-color css
<style>
a { background-color: #E7489C; }
a { background-color: rgb(231,72,156); }
div.DivClassName
{
background-color: #E7489C;
}
.BgClassName
{
background-color: #E7489C;
}
</style>
border-color css
<style>
span { border-color: #E7489C; }
span { border-color: rgb(231,72,156); }
td.TdClassName
{
border-color: #E7489C;
}
.TagClassName
{
border-color: #E7489C;
}
</style>