Shades of Froly #E15D66
Tints of Froly #E15D66
RGB
CMYK
RGB Variations
Color information
#E15D66 (or 0xE15D66) is known color: Froly. HEX triplet: E1, 5D and 66. RGB value is (225,93,102). Sum of RGB (Red+Green+Blue) = 225+93+102=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D66 is #1EA299. Grayscale: #858585. Windows color (decimal): -2007706 or 6708705. OLE color: 6708705.
HSL color Cylindrical-coordinate representation of color #E15D66: hue angle of 355.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D66 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 102 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.12 |
| HSL | 355.91º | 0.69% | 0.62% | - |
| HSV(B) | 355.91º | 0.59% | 0.88% | - |
| XYZ | 37.36 | 24.8 | 15.39 | - |
| YUV | 133.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 102 | 0 | 0.59 | 0.55 | 0.12 | 355.91 | 0.69 | 0.62 |
| Hex | E1 | 5D | 66 | 0 | 3B | 37 | C | 164 | 45 | 3E |
| Octal | 341 | 135 | 146 | 0 | 73 | 67 | 14 | 544 | 105 | 76 |
| Binary | 11100001 | 1011101 | 1100110 | 0 | 111011 | 110111 | 1100 | 101100100 | 1000101 | 111110 |
Color Harmonies of #E15D66
Complementary color
Monochromatic Colors of #E15D66
Black with #E15D66
Text Example
Text Example
White with #E15D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D66; }
p { color: rgb(225,93,102); }
H1.HeaderClassName
{
color: #E15D66;
}
.AnyTagClassName
{
color: #E15D66;
}
</style>
background-color css
<style>
a { background-color: #E15D66; }
a { background-color: rgb(225,93,102); }
div.DivClassName
{
background-color: #E15D66;
}
.BgClassName
{
background-color: #E15D66;
}
</style>
border-color css
<style>
span { border-color: #E15D66; }
span { border-color: rgb(225,93,102); }
td.TdClassName
{
border-color: #E15D66;
}
.TagClassName
{
border-color: #E15D66;
}
</style>