Shades of French Rose #ED538C
Tints of French Rose #ED538C
RGB
CMYK
RGB Variations
Color information
#ED538C (or 0xED538C) is known color: French Rose. HEX triplet: ED, 53 and 8C. RGB value is (237,83,140). Sum of RGB (Red+Green+Blue) = 237+83+140=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED538C is #12AC73. Grayscale: #878787. Windows color (decimal): -1223796 or 9196525. OLE color: 9196525.
HSL color Cylindrical-coordinate representation of color #ED538C: hue angle of 337.79º 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 #ED538C is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 140 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.07 |
| HSL | 337.79º | 0.81% | 0.63% | - |
| HSV(B) | 337.79º | 0.65% | 0.93% | - |
| XYZ | 42.75 | 26.08 | 27.59 | - |
| YUV | 135.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 140 | 0 | 0.65 | 0.41 | 0.07 | 337.79 | 0.81 | 0.63 |
| Hex | ED | 53 | 8C | 0 | 41 | 29 | 7 | 152 | 51 | 3F |
| Octal | 355 | 123 | 214 | 0 | 101 | 51 | 7 | 522 | 121 | 77 |
| Binary | 11101101 | 1010011 | 10001100 | 0 | 1000001 | 101001 | 111 | 101010010 | 1010001 | 111111 |
Color Harmonies of #ED538C
Complementary color
Monochromatic Colors of #ED538C
Black with #ED538C
Text Example
Text Example
White with #ED538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED538C; }
p { color: rgb(237,83,140); }
H1.HeaderClassName
{
color: #ED538C;
}
.AnyTagClassName
{
color: #ED538C;
}
</style>
background-color css
<style>
a { background-color: #ED538C; }
a { background-color: rgb(237,83,140); }
div.DivClassName
{
background-color: #ED538C;
}
.BgClassName
{
background-color: #ED538C;
}
</style>
border-color css
<style>
span { border-color: #ED538C; }
span { border-color: rgb(237,83,140); }
td.TdClassName
{
border-color: #ED538C;
}
.TagClassName
{
border-color: #ED538C;
}
</style>