Shades of French Rose #EB498D
Tints of French Rose #EB498D
RGB
CMYK
RGB Variations
Color information
#EB498D (or 0xEB498D) is known color: French Rose. HEX triplet: EB, 49 and 8D. RGB value is (235,73,141). Sum of RGB (Red+Green+Blue) = 235+73+141=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB498D is #14B672. Grayscale: #818181. Windows color (decimal): -1357427 or 9259499. OLE color: 9259499.
HSL color Cylindrical-coordinate representation of color #EB498D: hue angle of 334.81º 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 #EB498D is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 141 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.08 |
| HSL | 334.81º | 0.8% | 0.6% | - |
| HSV(B) | 334.81º | 0.69% | 0.92% | - |
| XYZ | 41.45 | 24.35 | 27.71 | - |
| YUV | 129.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 141 | 0 | 0.69 | 0.4 | 0.08 | 334.81 | 0.8 | 0.6 |
| Hex | EB | 49 | 8D | 0 | 45 | 28 | 8 | 14F | 50 | 3C |
| Octal | 353 | 111 | 215 | 0 | 105 | 50 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1001001 | 10001101 | 0 | 1000101 | 101000 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB498D
Complementary color
Monochromatic Colors of #EB498D
Black with #EB498D
Text Example
Text Example
White with #EB498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB498D; }
p { color: rgb(235,73,141); }
H1.HeaderClassName
{
color: #EB498D;
}
.AnyTagClassName
{
color: #EB498D;
}
</style>
background-color css
<style>
a { background-color: #EB498D; }
a { background-color: rgb(235,73,141); }
div.DivClassName
{
background-color: #EB498D;
}
.BgClassName
{
background-color: #EB498D;
}
</style>
border-color css
<style>
span { border-color: #EB498D; }
span { border-color: rgb(235,73,141); }
td.TdClassName
{
border-color: #EB498D;
}
.TagClassName
{
border-color: #EB498D;
}
</style>