Shades of Froly #E17375
Tints of Froly #E17375
RGB
CMYK
RGB Variations
Color information
#E17375 (or 0xE17375) is known color: Froly. HEX triplet: E1, 73 and 75. RGB value is (225,115,117). Sum of RGB (Red+Green+Blue) = 225+115+117=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17375 is #1E8C8A. Grayscale: #949494. Windows color (decimal): -2002059 or 7697377. OLE color: 7697377.
HSL color Cylindrical-coordinate representation of color #E17375: hue angle of 358.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17375 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 117 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.12 |
| HSL | 358.91º | 0.65% | 0.67% | - |
| HSV(B) | 358.91º | 0.49% | 0.88% | - |
| XYZ | 40.39 | 29.55 | 20.41 | - |
| YUV | 148.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 117 | 0 | 0.49 | 0.48 | 0.12 | 358.91 | 0.65 | 0.67 |
| Hex | E1 | 73 | 75 | 0 | 31 | 30 | C | 167 | 41 | 43 |
| Octal | 341 | 163 | 165 | 0 | 61 | 60 | 14 | 547 | 101 | 103 |
| Binary | 11100001 | 1110011 | 1110101 | 0 | 110001 | 110000 | 1100 | 101100111 | 1000001 | 1000011 |
Color Harmonies of #E17375
Complementary color
Monochromatic Colors of #E17375
Black with #E17375
Text Example
Text Example
White with #E17375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17375; }
p { color: rgb(225,115,117); }
H1.HeaderClassName
{
color: #E17375;
}
.AnyTagClassName
{
color: #E17375;
}
</style>
background-color css
<style>
a { background-color: #E17375; }
a { background-color: rgb(225,115,117); }
div.DivClassName
{
background-color: #E17375;
}
.BgClassName
{
background-color: #E17375;
}
</style>
border-color css
<style>
span { border-color: #E17375; }
span { border-color: rgb(225,115,117); }
td.TdClassName
{
border-color: #E17375;
}
.TagClassName
{
border-color: #E17375;
}
</style>