Shades of Froly #E87375
Tints of Froly #E87375
RGB
CMYK
RGB Variations
Color information
#E87375 (or 0xE87375) is known color: Froly. HEX triplet: E8, 73 and 75. RGB value is (232,115,117). Sum of RGB (Red+Green+Blue) = 232+115+117=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E87375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87375 is #178C8A. Grayscale: #969696. Windows color (decimal): -1543307 or 7697384. OLE color: 7697384.
HSL color Cylindrical-coordinate representation of color #E87375: hue angle of 358.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87375 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 117 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.09 |
| HSL | 358.97º | 0.72% | 0.68% | - |
| HSV(B) | 358.97º | 0.5% | 0.91% | - |
| XYZ | 42.62 | 30.7 | 20.51 | - |
| YUV | 150.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 117 | 0 | 0.50 | 0.50 | 0.09 | 358.97 | 0.72 | 0.68 |
| Hex | E8 | 73 | 75 | 0 | 32 | 32 | 9 | 167 | 48 | 44 |
| Octal | 350 | 163 | 165 | 0 | 62 | 62 | 11 | 547 | 110 | 104 |
| Binary | 11101000 | 1110011 | 1110101 | 0 | 110010 | 110010 | 1001 | 101100111 | 1001000 | 1000100 |
Color Harmonies of #E87375
Complementary color
Monochromatic Colors of #E87375
Black with #E87375
Text Example
Text Example
White with #E87375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87375; }
p { color: rgb(232,115,117); }
H1.HeaderClassName
{
color: #E87375;
}
.AnyTagClassName
{
color: #E87375;
}
</style>
background-color css
<style>
a { background-color: #E87375; }
a { background-color: rgb(232,115,117); }
div.DivClassName
{
background-color: #E87375;
}
.BgClassName
{
background-color: #E87375;
}
</style>
border-color css
<style>
span { border-color: #E87375; }
span { border-color: rgb(232,115,117); }
td.TdClassName
{
border-color: #E87375;
}
.TagClassName
{
border-color: #E87375;
}
</style>