Shades of Froly #E16569
Tints of Froly #E16569
RGB
CMYK
RGB Variations
Color information
#E16569 (or 0xE16569) is known color: Froly. HEX triplet: E1, 65 and 69. RGB value is (225,101,105). Sum of RGB (Red+Green+Blue) = 225+101+105=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16569 is #1E9A96. Grayscale: #8A8A8A. Windows color (decimal): -2005655 or 6907361. OLE color: 6907361.
HSL color Cylindrical-coordinate representation of color #E16569: hue angle of 358.06º 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 #E16569 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 105 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.12 |
| HSL | 358.06º | 0.67% | 0.64% | - |
| HSV(B) | 358.06º | 0.55% | 0.88% | - |
| XYZ | 38.25 | 26.33 | 16.43 | - |
| YUV | 138.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 105 | 0 | 0.55 | 0.53 | 0.12 | 358.06 | 0.67 | 0.64 |
| Hex | E1 | 65 | 69 | 0 | 37 | 35 | C | 166 | 43 | 40 |
| Octal | 341 | 145 | 151 | 0 | 67 | 65 | 14 | 546 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1101001 | 0 | 110111 | 110101 | 1100 | 101100110 | 1000011 | 1000000 |
Color Harmonies of #E16569
Complementary color
Monochromatic Colors of #E16569
Black with #E16569
Text Example
Text Example
White with #E16569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16569; }
p { color: rgb(225,101,105); }
H1.HeaderClassName
{
color: #E16569;
}
.AnyTagClassName
{
color: #E16569;
}
</style>
background-color css
<style>
a { background-color: #E16569; }
a { background-color: rgb(225,101,105); }
div.DivClassName
{
background-color: #E16569;
}
.BgClassName
{
background-color: #E16569;
}
</style>
border-color css
<style>
span { border-color: #E16569; }
span { border-color: rgb(225,101,105); }
td.TdClassName
{
border-color: #E16569;
}
.TagClassName
{
border-color: #E16569;
}
</style>