Shades of Froly #E06176
Tints of Froly #E06176
RGB
CMYK
RGB Variations
Color information
#E06176 (or 0xE06176) is known color: Froly. HEX triplet: E0, 61 and 76. RGB value is (224,97,118). Sum of RGB (Red+Green+Blue) = 224+97+118=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06176 is #1F9E89. Grayscale: #898989. Windows color (decimal): -2072202 or 7758304. OLE color: 7758304.
HSL color Cylindrical-coordinate representation of color #E06176: hue angle of 350.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06176 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 118 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.12 |
| HSL | 350.08º | 0.67% | 0.63% | - |
| HSV(B) | 350.08º | 0.57% | 0.88% | - |
| XYZ | 38.29 | 25.7 | 20.08 | - |
| YUV | 137.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 118 | 0 | 0.57 | 0.47 | 0.12 | 350.08 | 0.67 | 0.63 |
| Hex | E0 | 61 | 76 | 0 | 39 | 2F | C | 15E | 43 | 3F |
| Octal | 340 | 141 | 166 | 0 | 71 | 57 | 14 | 536 | 103 | 77 |
| Binary | 11100000 | 1100001 | 1110110 | 0 | 111001 | 101111 | 1100 | 101011110 | 1000011 | 111111 |
Color Harmonies of #E06176
Complementary color
Monochromatic Colors of #E06176
Black with #E06176
Text Example
Text Example
White with #E06176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06176; }
p { color: rgb(224,97,118); }
H1.HeaderClassName
{
color: #E06176;
}
.AnyTagClassName
{
color: #E06176;
}
</style>
background-color css
<style>
a { background-color: #E06176; }
a { background-color: rgb(224,97,118); }
div.DivClassName
{
background-color: #E06176;
}
.BgClassName
{
background-color: #E06176;
}
</style>
border-color css
<style>
span { border-color: #E06176; }
span { border-color: rgb(224,97,118); }
td.TdClassName
{
border-color: #E06176;
}
.TagClassName
{
border-color: #E06176;
}
</style>