Shades of Froly #ED696D
Tints of Froly #ED696D
RGB
CMYK
RGB Variations
Color information
#ED696D (or 0xED696D) is known color: Froly. HEX triplet: ED, 69 and 6D. RGB value is (237,105,109). Sum of RGB (Red+Green+Blue) = 237+105+109=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696D is #129692. Grayscale: #919191. Windows color (decimal): -1218195 or 7170541. OLE color: 7170541.
HSL color Cylindrical-coordinate representation of color #ED696D: hue angle of 358.18º 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 #ED696D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 109 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.07 |
| HSL | 358.18º | 0.79% | 0.67% | - |
| HSV(B) | 358.18º | 0.56% | 0.93% | - |
| XYZ | 42.74 | 29.21 | 17.85 | - |
| YUV | 144.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 109 | 0 | 0.56 | 0.54 | 0.07 | 358.18 | 0.79 | 0.67 |
| Hex | ED | 69 | 6D | 0 | 38 | 36 | 7 | 166 | 4F | 43 |
| Octal | 355 | 151 | 155 | 0 | 70 | 66 | 7 | 546 | 117 | 103 |
| Binary | 11101101 | 1101001 | 1101101 | 0 | 111000 | 110110 | 111 | 101100110 | 1001111 | 1000011 |
Color Harmonies of #ED696D
Complementary color
Monochromatic Colors of #ED696D
Black with #ED696D
Text Example
Text Example
White with #ED696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED696D; }
p { color: rgb(237,105,109); }
H1.HeaderClassName
{
color: #ED696D;
}
.AnyTagClassName
{
color: #ED696D;
}
</style>
background-color css
<style>
a { background-color: #ED696D; }
a { background-color: rgb(237,105,109); }
div.DivClassName
{
background-color: #ED696D;
}
.BgClassName
{
background-color: #ED696D;
}
</style>
border-color css
<style>
span { border-color: #ED696D; }
span { border-color: rgb(237,105,109); }
td.TdClassName
{
border-color: #ED696D;
}
.TagClassName
{
border-color: #ED696D;
}
</style>