Shades of Froly #ED697F
Tints of Froly #ED697F
RGB
CMYK
RGB Variations
Color information
#ED697F (or 0xED697F) is known color: Froly. HEX triplet: ED, 69 and 7F. RGB value is (237,105,127). Sum of RGB (Red+Green+Blue) = 237+105+127=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED697F is #129680. Grayscale: #939393. Windows color (decimal): -1218177 or 8350189. OLE color: 8350189.
HSL color Cylindrical-coordinate representation of color #ED697F: hue angle of 350º 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 #ED697F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 127 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 350º | 0.79% | 0.67% | - |
| HSV(B) | 350º | 0.56% | 0.93% | - |
| XYZ | 43.81 | 29.64 | 23.49 | - |
| YUV | 146.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 127 | 0 | 0.56 | 0.46 | 0.07 | 350 | 0.79 | 0.67 |
| Hex | ED | 69 | 7F | 0 | 38 | 2E | 7 | 15E | 4F | 43 |
| Octal | 355 | 151 | 177 | 0 | 70 | 56 | 7 | 536 | 117 | 103 |
| Binary | 11101101 | 1101001 | 1111111 | 0 | 111000 | 101110 | 111 | 101011110 | 1001111 | 1000011 |
Color Harmonies of #ED697F
Complementary color
Monochromatic Colors of #ED697F
Black with #ED697F
Text Example
Text Example
White with #ED697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED697F; }
p { color: rgb(237,105,127); }
H1.HeaderClassName
{
color: #ED697F;
}
.AnyTagClassName
{
color: #ED697F;
}
</style>
background-color css
<style>
a { background-color: #ED697F; }
a { background-color: rgb(237,105,127); }
div.DivClassName
{
background-color: #ED697F;
}
.BgClassName
{
background-color: #ED697F;
}
</style>
border-color css
<style>
span { border-color: #ED697F; }
span { border-color: rgb(237,105,127); }
td.TdClassName
{
border-color: #ED697F;
}
.TagClassName
{
border-color: #ED697F;
}
</style>