Shades of Froly #ED707F
Tints of Froly #ED707F
RGB
CMYK
RGB Variations
Color information
#ED707F (or 0xED707F) is known color: Froly. HEX triplet: ED, 70 and 7F. RGB value is (237,112,127). Sum of RGB (Red+Green+Blue) = 237+112+127=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED707F is #128F80. Grayscale: #979797. Windows color (decimal): -1216385 or 8351981. OLE color: 8351981.
HSL color Cylindrical-coordinate representation of color #ED707F: hue angle of 352.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED707F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 127 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.07 |
| HSL | 352.8º | 0.78% | 0.68% | - |
| HSV(B) | 352.8º | 0.53% | 0.93% | - |
| XYZ | 44.55 | 31.13 | 23.74 | - |
| YUV | 151.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 127 | 0 | 0.53 | 0.46 | 0.07 | 352.8 | 0.78 | 0.68 |
| Hex | ED | 70 | 7F | 0 | 35 | 2E | 7 | 161 | 4E | 44 |
| Octal | 355 | 160 | 177 | 0 | 65 | 56 | 7 | 541 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1111111 | 0 | 110101 | 101110 | 111 | 101100001 | 1001110 | 1000100 |
Color Harmonies of #ED707F
Complementary color
Monochromatic Colors of #ED707F
Black with #ED707F
Text Example
Text Example
White with #ED707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED707F; }
p { color: rgb(237,112,127); }
H1.HeaderClassName
{
color: #ED707F;
}
.AnyTagClassName
{
color: #ED707F;
}
</style>
background-color css
<style>
a { background-color: #ED707F; }
a { background-color: rgb(237,112,127); }
div.DivClassName
{
background-color: #ED707F;
}
.BgClassName
{
background-color: #ED707F;
}
</style>
border-color css
<style>
span { border-color: #ED707F; }
span { border-color: rgb(237,112,127); }
td.TdClassName
{
border-color: #ED707F;
}
.TagClassName
{
border-color: #ED707F;
}
</style>