Shades of Froly #E06A70
Tints of Froly #E06A70
RGB
CMYK
RGB Variations
Color information
#E06A70 (or 0xE06A70) is known color: Froly. HEX triplet: E0, 6A and 70. RGB value is (224,106,112). Sum of RGB (Red+Green+Blue) = 224+106+112=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A70 is #1F958F. Grayscale: #8E8E8E. Windows color (decimal): -2069904 or 7367392. OLE color: 7367392.
HSL color Cylindrical-coordinate representation of color #E06A70: hue angle of 356.95º 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 #E06A70 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 112 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.12 |
| HSL | 356.95º | 0.66% | 0.65% | - |
| HSV(B) | 356.95º | 0.53% | 0.88% | - |
| XYZ | 38.82 | 27.33 | 18.56 | - |
| YUV | 141.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 112 | 0 | 0.53 | 0.50 | 0.12 | 356.95 | 0.66 | 0.65 |
| Hex | E0 | 6A | 70 | 0 | 35 | 32 | C | 165 | 42 | 41 |
| Octal | 340 | 152 | 160 | 0 | 65 | 62 | 14 | 545 | 102 | 101 |
| Binary | 11100000 | 1101010 | 1110000 | 0 | 110101 | 110010 | 1100 | 101100101 | 1000010 | 1000001 |
Color Harmonies of #E06A70
Complementary color
Monochromatic Colors of #E06A70
Black with #E06A70
Text Example
Text Example
White with #E06A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A70; }
p { color: rgb(224,106,112); }
H1.HeaderClassName
{
color: #E06A70;
}
.AnyTagClassName
{
color: #E06A70;
}
</style>
background-color css
<style>
a { background-color: #E06A70; }
a { background-color: rgb(224,106,112); }
div.DivClassName
{
background-color: #E06A70;
}
.BgClassName
{
background-color: #E06A70;
}
</style>
border-color css
<style>
span { border-color: #E06A70; }
span { border-color: rgb(224,106,112); }
td.TdClassName
{
border-color: #E06A70;
}
.TagClassName
{
border-color: #E06A70;
}
</style>