Shades of Froly #ED6E7E
Tints of Froly #ED6E7E
RGB
CMYK
RGB Variations
Color information
#ED6E7E (or 0xED6E7E) is known color: Froly. HEX triplet: ED, 6E and 7E. RGB value is (237,110,126). Sum of RGB (Red+Green+Blue) = 237+110+126=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6E7E is #129181. Grayscale: #959595. Windows color (decimal): -1216898 or 8285933. OLE color: 8285933.
HSL color Cylindrical-coordinate representation of color #ED6E7E: hue angle of 352.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 #ED6E7E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 126 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.07 |
| HSL | 352.44º | 0.78% | 0.68% | - |
| HSV(B) | 352.44º | 0.54% | 0.93% | - |
| XYZ | 44.27 | 30.66 | 23.32 | - |
| YUV | 149.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 126 | 0 | 0.54 | 0.47 | 0.07 | 352.44 | 0.78 | 0.68 |
| Hex | ED | 6E | 7E | 0 | 36 | 2F | 7 | 160 | 4E | 44 |
| Octal | 355 | 156 | 176 | 0 | 66 | 57 | 7 | 540 | 116 | 104 |
| Binary | 11101101 | 1101110 | 1111110 | 0 | 110110 | 101111 | 111 | 101100000 | 1001110 | 1000100 |
Color Harmonies of #ED6E7E
Complementary color
Monochromatic Colors of #ED6E7E
Black with #ED6E7E
Text Example
Text Example
White with #ED6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E7E; }
p { color: rgb(237,110,126); }
H1.HeaderClassName
{
color: #ED6E7E;
}
.AnyTagClassName
{
color: #ED6E7E;
}
</style>
background-color css
<style>
a { background-color: #ED6E7E; }
a { background-color: rgb(237,110,126); }
div.DivClassName
{
background-color: #ED6E7E;
}
.BgClassName
{
background-color: #ED6E7E;
}
</style>
border-color css
<style>
span { border-color: #ED6E7E; }
span { border-color: rgb(237,110,126); }
td.TdClassName
{
border-color: #ED6E7E;
}
.TagClassName
{
border-color: #ED6E7E;
}
</style>