Shades of French Rose #EB478E
Tints of French Rose #EB478E
RGB
CMYK
RGB Variations
Color information
#EB478E (or 0xEB478E) is known color: French Rose. HEX triplet: EB, 47 and 8E. RGB value is (235,71,142). Sum of RGB (Red+Green+Blue) = 235+71+142=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478E is #14B871. Grayscale: #808080. Windows color (decimal): -1357938 or 9324523. OLE color: 9324523.
HSL color Cylindrical-coordinate representation of color #EB478E: hue angle of 334.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB478E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 142 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.08 |
| HSL | 334.02º | 0.8% | 0.6% | - |
| HSV(B) | 334.02º | 0.7% | 0.92% | - |
| XYZ | 41.4 | 24.12 | 28.07 | - |
| YUV | 128.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 142 | 0 | 0.70 | 0.40 | 0.08 | 334.02 | 0.8 | 0.6 |
| Hex | EB | 47 | 8E | 0 | 46 | 28 | 8 | 14E | 50 | 3C |
| Octal | 353 | 107 | 216 | 0 | 106 | 50 | 10 | 516 | 120 | 74 |
| Binary | 11101011 | 1000111 | 10001110 | 0 | 1000110 | 101000 | 1000 | 101001110 | 1010000 | 111100 |
Color Harmonies of #EB478E
Complementary color
Monochromatic Colors of #EB478E
Black with #EB478E
Text Example
Text Example
White with #EB478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB478E; }
p { color: rgb(235,71,142); }
H1.HeaderClassName
{
color: #EB478E;
}
.AnyTagClassName
{
color: #EB478E;
}
</style>
background-color css
<style>
a { background-color: #EB478E; }
a { background-color: rgb(235,71,142); }
div.DivClassName
{
background-color: #EB478E;
}
.BgClassName
{
background-color: #EB478E;
}
</style>
border-color css
<style>
span { border-color: #EB478E; }
span { border-color: rgb(235,71,142); }
td.TdClassName
{
border-color: #EB478E;
}
.TagClassName
{
border-color: #EB478E;
}
</style>