Shades of Froly #ED6168
Tints of Froly #ED6168
RGB
CMYK
RGB Variations
Color information
#ED6168 (or 0xED6168) is known color: Froly. HEX triplet: ED, 61 and 68. RGB value is (237,97,104). Sum of RGB (Red+Green+Blue) = 237+97+104=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6168 is #129E97. Grayscale: #8B8B8B. Windows color (decimal): -1220248 or 6840813. OLE color: 6840813.
HSL color Cylindrical-coordinate representation of color #ED6168: hue angle of 357º 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 #ED6168 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 104 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.07 |
| HSL | 357º | 0.8% | 0.65% | - |
| HSV(B) | 357º | 0.59% | 0.93% | - |
| XYZ | 41.7 | 27.55 | 16.22 | - |
| YUV | 139.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 104 | 0 | 0.59 | 0.56 | 0.07 | 357 | 0.8 | 0.65 |
| Hex | ED | 61 | 68 | 0 | 3B | 38 | 7 | 165 | 50 | 41 |
| Octal | 355 | 141 | 150 | 0 | 73 | 70 | 7 | 545 | 120 | 101 |
| Binary | 11101101 | 1100001 | 1101000 | 0 | 111011 | 111000 | 111 | 101100101 | 1010000 | 1000001 |
Color Harmonies of #ED6168
Complementary color
Monochromatic Colors of #ED6168
Black with #ED6168
Text Example
Text Example
White with #ED6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6168; }
p { color: rgb(237,97,104); }
H1.HeaderClassName
{
color: #ED6168;
}
.AnyTagClassName
{
color: #ED6168;
}
</style>
background-color css
<style>
a { background-color: #ED6168; }
a { background-color: rgb(237,97,104); }
div.DivClassName
{
background-color: #ED6168;
}
.BgClassName
{
background-color: #ED6168;
}
</style>
border-color css
<style>
span { border-color: #ED6168; }
span { border-color: rgb(237,97,104); }
td.TdClassName
{
border-color: #ED6168;
}
.TagClassName
{
border-color: #ED6168;
}
</style>