Shades of Froly #ED5F68
Tints of Froly #ED5F68
RGB
CMYK
RGB Variations
Color information
#ED5F68 (or 0xED5F68) is known color: Froly. HEX triplet: ED, 5F and 68. RGB value is (237,95,104). Sum of RGB (Red+Green+Blue) = 237+95+104=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5F68 is #12A097. Grayscale: #8A8A8A. Windows color (decimal): -1220760 or 6840301. OLE color: 6840301.
HSL color Cylindrical-coordinate representation of color #ED5F68: hue angle of 356.2º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5F68 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 104 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.07 |
| HSL | 356.2º | 0.8% | 0.65% | - |
| HSV(B) | 356.2º | 0.6% | 0.93% | - |
| XYZ | 41.52 | 27.19 | 16.16 | - |
| YUV | 138.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 104 | 0 | 0.60 | 0.56 | 0.07 | 356.2 | 0.8 | 0.65 |
| Hex | ED | 5F | 68 | 0 | 3C | 38 | 7 | 164 | 50 | 41 |
| Octal | 355 | 137 | 150 | 0 | 74 | 70 | 7 | 544 | 120 | 101 |
| Binary | 11101101 | 1011111 | 1101000 | 0 | 111100 | 111000 | 111 | 101100100 | 1010000 | 1000001 |
Color Harmonies of #ED5F68
Complementary color
Monochromatic Colors of #ED5F68
Black with #ED5F68
Text Example
Text Example
White with #ED5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5F68; }
p { color: rgb(237,95,104); }
H1.HeaderClassName
{
color: #ED5F68;
}
.AnyTagClassName
{
color: #ED5F68;
}
</style>
background-color css
<style>
a { background-color: #ED5F68; }
a { background-color: rgb(237,95,104); }
div.DivClassName
{
background-color: #ED5F68;
}
.BgClassName
{
background-color: #ED5F68;
}
</style>
border-color css
<style>
span { border-color: #ED5F68; }
span { border-color: rgb(237,95,104); }
td.TdClassName
{
border-color: #ED5F68;
}
.TagClassName
{
border-color: #ED5F68;
}
</style>