Shades of French Rose #EB478C
Tints of French Rose #EB478C
RGB
CMYK
RGB Variations
Color information
#EB478C (or 0xEB478C) is known color: French Rose. HEX triplet: EB, 47 and 8C. RGB value is (235,71,140). Sum of RGB (Red+Green+Blue) = 235+71+140=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB478C is #14B873. Grayscale: #7F7F7F. Windows color (decimal): -1357940 or 9193451. OLE color: 9193451.
HSL color Cylindrical-coordinate representation of color #EB478C: hue angle of 334.76º 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 #EB478C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 140 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.08 |
| HSL | 334.76º | 0.8% | 0.6% | - |
| HSV(B) | 334.76º | 0.7% | 0.92% | - |
| XYZ | 41.25 | 24.06 | 27.28 | - |
| YUV | 127.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 140 | 0 | 0.70 | 0.40 | 0.08 | 334.76 | 0.8 | 0.6 |
| Hex | EB | 47 | 8C | 0 | 46 | 28 | 8 | 14F | 50 | 3C |
| Octal | 353 | 107 | 214 | 0 | 106 | 50 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1000111 | 10001100 | 0 | 1000110 | 101000 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB478C
Complementary color
Monochromatic Colors of #EB478C
Black with #EB478C
Text Example
Text Example
White with #EB478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB478C; }
p { color: rgb(235,71,140); }
H1.HeaderClassName
{
color: #EB478C;
}
.AnyTagClassName
{
color: #EB478C;
}
</style>
background-color css
<style>
a { background-color: #EB478C; }
a { background-color: rgb(235,71,140); }
div.DivClassName
{
background-color: #EB478C;
}
.BgClassName
{
background-color: #EB478C;
}
</style>
border-color css
<style>
span { border-color: #EB478C; }
span { border-color: rgb(235,71,140); }
td.TdClassName
{
border-color: #EB478C;
}
.TagClassName
{
border-color: #EB478C;
}
</style>