Shades of Froly #ED676C
Tints of Froly #ED676C
RGB
CMYK
RGB Variations
Color information
#ED676C (or 0xED676C) is known color: Froly. HEX triplet: ED, 67 and 6C. RGB value is (237,103,108). Sum of RGB (Red+Green+Blue) = 237+103+108=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED676C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED676C is #129893. Grayscale: #8F8F8F. Windows color (decimal): -1218708 or 7104493. OLE color: 7104493.
HSL color Cylindrical-coordinate representation of color #ED676C: hue angle of 357.76º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED676C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 108 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.07 |
| HSL | 357.76º | 0.79% | 0.67% | - |
| HSV(B) | 357.76º | 0.57% | 0.93% | - |
| XYZ | 42.48 | 28.79 | 17.5 | - |
| YUV | 143.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 108 | 0 | 0.57 | 0.54 | 0.07 | 357.76 | 0.79 | 0.67 |
| Hex | ED | 67 | 6C | 0 | 39 | 36 | 7 | 166 | 4F | 43 |
| Octal | 355 | 147 | 154 | 0 | 71 | 66 | 7 | 546 | 117 | 103 |
| Binary | 11101101 | 1100111 | 1101100 | 0 | 111001 | 110110 | 111 | 101100110 | 1001111 | 1000011 |
Color Harmonies of #ED676C
Complementary color
Monochromatic Colors of #ED676C
Black with #ED676C
Text Example
Text Example
White with #ED676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED676C; }
p { color: rgb(237,103,108); }
H1.HeaderClassName
{
color: #ED676C;
}
.AnyTagClassName
{
color: #ED676C;
}
</style>
background-color css
<style>
a { background-color: #ED676C; }
a { background-color: rgb(237,103,108); }
div.DivClassName
{
background-color: #ED676C;
}
.BgClassName
{
background-color: #ED676C;
}
</style>
border-color css
<style>
span { border-color: #ED676C; }
span { border-color: rgb(237,103,108); }
td.TdClassName
{
border-color: #ED676C;
}
.TagClassName
{
border-color: #ED676C;
}
</style>