Shades of French Rose #EB488C
Tints of French Rose #EB488C
RGB
CMYK
RGB Variations
Color information
#EB488C (or 0xEB488C) is known color: French Rose. HEX triplet: EB, 48 and 8C. RGB value is (235,72,140). Sum of RGB (Red+Green+Blue) = 235+72+140=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB488C is #14B773. Grayscale: #808080. Windows color (decimal): -1357684 or 9193707. OLE color: 9193707.
HSL color Cylindrical-coordinate representation of color #EB488C: hue angle of 334.97º 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 #EB488C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 140 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.08 |
| HSL | 334.97º | 0.8% | 0.6% | - |
| HSV(B) | 334.97º | 0.69% | 0.92% | - |
| XYZ | 41.31 | 24.19 | 27.3 | - |
| YUV | 128.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 140 | 0 | 0.69 | 0.40 | 0.08 | 334.97 | 0.8 | 0.6 |
| Hex | EB | 48 | 8C | 0 | 45 | 28 | 8 | 14F | 50 | 3C |
| Octal | 353 | 110 | 214 | 0 | 105 | 50 | 10 | 517 | 120 | 74 |
| Binary | 11101011 | 1001000 | 10001100 | 0 | 1000101 | 101000 | 1000 | 101001111 | 1010000 | 111100 |
Color Harmonies of #EB488C
Complementary color
Monochromatic Colors of #EB488C
Black with #EB488C
Text Example
Text Example
White with #EB488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB488C; }
p { color: rgb(235,72,140); }
H1.HeaderClassName
{
color: #EB488C;
}
.AnyTagClassName
{
color: #EB488C;
}
</style>
background-color css
<style>
a { background-color: #EB488C; }
a { background-color: rgb(235,72,140); }
div.DivClassName
{
background-color: #EB488C;
}
.BgClassName
{
background-color: #EB488C;
}
</style>
border-color css
<style>
span { border-color: #EB488C; }
span { border-color: rgb(235,72,140); }
td.TdClassName
{
border-color: #EB488C;
}
.TagClassName
{
border-color: #EB488C;
}
</style>