Shades of Froly #ED7E80
Tints of Froly #ED7E80
RGB
CMYK
RGB Variations
Color information
#ED7E80 (or 0xED7E80) is known color: Froly. HEX triplet: ED, 7E and 80. RGB value is (237,126,128). Sum of RGB (Red+Green+Blue) = 237+126+128=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E80 is #12817F. Grayscale: #9F9F9F. Windows color (decimal): -1212800 or 8421101. OLE color: 8421101.
HSL color Cylindrical-coordinate representation of color #ED7E80: hue angle of 358.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7E80 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 128 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.07 |
| HSL | 358.92º | 0.76% | 0.71% | - |
| HSV(B) | 358.92º | 0.47% | 0.93% | - |
| XYZ | 46.28 | 34.48 | 24.64 | - |
| YUV | 159.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 128 | 0 | 0.47 | 0.46 | 0.07 | 358.92 | 0.76 | 0.71 |
| Hex | ED | 7E | 80 | 0 | 2F | 2E | 7 | 167 | 4C | 47 |
| Octal | 355 | 176 | 200 | 0 | 57 | 56 | 7 | 547 | 114 | 107 |
| Binary | 11101101 | 1111110 | 10000000 | 0 | 101111 | 101110 | 111 | 101100111 | 1001100 | 1000111 |
Color Harmonies of #ED7E80
Complementary color
Monochromatic Colors of #ED7E80
Black with #ED7E80
Text Example
Text Example
White with #ED7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E80; }
p { color: rgb(237,126,128); }
H1.HeaderClassName
{
color: #ED7E80;
}
.AnyTagClassName
{
color: #ED7E80;
}
</style>
background-color css
<style>
a { background-color: #ED7E80; }
a { background-color: rgb(237,126,128); }
div.DivClassName
{
background-color: #ED7E80;
}
.BgClassName
{
background-color: #ED7E80;
}
</style>
border-color css
<style>
span { border-color: #ED7E80; }
span { border-color: rgb(237,126,128); }
td.TdClassName
{
border-color: #ED7E80;
}
.TagClassName
{
border-color: #ED7E80;
}
</style>