Shades of French Rose #EB488D
Tints of French Rose #EB488D
RGB
CMYK
RGB Variations
Color information
#EB488D (or 0xEB488D) is known color: French Rose. HEX triplet: EB, 48 and 8D. RGB value is (235,72,141). Sum of RGB (Red+Green+Blue) = 235+72+141=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB488D is #14B772. Grayscale: #808080. Windows color (decimal): -1357683 or 9259243. OLE color: 9259243.
HSL color Cylindrical-coordinate representation of color #EB488D: hue angle of 334.6º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB488D is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 141 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.08 |
| HSL | 334.6º | 0.8% | 0.6% | - |
| HSV(B) | 334.6º | 0.69% | 0.92% | - |
| XYZ | 41.39 | 24.22 | 27.69 | - |
| YUV | 128.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 141 | 0 | 0.69 | 0.4 | 0.08 | 334.6 | 0.8 | 0.6 |
| Hex | EB | 48 | 8D | 0 | 45 | 28 | 8 | 14F | 50 | 3C |
| Octal | 353 | 110 | 215 | 0 | 105 | 50 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1001000 | 10001101 | 0 | 1000101 | 101000 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB488D
Complementary color
Monochromatic Colors of #EB488D
Black with #EB488D
Text Example
Text Example
White with #EB488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB488D; }
p { color: rgb(235,72,141); }
H1.HeaderClassName
{
color: #EB488D;
}
.AnyTagClassName
{
color: #EB488D;
}
</style>
background-color css
<style>
a { background-color: #EB488D; }
a { background-color: rgb(235,72,141); }
div.DivClassName
{
background-color: #EB488D;
}
.BgClassName
{
background-color: #EB488D;
}
</style>
border-color css
<style>
span { border-color: #EB488D; }
span { border-color: rgb(235,72,141); }
td.TdClassName
{
border-color: #EB488D;
}
.TagClassName
{
border-color: #EB488D;
}
</style>