Shades of French Rose #ED508C
Tints of French Rose #ED508C
RGB
CMYK
RGB Variations
Color information
#ED508C (or 0xED508C) is known color: French Rose. HEX triplet: ED, 50 and 8C. RGB value is (237,80,140). Sum of RGB (Red+Green+Blue) = 237+80+140=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED508C is #12AF73. Grayscale: #858585. Windows color (decimal): -1224564 or 9195757. OLE color: 9195757.
HSL color Cylindrical-coordinate representation of color #ED508C: hue angle of 337.07º 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 #ED508C is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 140 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.07 |
| HSL | 337.07º | 0.81% | 0.62% | - |
| HSV(B) | 337.07º | 0.66% | 0.93% | - |
| XYZ | 42.53 | 25.64 | 27.52 | - |
| YUV | 133.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 140 | 0 | 0.66 | 0.41 | 0.07 | 337.07 | 0.81 | 0.62 |
| Hex | ED | 50 | 8C | 0 | 42 | 29 | 7 | 151 | 51 | 3E |
| Octal | 355 | 120 | 214 | 0 | 102 | 51 | 7 | 521 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10001100 | 0 | 1000010 | 101001 | 111 | 101010001 | 1010001 | 111110 |
Color Harmonies of #ED508C
Complementary color
Monochromatic Colors of #ED508C
Black with #ED508C
Text Example
Text Example
White with #ED508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED508C; }
p { color: rgb(237,80,140); }
H1.HeaderClassName
{
color: #ED508C;
}
.AnyTagClassName
{
color: #ED508C;
}
</style>
background-color css
<style>
a { background-color: #ED508C; }
a { background-color: rgb(237,80,140); }
div.DivClassName
{
background-color: #ED508C;
}
.BgClassName
{
background-color: #ED508C;
}
</style>
border-color css
<style>
span { border-color: #ED508C; }
span { border-color: rgb(237,80,140); }
td.TdClassName
{
border-color: #ED508C;
}
.TagClassName
{
border-color: #ED508C;
}
</style>