Shades of Froly #ED6C76
Tints of Froly #ED6C76
RGB
CMYK
RGB Variations
Color information
#ED6C76 (or 0xED6C76) is known color: Froly. HEX triplet: ED, 6C and 76. RGB value is (237,108,118). Sum of RGB (Red+Green+Blue) = 237+108+118=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C76 is #129389. Grayscale: #939393. Windows color (decimal): -1217418 or 7761133. OLE color: 7761133.
HSL color Cylindrical-coordinate representation of color #ED6C76: hue angle of 355.35º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6C76 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 118 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.07 |
| HSL | 355.35º | 0.78% | 0.68% | - |
| HSV(B) | 355.35º | 0.54% | 0.93% | - |
| XYZ | 43.56 | 30.04 | 20.64 | - |
| YUV | 147.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 118 | 0 | 0.54 | 0.50 | 0.07 | 355.35 | 0.78 | 0.68 |
| Hex | ED | 6C | 76 | 0 | 36 | 32 | 7 | 163 | 4E | 44 |
| Octal | 355 | 154 | 166 | 0 | 66 | 62 | 7 | 543 | 116 | 104 |
| Binary | 11101101 | 1101100 | 1110110 | 0 | 110110 | 110010 | 111 | 101100011 | 1001110 | 1000100 |
Color Harmonies of #ED6C76
Complementary color
Monochromatic Colors of #ED6C76
Black with #ED6C76
Text Example
Text Example
White with #ED6C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6C76; }
p { color: rgb(237,108,118); }
H1.HeaderClassName
{
color: #ED6C76;
}
.AnyTagClassName
{
color: #ED6C76;
}
</style>
background-color css
<style>
a { background-color: #ED6C76; }
a { background-color: rgb(237,108,118); }
div.DivClassName
{
background-color: #ED6C76;
}
.BgClassName
{
background-color: #ED6C76;
}
</style>
border-color css
<style>
span { border-color: #ED6C76; }
span { border-color: rgb(237,108,118); }
td.TdClassName
{
border-color: #ED6C76;
}
.TagClassName
{
border-color: #ED6C76;
}
</style>