Shades of Froly #E06978
Tints of Froly #E06978
RGB
CMYK
RGB Variations
Color information
#E06978 (or 0xE06978) is known color: Froly. HEX triplet: E0, 69 and 78. RGB value is (224,105,120). Sum of RGB (Red+Green+Blue) = 224+105+120=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E06978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06978 is #1F9687. Grayscale: #8E8E8E. Windows color (decimal): -2070152 or 7891424. OLE color: 7891424.
HSL color Cylindrical-coordinate representation of color #E06978: hue angle of 352.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06978 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 120 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.12 |
| HSL | 352.44º | 0.66% | 0.65% | - |
| HSV(B) | 352.44º | 0.53% | 0.88% | - |
| XYZ | 39.18 | 27.31 | 20.97 | - |
| YUV | 142.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 120 | 0 | 0.53 | 0.46 | 0.12 | 352.44 | 0.66 | 0.65 |
| Hex | E0 | 69 | 78 | 0 | 35 | 2E | C | 160 | 42 | 41 |
| Octal | 340 | 151 | 170 | 0 | 65 | 56 | 14 | 540 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1111000 | 0 | 110101 | 101110 | 1100 | 101100000 | 1000010 | 1000001 |
Color Harmonies of #E06978
Complementary color
Monochromatic Colors of #E06978
Black with #E06978
Text Example
Text Example
White with #E06978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06978; }
p { color: rgb(224,105,120); }
H1.HeaderClassName
{
color: #E06978;
}
.AnyTagClassName
{
color: #E06978;
}
</style>
background-color css
<style>
a { background-color: #E06978; }
a { background-color: rgb(224,105,120); }
div.DivClassName
{
background-color: #E06978;
}
.BgClassName
{
background-color: #E06978;
}
</style>
border-color css
<style>
span { border-color: #E06978; }
span { border-color: rgb(224,105,120); }
td.TdClassName
{
border-color: #E06978;
}
.TagClassName
{
border-color: #E06978;
}
</style>