Shades of French Rose #E6478B
Tints of French Rose #E6478B
RGB
CMYK
RGB Variations
Color information
#E6478B (or 0xE6478B) is known color: French Rose. HEX triplet: E6, 47 and 8B. RGB value is (230,71,139). Sum of RGB (Red+Green+Blue) = 230+71+139=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6478B is #19B874. Grayscale: #7E7E7E. Windows color (decimal): -1685621 or 9127910. OLE color: 9127910.
HSL color Cylindrical-coordinate representation of color #E6478B: hue angle of 334.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6478B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 139 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.10 |
| HSL | 334.34º | 0.76% | 0.59% | - |
| HSV(B) | 334.34º | 0.69% | 0.9% | - |
| XYZ | 39.55 | 23.19 | 26.82 | - |
| YUV | 126.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 139 | 0 | 0.69 | 0.40 | 0.10 | 334.34 | 0.76 | 0.59 |
| Hex | E6 | 47 | 8B | 0 | 45 | 28 | A | 14E | 4C | 3B |
| Octal | 346 | 107 | 213 | 0 | 105 | 50 | 12 | 516 | 114 | 73 |
| Binary | 11100110 | 1000111 | 10001011 | 0 | 1000101 | 101000 | 1010 | 101001110 | 1001100 | 111011 |
Color Harmonies of #E6478B
Complementary color
Monochromatic Colors of #E6478B
Black with #E6478B
Text Example
Text Example
White with #E6478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6478B; }
p { color: rgb(230,71,139); }
H1.HeaderClassName
{
color: #E6478B;
}
.AnyTagClassName
{
color: #E6478B;
}
</style>
background-color css
<style>
a { background-color: #E6478B; }
a { background-color: rgb(230,71,139); }
div.DivClassName
{
background-color: #E6478B;
}
.BgClassName
{
background-color: #E6478B;
}
</style>
border-color css
<style>
span { border-color: #E6478B; }
span { border-color: rgb(230,71,139); }
td.TdClassName
{
border-color: #E6478B;
}
.TagClassName
{
border-color: #E6478B;
}
</style>