Shades of French Rose #E3478C
Tints of French Rose #E3478C
RGB
CMYK
RGB Variations
Color information
#E3478C (or 0xE3478C) is known color: French Rose. HEX triplet: E3, 47 and 8C. RGB value is (227,71,140). Sum of RGB (Red+Green+Blue) = 227+71+140=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3478C is #1CB873. Grayscale: #7D7D7D. Windows color (decimal): -1882228 or 9193443. OLE color: 9193443.
HSL color Cylindrical-coordinate representation of color #E3478C: hue angle of 333.46º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E3478C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 140 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.11 |
| HSL | 333.46º | 0.74% | 0.58% | - |
| HSV(B) | 333.46º | 0.69% | 0.89% | - |
| XYZ | 38.67 | 22.73 | 27.16 | - |
| YUV | 125.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 140 | 0 | 0.69 | 0.38 | 0.11 | 333.46 | 0.74 | 0.58 |
| Hex | E3 | 47 | 8C | 0 | 45 | 26 | B | 14D | 4A | 3A |
| Octal | 343 | 107 | 214 | 0 | 105 | 46 | 13 | 515 | 112 | 72 |
| Binary | 11100011 | 1000111 | 10001100 | 0 | 1000101 | 100110 | 1011 | 101001101 | 1001010 | 111010 |
Color Harmonies of #E3478C
Complementary color
Monochromatic Colors of #E3478C
Black with #E3478C
Text Example
Text Example
White with #E3478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3478C; }
p { color: rgb(227,71,140); }
H1.HeaderClassName
{
color: #E3478C;
}
.AnyTagClassName
{
color: #E3478C;
}
</style>
background-color css
<style>
a { background-color: #E3478C; }
a { background-color: rgb(227,71,140); }
div.DivClassName
{
background-color: #E3478C;
}
.BgClassName
{
background-color: #E3478C;
}
</style>
border-color css
<style>
span { border-color: #E3478C; }
span { border-color: rgb(227,71,140); }
td.TdClassName
{
border-color: #E3478C;
}
.TagClassName
{
border-color: #E3478C;
}
</style>