Shades of Froly #E0616E
Tints of Froly #E0616E
RGB
CMYK
RGB Variations
Color information
#E0616E (or 0xE0616E) is known color: Froly. HEX triplet: E0, 61 and 6E. RGB value is (224,97,110). Sum of RGB (Red+Green+Blue) = 224+97+110=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0616E is #1F9E91. Grayscale: #888888. Windows color (decimal): -2072210 or 7234016. OLE color: 7234016.
HSL color Cylindrical-coordinate representation of color #E0616E: hue angle of 353.86º 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 #E0616E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 110 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.12 |
| HSL | 353.86º | 0.67% | 0.63% | - |
| HSV(B) | 353.86º | 0.57% | 0.88% | - |
| XYZ | 37.83 | 25.52 | 17.68 | - |
| YUV | 136.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 110 | 0 | 0.57 | 0.51 | 0.12 | 353.86 | 0.67 | 0.63 |
| Hex | E0 | 61 | 6E | 0 | 39 | 33 | C | 162 | 43 | 3F |
| Octal | 340 | 141 | 156 | 0 | 71 | 63 | 14 | 542 | 103 | 77 |
| Binary | 11100000 | 1100001 | 1101110 | 0 | 111001 | 110011 | 1100 | 101100010 | 1000011 | 111111 |
Color Harmonies of #E0616E
Complementary color
Monochromatic Colors of #E0616E
Black with #E0616E
Text Example
Text Example
White with #E0616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0616E; }
p { color: rgb(224,97,110); }
H1.HeaderClassName
{
color: #E0616E;
}
.AnyTagClassName
{
color: #E0616E;
}
</style>
background-color css
<style>
a { background-color: #E0616E; }
a { background-color: rgb(224,97,110); }
div.DivClassName
{
background-color: #E0616E;
}
.BgClassName
{
background-color: #E0616E;
}
</style>
border-color css
<style>
span { border-color: #E0616E; }
span { border-color: rgb(224,97,110); }
td.TdClassName
{
border-color: #E0616E;
}
.TagClassName
{
border-color: #E0616E;
}
</style>