Shades of Froly #ED6875
Tints of Froly #ED6875
RGB
CMYK
RGB Variations
Color information
#ED6875 (or 0xED6875) is known color: Froly. HEX triplet: ED, 68 and 75. RGB value is (237,104,117). Sum of RGB (Red+Green+Blue) = 237+104+117=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6875 is #12978A. Grayscale: #919191. Windows color (decimal): -1218443 or 7694573. OLE color: 7694573.
HSL color Cylindrical-coordinate representation of color #ED6875: hue angle of 354.14º 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 #ED6875 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 117 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.07 |
| HSL | 354.14º | 0.79% | 0.67% | - |
| HSV(B) | 354.14º | 0.56% | 0.93% | - |
| XYZ | 43.09 | 29.19 | 20.19 | - |
| YUV | 145.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 117 | 0 | 0.56 | 0.51 | 0.07 | 354.14 | 0.79 | 0.67 |
| Hex | ED | 68 | 75 | 0 | 38 | 33 | 7 | 162 | 4F | 43 |
| Octal | 355 | 150 | 165 | 0 | 70 | 63 | 7 | 542 | 117 | 103 |
| Binary | 11101101 | 1101000 | 1110101 | 0 | 111000 | 110011 | 111 | 101100010 | 1001111 | 1000011 |
Color Harmonies of #ED6875
Complementary color
Monochromatic Colors of #ED6875
Black with #ED6875
Text Example
Text Example
White with #ED6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6875; }
p { color: rgb(237,104,117); }
H1.HeaderClassName
{
color: #ED6875;
}
.AnyTagClassName
{
color: #ED6875;
}
</style>
background-color css
<style>
a { background-color: #ED6875; }
a { background-color: rgb(237,104,117); }
div.DivClassName
{
background-color: #ED6875;
}
.BgClassName
{
background-color: #ED6875;
}
</style>
border-color css
<style>
span { border-color: #ED6875; }
span { border-color: rgb(237,104,117); }
td.TdClassName
{
border-color: #ED6875;
}
.TagClassName
{
border-color: #ED6875;
}
</style>