Shades of French Rose #E8478B
Tints of French Rose #E8478B
RGB
CMYK
RGB Variations
Color information
#E8478B (or 0xE8478B) is known color: French Rose. HEX triplet: E8, 47 and 8B. RGB value is (232,71,139). Sum of RGB (Red+Green+Blue) = 232+71+139=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8478B is #17B874. Grayscale: #7E7E7E. Windows color (decimal): -1554549 or 9127912. OLE color: 9127912.
HSL color Cylindrical-coordinate representation of color #E8478B: hue angle of 334.66º degrees, saturation: 0.78, 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 #E8478B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 139 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.09 |
| HSL | 334.66º | 0.78% | 0.59% | - |
| HSV(B) | 334.66º | 0.69% | 0.91% | - |
| XYZ | 40.19 | 23.53 | 26.85 | - |
| YUV | 126.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 139 | 0 | 0.69 | 0.40 | 0.09 | 334.66 | 0.78 | 0.59 |
| Hex | E8 | 47 | 8B | 0 | 45 | 28 | 9 | 14F | 4E | 3B |
| Octal | 350 | 107 | 213 | 0 | 105 | 50 | 11 | 517 | 116 | 73 |
| Binary | 11101000 | 1000111 | 10001011 | 0 | 1000101 | 101000 | 1001 | 101001111 | 1001110 | 111011 |
Color Harmonies of #E8478B
Complementary color
Monochromatic Colors of #E8478B
Black with #E8478B
Text Example
Text Example
White with #E8478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8478B; }
p { color: rgb(232,71,139); }
H1.HeaderClassName
{
color: #E8478B;
}
.AnyTagClassName
{
color: #E8478B;
}
</style>
background-color css
<style>
a { background-color: #E8478B; }
a { background-color: rgb(232,71,139); }
div.DivClassName
{
background-color: #E8478B;
}
.BgClassName
{
background-color: #E8478B;
}
</style>
border-color css
<style>
span { border-color: #E8478B; }
span { border-color: rgb(232,71,139); }
td.TdClassName
{
border-color: #E8478B;
}
.TagClassName
{
border-color: #E8478B;
}
</style>