Shades of Froly #E06E7C
Tints of Froly #E06E7C
RGB
CMYK
RGB Variations
Color information
#E06E7C (or 0xE06E7C) is known color: Froly. HEX triplet: E0, 6E and 7C. RGB value is (224,110,124). Sum of RGB (Red+Green+Blue) = 224+110+124=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7C is #1F9183. Grayscale: #919191. Windows color (decimal): -2068868 or 8154848. OLE color: 8154848.
HSL color Cylindrical-coordinate representation of color #E06E7C: hue angle of 352.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E7C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 124 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.12 |
| HSL | 352.63º | 0.65% | 0.65% | - |
| HSV(B) | 352.63º | 0.51% | 0.88% | - |
| XYZ | 39.95 | 28.45 | 22.46 | - |
| YUV | 145.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 124 | 0 | 0.51 | 0.45 | 0.12 | 352.63 | 0.65 | 0.65 |
| Hex | E0 | 6E | 7C | 0 | 33 | 2D | C | 161 | 41 | 41 |
| Octal | 340 | 156 | 174 | 0 | 63 | 55 | 14 | 541 | 101 | 101 |
| Binary | 11100000 | 1101110 | 1111100 | 0 | 110011 | 101101 | 1100 | 101100001 | 1000001 | 1000001 |
Color Harmonies of #E06E7C
Complementary color
Monochromatic Colors of #E06E7C
Black with #E06E7C
Text Example
Text Example
White with #E06E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E7C; }
p { color: rgb(224,110,124); }
H1.HeaderClassName
{
color: #E06E7C;
}
.AnyTagClassName
{
color: #E06E7C;
}
</style>
background-color css
<style>
a { background-color: #E06E7C; }
a { background-color: rgb(224,110,124); }
div.DivClassName
{
background-color: #E06E7C;
}
.BgClassName
{
background-color: #E06E7C;
}
</style>
border-color css
<style>
span { border-color: #E06E7C; }
span { border-color: rgb(224,110,124); }
td.TdClassName
{
border-color: #E06E7C;
}
.TagClassName
{
border-color: #E06E7C;
}
</style>