Shades of Froly #E16669
Tints of Froly #E16669
RGB
CMYK
RGB Variations
Color information
#E16669 (or 0xE16669) is known color: Froly. HEX triplet: E1, 66 and 69. RGB value is (225,102,105). Sum of RGB (Red+Green+Blue) = 225+102+105=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E16669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16669 is #1E9996. Grayscale: #8B8B8B. Windows color (decimal): -2005399 or 6907617. OLE color: 6907617.
HSL color Cylindrical-coordinate representation of color #E16669: hue angle of 358.54º 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 #E16669 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 105 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.12 |
| HSL | 358.54º | 0.67% | 0.64% | - |
| HSV(B) | 358.54º | 0.55% | 0.88% | - |
| XYZ | 38.35 | 26.53 | 16.46 | - |
| YUV | 139.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 105 | 0 | 0.55 | 0.53 | 0.12 | 358.54 | 0.67 | 0.64 |
| Hex | E1 | 66 | 69 | 0 | 37 | 35 | C | 167 | 43 | 40 |
| Octal | 341 | 146 | 151 | 0 | 67 | 65 | 14 | 547 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1101001 | 0 | 110111 | 110101 | 1100 | 101100111 | 1000011 | 1000000 |
Color Harmonies of #E16669
Complementary color
Monochromatic Colors of #E16669
Black with #E16669
Text Example
Text Example
White with #E16669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16669; }
p { color: rgb(225,102,105); }
H1.HeaderClassName
{
color: #E16669;
}
.AnyTagClassName
{
color: #E16669;
}
</style>
background-color css
<style>
a { background-color: #E16669; }
a { background-color: rgb(225,102,105); }
div.DivClassName
{
background-color: #E16669;
}
.BgClassName
{
background-color: #E16669;
}
</style>
border-color css
<style>
span { border-color: #E16669; }
span { border-color: rgb(225,102,105); }
td.TdClassName
{
border-color: #E16669;
}
.TagClassName
{
border-color: #E16669;
}
</style>