Shades of Froly #ED676B
Tints of Froly #ED676B
RGB
CMYK
RGB Variations
Color information
#ED676B (or 0xED676B) is known color: Froly. HEX triplet: ED, 67 and 6B. RGB value is (237,103,107). Sum of RGB (Red+Green+Blue) = 237+103+107=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED676B is #129894. Grayscale: #8F8F8F. Windows color (decimal): -1218709 or 7038957. OLE color: 7038957.
HSL color Cylindrical-coordinate representation of color #ED676B: hue angle of 358.21º 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 #ED676B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 107 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.07 |
| HSL | 358.21º | 0.79% | 0.67% | - |
| HSV(B) | 358.21º | 0.57% | 0.93% | - |
| XYZ | 42.43 | 28.77 | 17.23 | - |
| YUV | 143.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 107 | 0 | 0.57 | 0.55 | 0.07 | 358.21 | 0.79 | 0.67 |
| Hex | ED | 67 | 6B | 0 | 39 | 37 | 7 | 166 | 4F | 43 |
| Octal | 355 | 147 | 153 | 0 | 71 | 67 | 7 | 546 | 117 | 103 |
| Binary | 11101101 | 1100111 | 1101011 | 0 | 111001 | 110111 | 111 | 101100110 | 1001111 | 1000011 |
Color Harmonies of #ED676B
Complementary color
Monochromatic Colors of #ED676B
Black with #ED676B
Text Example
Text Example
White with #ED676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED676B; }
p { color: rgb(237,103,107); }
H1.HeaderClassName
{
color: #ED676B;
}
.AnyTagClassName
{
color: #ED676B;
}
</style>
background-color css
<style>
a { background-color: #ED676B; }
a { background-color: rgb(237,103,107); }
div.DivClassName
{
background-color: #ED676B;
}
.BgClassName
{
background-color: #ED676B;
}
</style>
border-color css
<style>
span { border-color: #ED676B; }
span { border-color: rgb(237,103,107); }
td.TdClassName
{
border-color: #ED676B;
}
.TagClassName
{
border-color: #ED676B;
}
</style>