Shades of Froly #ED6373
Tints of Froly #ED6373
RGB
CMYK
RGB Variations
Color information
#ED6373 (or 0xED6373) is known color: Froly. HEX triplet: ED, 63 and 73. RGB value is (237,99,115). Sum of RGB (Red+Green+Blue) = 237+99+115=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6373 is #129C8C. Grayscale: #8E8E8E. Windows color (decimal): -1219725 or 7562221. OLE color: 7562221.
HSL color Cylindrical-coordinate representation of color #ED6373: hue angle of 353.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6373 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 115 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 353.04º | 0.79% | 0.66% | - |
| HSV(B) | 353.04º | 0.58% | 0.93% | - |
| XYZ | 42.48 | 28.17 | 19.42 | - |
| YUV | 142.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 115 | 0 | 0.58 | 0.51 | 0.07 | 353.04 | 0.79 | 0.66 |
| Hex | ED | 63 | 73 | 0 | 3A | 33 | 7 | 161 | 4F | 42 |
| Octal | 355 | 143 | 163 | 0 | 72 | 63 | 7 | 541 | 117 | 102 |
| Binary | 11101101 | 1100011 | 1110011 | 0 | 111010 | 110011 | 111 | 101100001 | 1001111 | 1000010 |
Color Harmonies of #ED6373
Complementary color
Monochromatic Colors of #ED6373
Black with #ED6373
Text Example
Text Example
White with #ED6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6373; }
p { color: rgb(237,99,115); }
H1.HeaderClassName
{
color: #ED6373;
}
.AnyTagClassName
{
color: #ED6373;
}
</style>
background-color css
<style>
a { background-color: #ED6373; }
a { background-color: rgb(237,99,115); }
div.DivClassName
{
background-color: #ED6373;
}
.BgClassName
{
background-color: #ED6373;
}
</style>
border-color css
<style>
span { border-color: #ED6373; }
span { border-color: rgb(237,99,115); }
td.TdClassName
{
border-color: #ED6373;
}
.TagClassName
{
border-color: #ED6373;
}
</style>