Shades of Froly #ED687E
Tints of Froly #ED687E
RGB
CMYK
RGB Variations
Color information
#ED687E (or 0xED687E) is known color: Froly. HEX triplet: ED, 68 and 7E. RGB value is (237,104,126). Sum of RGB (Red+Green+Blue) = 237+104+126=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687E is #129781. Grayscale: #929292. Windows color (decimal): -1218434 or 8284397. OLE color: 8284397.
HSL color Cylindrical-coordinate representation of color #ED687E: hue angle of 350.08º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED687E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 126 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.07 |
| HSL | 350.08º | 0.79% | 0.67% | - |
| HSV(B) | 350.08º | 0.56% | 0.93% | - |
| XYZ | 43.64 | 29.41 | 23.12 | - |
| YUV | 146.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 126 | 0 | 0.56 | 0.47 | 0.07 | 350.08 | 0.79 | 0.67 |
| Hex | ED | 68 | 7E | 0 | 38 | 2F | 7 | 15E | 4F | 43 |
| Octal | 355 | 150 | 176 | 0 | 70 | 57 | 7 | 536 | 117 | 103 |
| Binary | 11101101 | 1101000 | 1111110 | 0 | 111000 | 101111 | 111 | 101011110 | 1001111 | 1000011 |
Color Harmonies of #ED687E
Complementary color
Monochromatic Colors of #ED687E
Black with #ED687E
Text Example
Text Example
White with #ED687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED687E; }
p { color: rgb(237,104,126); }
H1.HeaderClassName
{
color: #ED687E;
}
.AnyTagClassName
{
color: #ED687E;
}
</style>
background-color css
<style>
a { background-color: #ED687E; }
a { background-color: rgb(237,104,126); }
div.DivClassName
{
background-color: #ED687E;
}
.BgClassName
{
background-color: #ED687E;
}
</style>
border-color css
<style>
span { border-color: #ED687E; }
span { border-color: rgb(237,104,126); }
td.TdClassName
{
border-color: #ED687E;
}
.TagClassName
{
border-color: #ED687E;
}
</style>