Shades of Froly #ED707B
Tints of Froly #ED707B
RGB
CMYK
RGB Variations
Color information
#ED707B (or 0xED707B) is known color: Froly. HEX triplet: ED, 70 and 7B. RGB value is (237,112,123). Sum of RGB (Red+Green+Blue) = 237+112+123=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED707B is #128F84. Grayscale: #969696. Windows color (decimal): -1216389 or 8089837. OLE color: 8089837.
HSL color Cylindrical-coordinate representation of color #ED707B: hue angle of 354.72º 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 #ED707B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 123 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.07 |
| HSL | 354.72º | 0.78% | 0.68% | - |
| HSV(B) | 354.72º | 0.53% | 0.93% | - |
| XYZ | 44.29 | 31.02 | 22.39 | - |
| YUV | 150.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 123 | 0 | 0.53 | 0.48 | 0.07 | 354.72 | 0.78 | 0.68 |
| Hex | ED | 70 | 7B | 0 | 35 | 30 | 7 | 163 | 4E | 44 |
| Octal | 355 | 160 | 173 | 0 | 65 | 60 | 7 | 543 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1111011 | 0 | 110101 | 110000 | 111 | 101100011 | 1001110 | 1000100 |
Color Harmonies of #ED707B
Complementary color
Monochromatic Colors of #ED707B
Black with #ED707B
Text Example
Text Example
White with #ED707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED707B; }
p { color: rgb(237,112,123); }
H1.HeaderClassName
{
color: #ED707B;
}
.AnyTagClassName
{
color: #ED707B;
}
</style>
background-color css
<style>
a { background-color: #ED707B; }
a { background-color: rgb(237,112,123); }
div.DivClassName
{
background-color: #ED707B;
}
.BgClassName
{
background-color: #ED707B;
}
</style>
border-color css
<style>
span { border-color: #ED707B; }
span { border-color: rgb(237,112,123); }
td.TdClassName
{
border-color: #ED707B;
}
.TagClassName
{
border-color: #ED707B;
}
</style>