Shades of Froly #E15F68
Tints of Froly #E15F68
RGB
CMYK
RGB Variations
Color information
#E15F68 (or 0xE15F68) is known color: Froly. HEX triplet: E1, 5F and 68. RGB value is (225,95,104). Sum of RGB (Red+Green+Blue) = 225+95+104=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F68 is #1EA097. Grayscale: #868686. Windows color (decimal): -2007192 or 6840289. OLE color: 6840289.
HSL color Cylindrical-coordinate representation of color #E15F68: hue angle of 355.85º 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 #E15F68 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 104 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.12 |
| HSL | 355.85º | 0.68% | 0.63% | - |
| HSV(B) | 355.85º | 0.58% | 0.88% | - |
| XYZ | 37.64 | 25.19 | 15.98 | - |
| YUV | 134.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 104 | 0 | 0.58 | 0.54 | 0.12 | 355.85 | 0.68 | 0.63 |
| Hex | E1 | 5F | 68 | 0 | 3A | 36 | C | 164 | 44 | 3F |
| Octal | 341 | 137 | 150 | 0 | 72 | 66 | 14 | 544 | 104 | 77 |
| Binary | 11100001 | 1011111 | 1101000 | 0 | 111010 | 110110 | 1100 | 101100100 | 1000100 | 111111 |
Color Harmonies of #E15F68
Complementary color
Monochromatic Colors of #E15F68
Black with #E15F68
Text Example
Text Example
White with #E15F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F68; }
p { color: rgb(225,95,104); }
H1.HeaderClassName
{
color: #E15F68;
}
.AnyTagClassName
{
color: #E15F68;
}
</style>
background-color css
<style>
a { background-color: #E15F68; }
a { background-color: rgb(225,95,104); }
div.DivClassName
{
background-color: #E15F68;
}
.BgClassName
{
background-color: #E15F68;
}
</style>
border-color css
<style>
span { border-color: #E15F68; }
span { border-color: rgb(225,95,104); }
td.TdClassName
{
border-color: #E15F68;
}
.TagClassName
{
border-color: #E15F68;
}
</style>