Shades of Froly #ED7478
Tints of Froly #ED7478
RGB
CMYK
RGB Variations
Color information
#ED7478 (or 0xED7478) is known color: Froly. HEX triplet: ED, 74 and 78. RGB value is (237,116,120). Sum of RGB (Red+Green+Blue) = 237+116+120=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7478 is #128B87. Grayscale: #989898. Windows color (decimal): -1215368 or 7894253. OLE color: 7894253.
HSL color Cylindrical-coordinate representation of color #ED7478: hue angle of 358.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7478 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 120 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.07 |
| HSL | 358.02º | 0.77% | 0.69% | - |
| HSV(B) | 358.02º | 0.51% | 0.93% | - |
| XYZ | 44.56 | 31.85 | 21.57 | - |
| YUV | 152.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 120 | 0 | 0.51 | 0.49 | 0.07 | 358.02 | 0.77 | 0.69 |
| Hex | ED | 74 | 78 | 0 | 33 | 31 | 7 | 166 | 4D | 45 |
| Octal | 355 | 164 | 170 | 0 | 63 | 61 | 7 | 546 | 115 | 105 |
| Binary | 11101101 | 1110100 | 1111000 | 0 | 110011 | 110001 | 111 | 101100110 | 1001101 | 1000101 |
Color Harmonies of #ED7478
Complementary color
Monochromatic Colors of #ED7478
Black with #ED7478
Text Example
Text Example
White with #ED7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7478; }
p { color: rgb(237,116,120); }
H1.HeaderClassName
{
color: #ED7478;
}
.AnyTagClassName
{
color: #ED7478;
}
</style>
background-color css
<style>
a { background-color: #ED7478; }
a { background-color: rgb(237,116,120); }
div.DivClassName
{
background-color: #ED7478;
}
.BgClassName
{
background-color: #ED7478;
}
</style>
border-color css
<style>
span { border-color: #ED7478; }
span { border-color: rgb(237,116,120); }
td.TdClassName
{
border-color: #ED7478;
}
.TagClassName
{
border-color: #ED7478;
}
</style>