Shades of Froly #E07178
Tints of Froly #E07178
RGB
CMYK
RGB Variations
Color information
#E07178 (or 0xE07178) is known color: Froly. HEX triplet: E0, 71 and 78. RGB value is (224,113,120). Sum of RGB (Red+Green+Blue) = 224+113+120=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07178 is #1F8E87. Grayscale: #939393. Windows color (decimal): -2068104 or 7893472. OLE color: 7893472.
HSL color Cylindrical-coordinate representation of color #E07178: hue angle of 356.22º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07178 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 120 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.12 |
| HSL | 356.22º | 0.64% | 0.66% | - |
| HSV(B) | 356.22º | 0.5% | 0.88% | - |
| XYZ | 40.04 | 29.01 | 21.26 | - |
| YUV | 146.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 120 | 0 | 0.50 | 0.46 | 0.12 | 356.22 | 0.64 | 0.66 |
| Hex | E0 | 71 | 78 | 0 | 32 | 2E | C | 164 | 40 | 42 |
| Octal | 340 | 161 | 170 | 0 | 62 | 56 | 14 | 544 | 100 | 102 |
| Binary | 11100000 | 1110001 | 1111000 | 0 | 110010 | 101110 | 1100 | 101100100 | 1000000 | 1000010 |
Color Harmonies of #E07178
Complementary color
Monochromatic Colors of #E07178
Black with #E07178
Text Example
Text Example
White with #E07178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07178; }
p { color: rgb(224,113,120); }
H1.HeaderClassName
{
color: #E07178;
}
.AnyTagClassName
{
color: #E07178;
}
</style>
background-color css
<style>
a { background-color: #E07178; }
a { background-color: rgb(224,113,120); }
div.DivClassName
{
background-color: #E07178;
}
.BgClassName
{
background-color: #E07178;
}
</style>
border-color css
<style>
span { border-color: #E07178; }
span { border-color: rgb(224,113,120); }
td.TdClassName
{
border-color: #E07178;
}
.TagClassName
{
border-color: #E07178;
}
</style>