Shades of Froly #E1616D
Tints of Froly #E1616D
RGB
CMYK
RGB Variations
Color information
#E1616D (or 0xE1616D) is known color: Froly. HEX triplet: E1, 61 and 6D. RGB value is (225,97,109). Sum of RGB (Red+Green+Blue) = 225+97+109=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1616D is #1E9E92. Grayscale: #888888. Windows color (decimal): -2006675 or 7168481. OLE color: 7168481.
HSL color Cylindrical-coordinate representation of color #E1616D: hue angle of 354.38º degrees, saturation: 0.68, 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 #E1616D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 109 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.12 |
| HSL | 354.38º | 0.68% | 0.63% | - |
| HSV(B) | 354.38º | 0.57% | 0.88% | - |
| XYZ | 38.09 | 25.66 | 17.41 | - |
| YUV | 136.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 109 | 0 | 0.57 | 0.52 | 0.12 | 354.38 | 0.68 | 0.63 |
| Hex | E1 | 61 | 6D | 0 | 39 | 34 | C | 162 | 44 | 3F |
| Octal | 341 | 141 | 155 | 0 | 71 | 64 | 14 | 542 | 104 | 77 |
| Binary | 11100001 | 1100001 | 1101101 | 0 | 111001 | 110100 | 1100 | 101100010 | 1000100 | 111111 |
Color Harmonies of #E1616D
Complementary color
Monochromatic Colors of #E1616D
Black with #E1616D
Text Example
Text Example
White with #E1616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1616D; }
p { color: rgb(225,97,109); }
H1.HeaderClassName
{
color: #E1616D;
}
.AnyTagClassName
{
color: #E1616D;
}
</style>
background-color css
<style>
a { background-color: #E1616D; }
a { background-color: rgb(225,97,109); }
div.DivClassName
{
background-color: #E1616D;
}
.BgClassName
{
background-color: #E1616D;
}
</style>
border-color css
<style>
span { border-color: #E1616D; }
span { border-color: rgb(225,97,109); }
td.TdClassName
{
border-color: #E1616D;
}
.TagClassName
{
border-color: #E1616D;
}
</style>