Shades of Froly #E0616F
Tints of Froly #E0616F
RGB
CMYK
RGB Variations
Color information
#E0616F (or 0xE0616F) is known color: Froly. HEX triplet: E0, 61 and 6F. RGB value is (224,97,111). Sum of RGB (Red+Green+Blue) = 224+97+111=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0616F is #1F9E90. Grayscale: #888888. Windows color (decimal): -2072209 or 7299552. OLE color: 7299552.
HSL color Cylindrical-coordinate representation of color #E0616F: hue angle of 353.39º 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 #E0616F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 111 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.12 |
| HSL | 353.39º | 0.67% | 0.63% | - |
| HSV(B) | 353.39º | 0.57% | 0.88% | - |
| XYZ | 37.88 | 25.54 | 17.97 | - |
| YUV | 136.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 111 | 0 | 0.57 | 0.50 | 0.12 | 353.39 | 0.67 | 0.63 |
| Hex | E0 | 61 | 6F | 0 | 39 | 32 | C | 161 | 43 | 3F |
| Octal | 340 | 141 | 157 | 0 | 71 | 62 | 14 | 541 | 103 | 77 |
| Binary | 11100000 | 1100001 | 1101111 | 0 | 111001 | 110010 | 1100 | 101100001 | 1000011 | 111111 |
Color Harmonies of #E0616F
Complementary color
Monochromatic Colors of #E0616F
Black with #E0616F
Text Example
Text Example
White with #E0616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0616F; }
p { color: rgb(224,97,111); }
H1.HeaderClassName
{
color: #E0616F;
}
.AnyTagClassName
{
color: #E0616F;
}
</style>
background-color css
<style>
a { background-color: #E0616F; }
a { background-color: rgb(224,97,111); }
div.DivClassName
{
background-color: #E0616F;
}
.BgClassName
{
background-color: #E0616F;
}
</style>
border-color css
<style>
span { border-color: #E0616F; }
span { border-color: rgb(224,97,111); }
td.TdClassName
{
border-color: #E0616F;
}
.TagClassName
{
border-color: #E0616F;
}
</style>