Shades of Froly #E16575
Tints of Froly #E16575
RGB
CMYK
RGB Variations
Color information
#E16575 (or 0xE16575) is known color: Froly. HEX triplet: E1, 65 and 75. RGB value is (225,101,117). Sum of RGB (Red+Green+Blue) = 225+101+117=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16575 is #1E9A8A. Grayscale: #8B8B8B. Windows color (decimal): -2005643 or 7693793. OLE color: 7693793.
HSL color Cylindrical-coordinate representation of color #E16575: hue angle of 352.26º 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 #E16575 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 117 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.12 |
| HSL | 352.26º | 0.67% | 0.64% | - |
| HSV(B) | 352.26º | 0.55% | 0.88% | - |
| XYZ | 38.92 | 26.6 | 19.91 | - |
| YUV | 139.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 117 | 0 | 0.55 | 0.48 | 0.12 | 352.26 | 0.67 | 0.64 |
| Hex | E1 | 65 | 75 | 0 | 37 | 30 | C | 160 | 43 | 40 |
| Octal | 341 | 145 | 165 | 0 | 67 | 60 | 14 | 540 | 103 | 100 |
| Binary | 11100001 | 1100101 | 1110101 | 0 | 110111 | 110000 | 1100 | 101100000 | 1000011 | 1000000 |
Color Harmonies of #E16575
Complementary color
Monochromatic Colors of #E16575
Black with #E16575
Text Example
Text Example
White with #E16575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16575; }
p { color: rgb(225,101,117); }
H1.HeaderClassName
{
color: #E16575;
}
.AnyTagClassName
{
color: #E16575;
}
</style>
background-color css
<style>
a { background-color: #E16575; }
a { background-color: rgb(225,101,117); }
div.DivClassName
{
background-color: #E16575;
}
.BgClassName
{
background-color: #E16575;
}
</style>
border-color css
<style>
span { border-color: #E16575; }
span { border-color: rgb(225,101,117); }
td.TdClassName
{
border-color: #E16575;
}
.TagClassName
{
border-color: #E16575;
}
</style>