Shades of Froly #ED6D7B
Tints of Froly #ED6D7B
RGB
CMYK
RGB Variations
Color information
#ED6D7B (or 0xED6D7B) is known color: Froly. HEX triplet: ED, 6D and 7B. RGB value is (237,109,123). Sum of RGB (Red+Green+Blue) = 237+109+123=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6D7B is #129284. Grayscale: #949494. Windows color (decimal): -1217157 or 8089069. OLE color: 8089069.
HSL color Cylindrical-coordinate representation of color #ED6D7B: hue angle of 353.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6D7B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 123 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.07 |
| HSL | 353.44º | 0.78% | 0.68% | - |
| HSV(B) | 353.44º | 0.54% | 0.93% | - |
| XYZ | 43.97 | 30.37 | 22.28 | - |
| YUV | 148.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 123 | 0 | 0.54 | 0.48 | 0.07 | 353.44 | 0.78 | 0.68 |
| Hex | ED | 6D | 7B | 0 | 36 | 30 | 7 | 161 | 4E | 44 |
| Octal | 355 | 155 | 173 | 0 | 66 | 60 | 7 | 541 | 116 | 104 |
| Binary | 11101101 | 1101101 | 1111011 | 0 | 110110 | 110000 | 111 | 101100001 | 1001110 | 1000100 |
Color Harmonies of #ED6D7B
Complementary color
Monochromatic Colors of #ED6D7B
Black with #ED6D7B
Text Example
Text Example
White with #ED6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D7B; }
p { color: rgb(237,109,123); }
H1.HeaderClassName
{
color: #ED6D7B;
}
.AnyTagClassName
{
color: #ED6D7B;
}
</style>
background-color css
<style>
a { background-color: #ED6D7B; }
a { background-color: rgb(237,109,123); }
div.DivClassName
{
background-color: #ED6D7B;
}
.BgClassName
{
background-color: #ED6D7B;
}
</style>
border-color css
<style>
span { border-color: #ED6D7B; }
span { border-color: rgb(237,109,123); }
td.TdClassName
{
border-color: #ED6D7B;
}
.TagClassName
{
border-color: #ED6D7B;
}
</style>