Shades of Froly #ED7080
Tints of Froly #ED7080
RGB
CMYK
RGB Variations
Color information
#ED7080 (or 0xED7080) is known color: Froly. HEX triplet: ED, 70 and 80. RGB value is (237,112,128). Sum of RGB (Red+Green+Blue) = 237+112+128=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7080 is #128F7F. Grayscale: #979797. Windows color (decimal): -1216384 or 8417517. OLE color: 8417517.
HSL color Cylindrical-coordinate representation of color #ED7080: hue angle of 352.32º 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 #ED7080 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 128 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.07 |
| HSL | 352.32º | 0.78% | 0.68% | - |
| HSV(B) | 352.32º | 0.53% | 0.93% | - |
| XYZ | 44.62 | 31.15 | 24.08 | - |
| YUV | 151.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 128 | 0 | 0.53 | 0.46 | 0.07 | 352.32 | 0.78 | 0.68 |
| Hex | ED | 70 | 80 | 0 | 35 | 2E | 7 | 160 | 4E | 44 |
| Octal | 355 | 160 | 200 | 0 | 65 | 56 | 7 | 540 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10000000 | 0 | 110101 | 101110 | 111 | 101100000 | 1001110 | 1000100 |
Color Harmonies of #ED7080
Complementary color
Monochromatic Colors of #ED7080
Black with #ED7080
Text Example
Text Example
White with #ED7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7080; }
p { color: rgb(237,112,128); }
H1.HeaderClassName
{
color: #ED7080;
}
.AnyTagClassName
{
color: #ED7080;
}
</style>
background-color css
<style>
a { background-color: #ED7080; }
a { background-color: rgb(237,112,128); }
div.DivClassName
{
background-color: #ED7080;
}
.BgClassName
{
background-color: #ED7080;
}
</style>
border-color css
<style>
span { border-color: #ED7080; }
span { border-color: rgb(237,112,128); }
td.TdClassName
{
border-color: #ED7080;
}
.TagClassName
{
border-color: #ED7080;
}
</style>