Shades of Froly #E16679
Tints of Froly #E16679
RGB
CMYK
RGB Variations
Color information
#E16679 (or 0xE16679) is known color: Froly. HEX triplet: E1, 66 and 79. RGB value is (225,102,121). Sum of RGB (Red+Green+Blue) = 225+102+121=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E16679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16679 is #1E9986. Grayscale: #8C8C8C. Windows color (decimal): -2005383 or 7956193. OLE color: 7956193.
HSL color Cylindrical-coordinate representation of color #E16679: hue angle of 350.73º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16679 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 121 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.12 |
| HSL | 350.73º | 0.67% | 0.64% | - |
| HSV(B) | 350.73º | 0.55% | 0.88% | - |
| XYZ | 39.25 | 26.89 | 21.21 | - |
| YUV | 140.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 121 | 0 | 0.55 | 0.46 | 0.12 | 350.73 | 0.67 | 0.64 |
| Hex | E1 | 66 | 79 | 0 | 37 | 2E | C | 15F | 43 | 40 |
| Octal | 341 | 146 | 171 | 0 | 67 | 56 | 14 | 537 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1111001 | 0 | 110111 | 101110 | 1100 | 101011111 | 1000011 | 1000000 |
Color Harmonies of #E16679
Complementary color
Monochromatic Colors of #E16679
Black with #E16679
Text Example
Text Example
White with #E16679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16679; }
p { color: rgb(225,102,121); }
H1.HeaderClassName
{
color: #E16679;
}
.AnyTagClassName
{
color: #E16679;
}
</style>
background-color css
<style>
a { background-color: #E16679; }
a { background-color: rgb(225,102,121); }
div.DivClassName
{
background-color: #E16679;
}
.BgClassName
{
background-color: #E16679;
}
</style>
border-color css
<style>
span { border-color: #E16679; }
span { border-color: rgb(225,102,121); }
td.TdClassName
{
border-color: #E16679;
}
.TagClassName
{
border-color: #E16679;
}
</style>