Shades of French Rose #E7478C
Tints of French Rose #E7478C
RGB
CMYK
RGB Variations
Color information
#E7478C (or 0xE7478C) is known color: French Rose. HEX triplet: E7, 47 and 8C. RGB value is (231,71,140). Sum of RGB (Red+Green+Blue) = 231+71+140=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7478C is #18B873. Grayscale: #7E7E7E. Windows color (decimal): -1620084 or 9193447. OLE color: 9193447.
HSL color Cylindrical-coordinate representation of color #E7478C: hue angle of 334.12º 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 #E7478C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 140 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.09 |
| HSL | 334.13º | 0.77% | 0.59% | - |
| HSV(B) | 334.13º | 0.69% | 0.91% | - |
| XYZ | 39.94 | 23.39 | 27.22 | - |
| YUV | 126.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 140 | 0 | 0.69 | 0.39 | 0.09 | 334.13 | 0.77 | 0.59 |
| Hex | E7 | 47 | 8C | 0 | 45 | 27 | 9 | 14E | 4D | 3B |
| Octal | 347 | 107 | 214 | 0 | 105 | 47 | 11 | 516 | 115 | 73 |
| Binary | 11100111 | 1000111 | 10001100 | 0 | 1000101 | 100111 | 1001 | 101001110 | 1001101 | 111011 |
Color Harmonies of #E7478C
Complementary color
Monochromatic Colors of #E7478C
Black with #E7478C
Text Example
Text Example
White with #E7478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7478C; }
p { color: rgb(231,71,140); }
H1.HeaderClassName
{
color: #E7478C;
}
.AnyTagClassName
{
color: #E7478C;
}
</style>
background-color css
<style>
a { background-color: #E7478C; }
a { background-color: rgb(231,71,140); }
div.DivClassName
{
background-color: #E7478C;
}
.BgClassName
{
background-color: #E7478C;
}
</style>
border-color css
<style>
span { border-color: #E7478C; }
span { border-color: rgb(231,71,140); }
td.TdClassName
{
border-color: #E7478C;
}
.TagClassName
{
border-color: #E7478C;
}
</style>