Shades of French Rose #ED508E
Tints of French Rose #ED508E
RGB
CMYK
RGB Variations
Color information
#ED508E (or 0xED508E) is known color: French Rose. HEX triplet: ED, 50 and 8E. RGB value is (237,80,142). Sum of RGB (Red+Green+Blue) = 237+80+142=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED508E is #12AF71. Grayscale: #858585. Windows color (decimal): -1224562 or 9326829. OLE color: 9326829.
HSL color Cylindrical-coordinate representation of color #ED508E: hue angle of 336.31º 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 #ED508E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 142 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.31º | 0.81% | 0.62% | - |
| HSV(B) | 336.31º | 0.66% | 0.93% | - |
| XYZ | 42.68 | 25.69 | 28.3 | - |
| YUV | 134.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 142 | 0 | 0.66 | 0.40 | 0.07 | 336.31 | 0.81 | 0.62 |
| Hex | ED | 50 | 8E | 0 | 42 | 28 | 7 | 150 | 51 | 3E |
| Octal | 355 | 120 | 216 | 0 | 102 | 50 | 7 | 520 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10001110 | 0 | 1000010 | 101000 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #ED508E
Complementary color
Monochromatic Colors of #ED508E
Black with #ED508E
Text Example
Text Example
White with #ED508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED508E; }
p { color: rgb(237,80,142); }
H1.HeaderClassName
{
color: #ED508E;
}
.AnyTagClassName
{
color: #ED508E;
}
</style>
background-color css
<style>
a { background-color: #ED508E; }
a { background-color: rgb(237,80,142); }
div.DivClassName
{
background-color: #ED508E;
}
.BgClassName
{
background-color: #ED508E;
}
</style>
border-color css
<style>
span { border-color: #ED508E; }
span { border-color: rgb(237,80,142); }
td.TdClassName
{
border-color: #ED508E;
}
.TagClassName
{
border-color: #ED508E;
}
</style>