Shades of French Rose #EB518B
Tints of French Rose #EB518B
RGB
CMYK
RGB Variations
Color information
#EB518B (or 0xEB518B) is known color: French Rose. HEX triplet: EB, 51 and 8B. RGB value is (235,81,139). Sum of RGB (Red+Green+Blue) = 235+81+139=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB518B is #14AE74. Grayscale: #858585. Windows color (decimal): -1355381 or 9130475. OLE color: 9130475.
HSL color Cylindrical-coordinate representation of color #EB518B: hue angle of 337.4º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB518B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 139 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.08 |
| HSL | 337.4º | 0.79% | 0.62% | - |
| HSV(B) | 337.4º | 0.66% | 0.92% | - |
| XYZ | 41.86 | 25.41 | 27.12 | - |
| YUV | 133.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 139 | 0 | 0.66 | 0.41 | 0.08 | 337.4 | 0.79 | 0.62 |
| Hex | EB | 51 | 8B | 0 | 42 | 29 | 8 | 151 | 4F | 3E |
| Octal | 353 | 121 | 213 | 0 | 102 | 51 | 10 | 521 | 117 | 76 |
| Binary | 11101011 | 1010001 | 10001011 | 0 | 1000010 | 101001 | 1000 | 101010001 | 1001111 | 111110 |
Color Harmonies of #EB518B
Complementary color
Monochromatic Colors of #EB518B
Black with #EB518B
Text Example
Text Example
White with #EB518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB518B; }
p { color: rgb(235,81,139); }
H1.HeaderClassName
{
color: #EB518B;
}
.AnyTagClassName
{
color: #EB518B;
}
</style>
background-color css
<style>
a { background-color: #EB518B; }
a { background-color: rgb(235,81,139); }
div.DivClassName
{
background-color: #EB518B;
}
.BgClassName
{
background-color: #EB518B;
}
</style>
border-color css
<style>
span { border-color: #EB518B; }
span { border-color: rgb(235,81,139); }
td.TdClassName
{
border-color: #EB518B;
}
.TagClassName
{
border-color: #EB518B;
}
</style>