Shades of French Rose #ED528F
Tints of French Rose #ED528F
RGB
CMYK
RGB Variations
Color information
#ED528F (or 0xED528F) is known color: French Rose. HEX triplet: ED, 52 and 8F. RGB value is (237,82,143). Sum of RGB (Red+Green+Blue) = 237+82+143=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED528F is #12AD70. Grayscale: #878787. Windows color (decimal): -1224049 or 9392877. OLE color: 9392877.
HSL color Cylindrical-coordinate representation of color #ED528F: hue angle of 336.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED528F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 143 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.07 |
| HSL | 336.39º | 0.81% | 0.63% | - |
| HSV(B) | 336.39º | 0.65% | 0.93% | - |
| XYZ | 42.9 | 26.02 | 28.75 | - |
| YUV | 135.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 143 | 0 | 0.65 | 0.40 | 0.07 | 336.39 | 0.81 | 0.63 |
| Hex | ED | 52 | 8F | 0 | 41 | 28 | 7 | 150 | 51 | 3F |
| Octal | 355 | 122 | 217 | 0 | 101 | 50 | 7 | 520 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10001111 | 0 | 1000001 | 101000 | 111 | 101010000 | 1010001 | 111111 |
Color Harmonies of #ED528F
Complementary color
Monochromatic Colors of #ED528F
Black with #ED528F
Text Example
Text Example
White with #ED528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED528F; }
p { color: rgb(237,82,143); }
H1.HeaderClassName
{
color: #ED528F;
}
.AnyTagClassName
{
color: #ED528F;
}
</style>
background-color css
<style>
a { background-color: #ED528F; }
a { background-color: rgb(237,82,143); }
div.DivClassName
{
background-color: #ED528F;
}
.BgClassName
{
background-color: #ED528F;
}
</style>
border-color css
<style>
span { border-color: #ED528F; }
span { border-color: rgb(237,82,143); }
td.TdClassName
{
border-color: #ED528F;
}
.TagClassName
{
border-color: #ED528F;
}
</style>