Shades of Froly #E16369
Tints of Froly #E16369
RGB
CMYK
RGB Variations
Color information
#E16369 (or 0xE16369) is known color: Froly. HEX triplet: E1, 63 and 69. RGB value is (225,99,105). Sum of RGB (Red+Green+Blue) = 225+99+105=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16369 is #1E9C96. Grayscale: #898989. Windows color (decimal): -2006167 or 6906849. OLE color: 6906849.
HSL color Cylindrical-coordinate representation of color #E16369: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16369 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 105 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.12 |
| HSL | 357.14º | 0.68% | 0.64% | - |
| HSV(B) | 357.14º | 0.56% | 0.88% | - |
| XYZ | 38.06 | 25.95 | 16.37 | - |
| YUV | 137.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 105 | 0 | 0.56 | 0.53 | 0.12 | 357.14 | 0.68 | 0.64 |
| Hex | E1 | 63 | 69 | 0 | 38 | 35 | C | 165 | 44 | 40 |
| Octal | 341 | 143 | 151 | 0 | 70 | 65 | 14 | 545 | 104 | 100 |
| Binary | 11100001 | 1100011 | 1101001 | 0 | 111000 | 110101 | 1100 | 101100101 | 1000100 | 1000000 |
Color Harmonies of #E16369
Complementary color
Monochromatic Colors of #E16369
Black with #E16369
Text Example
Text Example
White with #E16369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16369; }
p { color: rgb(225,99,105); }
H1.HeaderClassName
{
color: #E16369;
}
.AnyTagClassName
{
color: #E16369;
}
</style>
background-color css
<style>
a { background-color: #E16369; }
a { background-color: rgb(225,99,105); }
div.DivClassName
{
background-color: #E16369;
}
.BgClassName
{
background-color: #E16369;
}
</style>
border-color css
<style>
span { border-color: #E16369; }
span { border-color: rgb(225,99,105); }
td.TdClassName
{
border-color: #E16369;
}
.TagClassName
{
border-color: #E16369;
}
</style>