Shades of Froly #ED6062
Tints of Froly #ED6062
RGB
CMYK
RGB Variations
Color information
#ED6062 (or 0xED6062) is known color: Froly. HEX triplet: ED, 60 and 62. RGB value is (237,96,98). Sum of RGB (Red+Green+Blue) = 237+96+98=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6062 is #129F9D. Grayscale: #8A8A8A. Windows color (decimal): -1220510 or 6447341. OLE color: 6447341.
HSL color Cylindrical-coordinate representation of color #ED6062: hue angle of 359.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6062 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 98 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.07 |
| HSL | 359.15º | 0.8% | 0.65% | - |
| HSV(B) | 359.15º | 0.59% | 0.93% | - |
| XYZ | 41.31 | 27.25 | 14.64 | - |
| YUV | 138.39 | 105.21 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 98 | 0 | 0.59 | 0.59 | 0.07 | 359.15 | 0.8 | 0.65 |
| Hex | ED | 60 | 62 | 0 | 3B | 3B | 7 | 167 | 50 | 41 |
| Octal | 355 | 140 | 142 | 0 | 73 | 73 | 7 | 547 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1100010 | 0 | 111011 | 111011 | 111 | 101100111 | 1010000 | 1000001 |
Color Harmonies of #ED6062
Complementary color
Monochromatic Colors of #ED6062
Black with #ED6062
Text Example
Text Example
White with #ED6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6062; }
p { color: rgb(237,96,98); }
H1.HeaderClassName
{
color: #ED6062;
}
.AnyTagClassName
{
color: #ED6062;
}
</style>
background-color css
<style>
a { background-color: #ED6062; }
a { background-color: rgb(237,96,98); }
div.DivClassName
{
background-color: #ED6062;
}
.BgClassName
{
background-color: #ED6062;
}
</style>
border-color css
<style>
span { border-color: #ED6062; }
span { border-color: rgb(237,96,98); }
td.TdClassName
{
border-color: #ED6062;
}
.TagClassName
{
border-color: #ED6062;
}
</style>