Shades of French Rose #EB498C
Tints of French Rose #EB498C
RGB
CMYK
RGB Variations
Color information
#EB498C (or 0xEB498C) is known color: French Rose. HEX triplet: EB, 49 and 8C. RGB value is (235,73,140). Sum of RGB (Red+Green+Blue) = 235+73+140=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB498C is #14B673. Grayscale: #808080. Windows color (decimal): -1357428 or 9193963. OLE color: 9193963.
HSL color Cylindrical-coordinate representation of color #EB498C: hue angle of 335.19º 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 #EB498C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 140 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.08 |
| HSL | 335.19º | 0.8% | 0.6% | - |
| HSV(B) | 335.19º | 0.69% | 0.92% | - |
| XYZ | 41.38 | 24.32 | 27.32 | - |
| YUV | 129.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 140 | 0 | 0.69 | 0.40 | 0.08 | 335.19 | 0.8 | 0.6 |
| Hex | EB | 49 | 8C | 0 | 45 | 28 | 8 | 14F | 50 | 3C |
| Octal | 353 | 111 | 214 | 0 | 105 | 50 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1001001 | 10001100 | 0 | 1000101 | 101000 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB498C
Complementary color
Monochromatic Colors of #EB498C
Black with #EB498C
Text Example
Text Example
White with #EB498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB498C; }
p { color: rgb(235,73,140); }
H1.HeaderClassName
{
color: #EB498C;
}
.AnyTagClassName
{
color: #EB498C;
}
</style>
background-color css
<style>
a { background-color: #EB498C; }
a { background-color: rgb(235,73,140); }
div.DivClassName
{
background-color: #EB498C;
}
.BgClassName
{
background-color: #EB498C;
}
</style>
border-color css
<style>
span { border-color: #EB498C; }
span { border-color: rgb(235,73,140); }
td.TdClassName
{
border-color: #EB498C;
}
.TagClassName
{
border-color: #EB498C;
}
</style>