Shades of French Rose #ED508F
Tints of French Rose #ED508F
RGB
CMYK
RGB Variations
Color information
#ED508F (or 0xED508F) is known color: French Rose. HEX triplet: ED, 50 and 8F. RGB value is (237,80,143). Sum of RGB (Red+Green+Blue) = 237+80+143=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED508F is #12AF70. Grayscale: #868686. Windows color (decimal): -1224561 or 9392365. OLE color: 9392365.
HSL color Cylindrical-coordinate representation of color #ED508F: hue angle of 335.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED508F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 143 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 335.92º | 0.81% | 0.62% | - |
| HSV(B) | 335.92º | 0.66% | 0.93% | - |
| XYZ | 42.75 | 25.73 | 28.7 | - |
| YUV | 134.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 143 | 0 | 0.66 | 0.40 | 0.07 | 335.92 | 0.81 | 0.62 |
| Hex | ED | 50 | 8F | 0 | 42 | 28 | 7 | 150 | 51 | 3E |
| Octal | 355 | 120 | 217 | 0 | 102 | 50 | 7 | 520 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10001111 | 0 | 1000010 | 101000 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #ED508F
Complementary color
Monochromatic Colors of #ED508F
Black with #ED508F
Text Example
Text Example
White with #ED508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED508F; }
p { color: rgb(237,80,143); }
H1.HeaderClassName
{
color: #ED508F;
}
.AnyTagClassName
{
color: #ED508F;
}
</style>
background-color css
<style>
a { background-color: #ED508F; }
a { background-color: rgb(237,80,143); }
div.DivClassName
{
background-color: #ED508F;
}
.BgClassName
{
background-color: #ED508F;
}
</style>
border-color css
<style>
span { border-color: #ED508F; }
span { border-color: rgb(237,80,143); }
td.TdClassName
{
border-color: #ED508F;
}
.TagClassName
{
border-color: #ED508F;
}
</style>