Shades of Froly #E06977
Tints of Froly #E06977
RGB
CMYK
RGB Variations
Color information
#E06977 (or 0xE06977) is known color: Froly. HEX triplet: E0, 69 and 77. RGB value is (224,105,119). Sum of RGB (Red+Green+Blue) = 224+105+119=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E06977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06977 is #1F9688. Grayscale: #8E8E8E. Windows color (decimal): -2070153 or 7825888. OLE color: 7825888.
HSL color Cylindrical-coordinate representation of color #E06977: hue angle of 352.94º 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 #E06977 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 119 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.12 |
| HSL | 352.94º | 0.66% | 0.65% | - |
| HSV(B) | 352.94º | 0.53% | 0.88% | - |
| XYZ | 39.12 | 27.28 | 20.66 | - |
| YUV | 142.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 119 | 0 | 0.53 | 0.47 | 0.12 | 352.94 | 0.66 | 0.65 |
| Hex | E0 | 69 | 77 | 0 | 35 | 2F | C | 161 | 42 | 41 |
| Octal | 340 | 151 | 167 | 0 | 65 | 57 | 14 | 541 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1110111 | 0 | 110101 | 101111 | 1100 | 101100001 | 1000010 | 1000001 |
Color Harmonies of #E06977
Complementary color
Monochromatic Colors of #E06977
Black with #E06977
Text Example
Text Example
White with #E06977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06977; }
p { color: rgb(224,105,119); }
H1.HeaderClassName
{
color: #E06977;
}
.AnyTagClassName
{
color: #E06977;
}
</style>
background-color css
<style>
a { background-color: #E06977; }
a { background-color: rgb(224,105,119); }
div.DivClassName
{
background-color: #E06977;
}
.BgClassName
{
background-color: #E06977;
}
</style>
border-color css
<style>
span { border-color: #E06977; }
span { border-color: rgb(224,105,119); }
td.TdClassName
{
border-color: #E06977;
}
.TagClassName
{
border-color: #E06977;
}
</style>