Shades of French Rose #ED5197
Tints of French Rose #ED5197
RGB
CMYK
RGB Variations
Color information
#ED5197 (or 0xED5197) is known color: French Rose. HEX triplet: ED, 51 and 97. RGB value is (237,81,151). Sum of RGB (Red+Green+Blue) = 237+81+151=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5197 is #12AE68. Grayscale: #878787. Windows color (decimal): -1224297 or 9916909. OLE color: 9916909.
HSL color Cylindrical-coordinate representation of color #ED5197: hue angle of 333.08º 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 #ED5197 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 151 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.07 |
| HSL | 333.08º | 0.81% | 0.62% | - |
| HSV(B) | 333.08º | 0.66% | 0.93% | - |
| XYZ | 43.45 | 26.12 | 32.03 | - |
| YUV | 135.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 151 | 0 | 0.66 | 0.36 | 0.07 | 333.08 | 0.81 | 0.62 |
| Hex | ED | 51 | 97 | 0 | 42 | 24 | 7 | 14D | 51 | 3E |
| Octal | 355 | 121 | 227 | 0 | 102 | 44 | 7 | 515 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10010111 | 0 | 1000010 | 100100 | 111 | 101001101 | 1010001 | 111110 |
Color Harmonies of #ED5197
Complementary color
Monochromatic Colors of #ED5197
Black with #ED5197
Text Example
Text Example
White with #ED5197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5197; }
p { color: rgb(237,81,151); }
H1.HeaderClassName
{
color: #ED5197;
}
.AnyTagClassName
{
color: #ED5197;
}
</style>
background-color css
<style>
a { background-color: #ED5197; }
a { background-color: rgb(237,81,151); }
div.DivClassName
{
background-color: #ED5197;
}
.BgClassName
{
background-color: #ED5197;
}
</style>
border-color css
<style>
span { border-color: #ED5197; }
span { border-color: rgb(237,81,151); }
td.TdClassName
{
border-color: #ED5197;
}
.TagClassName
{
border-color: #ED5197;
}
</style>