Shades of Froly #E16E7C
Tints of Froly #E16E7C
RGB
CMYK
RGB Variations
Color information
#E16E7C (or 0xE16E7C) is known color: Froly. HEX triplet: E1, 6E and 7C. RGB value is (225,110,124). Sum of RGB (Red+Green+Blue) = 225+110+124=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E7C is #1E9183. Grayscale: #929292. Windows color (decimal): -2003332 or 8154849. OLE color: 8154849.
HSL color Cylindrical-coordinate representation of color #E16E7C: hue angle of 352.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16E7C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 124 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.12 |
| HSL | 352.7º | 0.66% | 0.66% | - |
| HSV(B) | 352.7º | 0.51% | 0.88% | - |
| XYZ | 40.27 | 28.61 | 22.47 | - |
| YUV | 145.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 124 | 0 | 0.51 | 0.45 | 0.12 | 352.7 | 0.66 | 0.66 |
| Hex | E1 | 6E | 7C | 0 | 33 | 2D | C | 161 | 42 | 42 |
| Octal | 341 | 156 | 174 | 0 | 63 | 55 | 14 | 541 | 102 | 102 |
| Binary | 11100001 | 1101110 | 1111100 | 0 | 110011 | 101101 | 1100 | 101100001 | 1000010 | 1000010 |
Color Harmonies of #E16E7C
Complementary color
Monochromatic Colors of #E16E7C
Black with #E16E7C
Text Example
Text Example
White with #E16E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E7C; }
p { color: rgb(225,110,124); }
H1.HeaderClassName
{
color: #E16E7C;
}
.AnyTagClassName
{
color: #E16E7C;
}
</style>
background-color css
<style>
a { background-color: #E16E7C; }
a { background-color: rgb(225,110,124); }
div.DivClassName
{
background-color: #E16E7C;
}
.BgClassName
{
background-color: #E16E7C;
}
</style>
border-color css
<style>
span { border-color: #E16E7C; }
span { border-color: rgb(225,110,124); }
td.TdClassName
{
border-color: #E16E7C;
}
.TagClassName
{
border-color: #E16E7C;
}
</style>