Shades of French Rose #EB528D
Tints of French Rose #EB528D
RGB
CMYK
RGB Variations
Color information
#EB528D (or 0xEB528D) is known color: French Rose. HEX triplet: EB, 52 and 8D. RGB value is (235,82,141). Sum of RGB (Red+Green+Blue) = 235+82+141=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB528D is #14AD72. Grayscale: #868686. Windows color (decimal): -1355123 or 9261803. OLE color: 9261803.
HSL color Cylindrical-coordinate representation of color #EB528D: hue angle of 336.86º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB528D is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 141 | - |
| CMYK | 0 | 0.65 | 0.4 | 0.08 |
| HSL | 336.86º | 0.79% | 0.62% | - |
| HSV(B) | 336.86º | 0.65% | 0.92% | - |
| XYZ | 42.09 | 25.62 | 27.93 | - |
| YUV | 134.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 141 | 0 | 0.65 | 0.4 | 0.08 | 336.86 | 0.79 | 0.62 |
| Hex | EB | 52 | 8D | 0 | 41 | 28 | 8 | 151 | 4F | 3E |
| Octal | 353 | 122 | 215 | 0 | 101 | 50 | 10 | 521 | 117 | 76 |
| Binary | 11101011 | 1010010 | 10001101 | 0 | 1000001 | 101000 | 1000 | 101010001 | 1001111 | 111110 |
Color Harmonies of #EB528D
Complementary color
Monochromatic Colors of #EB528D
Black with #EB528D
Text Example
Text Example
White with #EB528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB528D; }
p { color: rgb(235,82,141); }
H1.HeaderClassName
{
color: #EB528D;
}
.AnyTagClassName
{
color: #EB528D;
}
</style>
background-color css
<style>
a { background-color: #EB528D; }
a { background-color: rgb(235,82,141); }
div.DivClassName
{
background-color: #EB528D;
}
.BgClassName
{
background-color: #EB528D;
}
</style>
border-color css
<style>
span { border-color: #EB528D; }
span { border-color: rgb(235,82,141); }
td.TdClassName
{
border-color: #EB528D;
}
.TagClassName
{
border-color: #EB528D;
}
</style>