Shades of Froly #E16367
Tints of Froly #E16367
RGB
CMYK
RGB Variations
Color information
#E16367 (or 0xE16367) is known color: Froly. HEX triplet: E1, 63 and 67. RGB value is (225,99,103). Sum of RGB (Red+Green+Blue) = 225+99+103=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16367 is #1E9C98. Grayscale: #898989. Windows color (decimal): -2006169 or 6775777. OLE color: 6775777.
HSL color Cylindrical-coordinate representation of color #E16367: hue angle of 358.1º 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 #E16367 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 103 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.12 |
| HSL | 358.1º | 0.68% | 0.64% | - |
| HSV(B) | 358.1º | 0.56% | 0.88% | - |
| XYZ | 37.96 | 25.91 | 15.83 | - |
| YUV | 137.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 103 | 0 | 0.56 | 0.54 | 0.12 | 358.1 | 0.68 | 0.64 |
| Hex | E1 | 63 | 67 | 0 | 38 | 36 | C | 166 | 44 | 40 |
| Octal | 341 | 143 | 147 | 0 | 70 | 66 | 14 | 546 | 104 | 100 |
| Binary | 11100001 | 1100011 | 1100111 | 0 | 111000 | 110110 | 1100 | 101100110 | 1000100 | 1000000 |
Color Harmonies of #E16367
Complementary color
Monochromatic Colors of #E16367
Black with #E16367
Text Example
Text Example
White with #E16367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16367; }
p { color: rgb(225,99,103); }
H1.HeaderClassName
{
color: #E16367;
}
.AnyTagClassName
{
color: #E16367;
}
</style>
background-color css
<style>
a { background-color: #E16367; }
a { background-color: rgb(225,99,103); }
div.DivClassName
{
background-color: #E16367;
}
.BgClassName
{
background-color: #E16367;
}
</style>
border-color css
<style>
span { border-color: #E16367; }
span { border-color: rgb(225,99,103); }
td.TdClassName
{
border-color: #E16367;
}
.TagClassName
{
border-color: #E16367;
}
</style>