Shades of Froly #E16273
Tints of Froly #E16273
RGB
CMYK
RGB Variations
Color information
#E16273 (or 0xE16273) is known color: Froly. HEX triplet: E1, 62 and 73. RGB value is (225,98,115). Sum of RGB (Red+Green+Blue) = 225+98+115=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16273 is #1E9D8C. Grayscale: #898989. Windows color (decimal): -2006413 or 7561953. OLE color: 7561953.
HSL color Cylindrical-coordinate representation of color #E16273: hue angle of 351.97º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16273 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 115 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.12 |
| HSL | 351.97º | 0.68% | 0.63% | - |
| HSV(B) | 351.97º | 0.56% | 0.88% | - |
| XYZ | 38.51 | 25.98 | 19.2 | - |
| YUV | 137.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 115 | 0 | 0.56 | 0.49 | 0.12 | 351.97 | 0.68 | 0.63 |
| Hex | E1 | 62 | 73 | 0 | 38 | 31 | C | 160 | 44 | 3F |
| Octal | 341 | 142 | 163 | 0 | 70 | 61 | 14 | 540 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1110011 | 0 | 111000 | 110001 | 1100 | 101100000 | 1000100 | 111111 |
Color Harmonies of #E16273
Complementary color
Monochromatic Colors of #E16273
Black with #E16273
Text Example
Text Example
White with #E16273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16273; }
p { color: rgb(225,98,115); }
H1.HeaderClassName
{
color: #E16273;
}
.AnyTagClassName
{
color: #E16273;
}
</style>
background-color css
<style>
a { background-color: #E16273; }
a { background-color: rgb(225,98,115); }
div.DivClassName
{
background-color: #E16273;
}
.BgClassName
{
background-color: #E16273;
}
</style>
border-color css
<style>
span { border-color: #E16273; }
span { border-color: rgb(225,98,115); }
td.TdClassName
{
border-color: #E16273;
}
.TagClassName
{
border-color: #E16273;
}
</style>