Shades of Froly #E06972
Tints of Froly #E06972
RGB
CMYK
RGB Variations
Color information
#E06972 (or 0xE06972) is known color: Froly. HEX triplet: E0, 69 and 72. RGB value is (224,105,114). Sum of RGB (Red+Green+Blue) = 224+105+114=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06972 is #1F968D. Grayscale: #8D8D8D. Windows color (decimal): -2070158 or 7498208. OLE color: 7498208.
HSL color Cylindrical-coordinate representation of color #E06972: hue angle of 355.46º 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 #E06972 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 114 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.12 |
| HSL | 355.46º | 0.66% | 0.65% | - |
| HSV(B) | 355.46º | 0.53% | 0.88% | - |
| XYZ | 38.83 | 27.17 | 19.12 | - |
| YUV | 141.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 114 | 0 | 0.53 | 0.49 | 0.12 | 355.46 | 0.66 | 0.65 |
| Hex | E0 | 69 | 72 | 0 | 35 | 31 | C | 163 | 42 | 41 |
| Octal | 340 | 151 | 162 | 0 | 65 | 61 | 14 | 543 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1110010 | 0 | 110101 | 110001 | 1100 | 101100011 | 1000010 | 1000001 |
Color Harmonies of #E06972
Complementary color
Monochromatic Colors of #E06972
Black with #E06972
Text Example
Text Example
White with #E06972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06972; }
p { color: rgb(224,105,114); }
H1.HeaderClassName
{
color: #E06972;
}
.AnyTagClassName
{
color: #E06972;
}
</style>
background-color css
<style>
a { background-color: #E06972; }
a { background-color: rgb(224,105,114); }
div.DivClassName
{
background-color: #E06972;
}
.BgClassName
{
background-color: #E06972;
}
</style>
border-color css
<style>
span { border-color: #E06972; }
span { border-color: rgb(224,105,114); }
td.TdClassName
{
border-color: #E06972;
}
.TagClassName
{
border-color: #E06972;
}
</style>