Shades of Froly #E16768
Tints of Froly #E16768
RGB
CMYK
RGB Variations
Color information
#E16768 (or 0xE16768) is known color: Froly. HEX triplet: E1, 67 and 68. RGB value is (225,103,104). Sum of RGB (Red+Green+Blue) = 225+103+104=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E16768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16768 is #1E9897. Grayscale: #8B8B8B. Windows color (decimal): -2005144 or 6842337. OLE color: 6842337.
HSL color Cylindrical-coordinate representation of color #E16768: hue angle of 359.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16768 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 104 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.12 |
| HSL | 359.51º | 0.67% | 0.64% | - |
| HSV(B) | 359.51º | 0.54% | 0.88% | - |
| XYZ | 38.4 | 26.71 | 16.23 | - |
| YUV | 139.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 104 | 0 | 0.54 | 0.54 | 0.12 | 359.51 | 0.67 | 0.64 |
| Hex | E1 | 67 | 68 | 0 | 36 | 36 | C | 168 | 43 | 40 |
| Octal | 341 | 147 | 150 | 0 | 66 | 66 | 14 | 550 | 103 | 100 |
| Binary | 11100001 | 1100111 | 1101000 | 0 | 110110 | 110110 | 1100 | 101101000 | 1000011 | 1000000 |
Color Harmonies of #E16768
Complementary color
Monochromatic Colors of #E16768
Black with #E16768
Text Example
Text Example
White with #E16768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16768; }
p { color: rgb(225,103,104); }
H1.HeaderClassName
{
color: #E16768;
}
.AnyTagClassName
{
color: #E16768;
}
</style>
background-color css
<style>
a { background-color: #E16768; }
a { background-color: rgb(225,103,104); }
div.DivClassName
{
background-color: #E16768;
}
.BgClassName
{
background-color: #E16768;
}
</style>
border-color css
<style>
span { border-color: #E16768; }
span { border-color: rgb(225,103,104); }
td.TdClassName
{
border-color: #E16768;
}
.TagClassName
{
border-color: #E16768;
}
</style>