Shades of Froly #ED7179
Tints of Froly #ED7179
RGB
CMYK
RGB Variations
Color information
#ED7179 (or 0xED7179) is known color: Froly. HEX triplet: ED, 71 and 79. RGB value is (237,113,121). Sum of RGB (Red+Green+Blue) = 237+113+121=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7179 is #128E86. Grayscale: #979797. Windows color (decimal): -1216135 or 7959021. OLE color: 7959021.
HSL color Cylindrical-coordinate representation of color #ED7179: hue angle of 356.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7179 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 121 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.07 |
| HSL | 356.13º | 0.78% | 0.69% | - |
| HSV(B) | 356.13º | 0.52% | 0.93% | - |
| XYZ | 44.28 | 31.2 | 21.78 | - |
| YUV | 150.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 121 | 0 | 0.52 | 0.49 | 0.07 | 356.13 | 0.78 | 0.69 |
| Hex | ED | 71 | 79 | 0 | 34 | 31 | 7 | 164 | 4E | 45 |
| Octal | 355 | 161 | 171 | 0 | 64 | 61 | 7 | 544 | 116 | 105 |
| Binary | 11101101 | 1110001 | 1111001 | 0 | 110100 | 110001 | 111 | 101100100 | 1001110 | 1000101 |
Color Harmonies of #ED7179
Complementary color
Monochromatic Colors of #ED7179
Black with #ED7179
Text Example
Text Example
White with #ED7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7179; }
p { color: rgb(237,113,121); }
H1.HeaderClassName
{
color: #ED7179;
}
.AnyTagClassName
{
color: #ED7179;
}
</style>
background-color css
<style>
a { background-color: #ED7179; }
a { background-color: rgb(237,113,121); }
div.DivClassName
{
background-color: #ED7179;
}
.BgClassName
{
background-color: #ED7179;
}
</style>
border-color css
<style>
span { border-color: #ED7179; }
span { border-color: rgb(237,113,121); }
td.TdClassName
{
border-color: #ED7179;
}
.TagClassName
{
border-color: #ED7179;
}
</style>