Shades of Froly #E15F62
Tints of Froly #E15F62
RGB
CMYK
RGB Variations
Color information
#E15F62 (or 0xE15F62) is known color: Froly. HEX triplet: E1, 5F and 62. RGB value is (225,95,98). Sum of RGB (Red+Green+Blue) = 225+95+98=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F62 is #1EA09D. Grayscale: #868686. Windows color (decimal): -2007198 or 6447073. OLE color: 6447073.
HSL color Cylindrical-coordinate representation of color #E15F62: hue angle of 358.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15F62 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 98 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.12 |
| HSL | 358.62º | 0.68% | 0.63% | - |
| HSV(B) | 358.62º | 0.58% | 0.88% | - |
| XYZ | 37.35 | 25.07 | 14.43 | - |
| YUV | 134.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 98 | 0 | 0.58 | 0.56 | 0.12 | 358.62 | 0.68 | 0.63 |
| Hex | E1 | 5F | 62 | 0 | 3A | 38 | C | 167 | 44 | 3F |
| Octal | 341 | 137 | 142 | 0 | 72 | 70 | 14 | 547 | 104 | 77 |
| Binary | 11100001 | 1011111 | 1100010 | 0 | 111010 | 111000 | 1100 | 101100111 | 1000100 | 111111 |
Color Harmonies of #E15F62
Complementary color
Monochromatic Colors of #E15F62
Black with #E15F62
Text Example
Text Example
White with #E15F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F62; }
p { color: rgb(225,95,98); }
H1.HeaderClassName
{
color: #E15F62;
}
.AnyTagClassName
{
color: #E15F62;
}
</style>
background-color css
<style>
a { background-color: #E15F62; }
a { background-color: rgb(225,95,98); }
div.DivClassName
{
background-color: #E15F62;
}
.BgClassName
{
background-color: #E15F62;
}
</style>
border-color css
<style>
span { border-color: #E15F62; }
span { border-color: rgb(225,95,98); }
td.TdClassName
{
border-color: #E15F62;
}
.TagClassName
{
border-color: #E15F62;
}
</style>