Shades of Froly #E06878
Tints of Froly #E06878
RGB
CMYK
RGB Variations
Color information
#E06878 (or 0xE06878) is known color: Froly. HEX triplet: E0, 68 and 78. RGB value is (224,104,120). Sum of RGB (Red+Green+Blue) = 224+104+120=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E06878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06878 is #1F9787. Grayscale: #8D8D8D. Windows color (decimal): -2070408 or 7891168. OLE color: 7891168.
HSL color Cylindrical-coordinate representation of color #E06878: hue angle of 352º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06878 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 120 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.12 |
| HSL | 352º | 0.66% | 0.64% | - |
| HSV(B) | 352º | 0.54% | 0.88% | - |
| XYZ | 39.08 | 27.1 | 20.94 | - |
| YUV | 141.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 120 | 0 | 0.54 | 0.46 | 0.12 | 352 | 0.66 | 0.64 |
| Hex | E0 | 68 | 78 | 0 | 36 | 2E | C | 160 | 42 | 40 |
| Octal | 340 | 150 | 170 | 0 | 66 | 56 | 14 | 540 | 102 | 100 |
| Binary | 11100000 | 1101000 | 1111000 | 0 | 110110 | 101110 | 1100 | 101100000 | 1000010 | 1000000 |
Color Harmonies of #E06878
Complementary color
Monochromatic Colors of #E06878
Black with #E06878
Text Example
Text Example
White with #E06878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06878; }
p { color: rgb(224,104,120); }
H1.HeaderClassName
{
color: #E06878;
}
.AnyTagClassName
{
color: #E06878;
}
</style>
background-color css
<style>
a { background-color: #E06878; }
a { background-color: rgb(224,104,120); }
div.DivClassName
{
background-color: #E06878;
}
.BgClassName
{
background-color: #E06878;
}
</style>
border-color css
<style>
span { border-color: #E06878; }
span { border-color: rgb(224,104,120); }
td.TdClassName
{
border-color: #E06878;
}
.TagClassName
{
border-color: #E06878;
}
</style>