Shades of Froly #ED6573
Tints of Froly #ED6573
RGB
CMYK
RGB Variations
Color information
#ED6573 (or 0xED6573) is known color: Froly. HEX triplet: ED, 65 and 73. RGB value is (237,101,115). Sum of RGB (Red+Green+Blue) = 237+101+115=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6573 is #129A8C. Grayscale: #8F8F8F. Windows color (decimal): -1219213 or 7562733. OLE color: 7562733.
HSL color Cylindrical-coordinate representation of color #ED6573: hue angle of 353.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6573 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 115 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.07 |
| HSL | 353.82º | 0.79% | 0.66% | - |
| HSV(B) | 353.82º | 0.57% | 0.93% | - |
| XYZ | 42.67 | 28.55 | 19.48 | - |
| YUV | 143.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 115 | 0 | 0.57 | 0.51 | 0.07 | 353.82 | 0.79 | 0.66 |
| Hex | ED | 65 | 73 | 0 | 39 | 33 | 7 | 162 | 4F | 42 |
| Octal | 355 | 145 | 163 | 0 | 71 | 63 | 7 | 542 | 117 | 102 |
| Binary | 11101101 | 1100101 | 1110011 | 0 | 111001 | 110011 | 111 | 101100010 | 1001111 | 1000010 |
Color Harmonies of #ED6573
Complementary color
Monochromatic Colors of #ED6573
Black with #ED6573
Text Example
Text Example
White with #ED6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6573; }
p { color: rgb(237,101,115); }
H1.HeaderClassName
{
color: #ED6573;
}
.AnyTagClassName
{
color: #ED6573;
}
</style>
background-color css
<style>
a { background-color: #ED6573; }
a { background-color: rgb(237,101,115); }
div.DivClassName
{
background-color: #ED6573;
}
.BgClassName
{
background-color: #ED6573;
}
</style>
border-color css
<style>
span { border-color: #ED6573; }
span { border-color: rgb(237,101,115); }
td.TdClassName
{
border-color: #ED6573;
}
.TagClassName
{
border-color: #ED6573;
}
</style>