Shades of Froly #E75E60
Tints of Froly #E75E60
RGB
CMYK
RGB Variations
Color information
#E75E60 (or 0xE75E60) is known color: Froly. HEX triplet: E7, 5E and 60. RGB value is (231,94,96). Sum of RGB (Red+Green+Blue) = 231+94+96=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E60 is #18A19F. Grayscale: #878787. Windows color (decimal): -1614240 or 6315751. OLE color: 6315751.
HSL color Cylindrical-coordinate representation of color #E75E60: hue angle of 359.12º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75E60 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 96 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.09 |
| HSL | 359.12º | 0.74% | 0.64% | - |
| HSV(B) | 359.12º | 0.59% | 0.91% | - |
| XYZ | 39.07 | 25.84 | 13.99 | - |
| YUV | 135.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 96 | 0 | 0.59 | 0.58 | 0.09 | 359.12 | 0.74 | 0.64 |
| Hex | E7 | 5E | 60 | 0 | 3B | 3A | 9 | 167 | 4A | 40 |
| Octal | 347 | 136 | 140 | 0 | 73 | 72 | 11 | 547 | 112 | 100 |
| Binary | 11100111 | 1011110 | 1100000 | 0 | 111011 | 111010 | 1001 | 101100111 | 1001010 | 1000000 |
Color Harmonies of #E75E60
Complementary color
Monochromatic Colors of #E75E60
Black with #E75E60
Text Example
Text Example
White with #E75E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E60; }
p { color: rgb(231,94,96); }
H1.HeaderClassName
{
color: #E75E60;
}
.AnyTagClassName
{
color: #E75E60;
}
</style>
background-color css
<style>
a { background-color: #E75E60; }
a { background-color: rgb(231,94,96); }
div.DivClassName
{
background-color: #E75E60;
}
.BgClassName
{
background-color: #E75E60;
}
</style>
border-color css
<style>
span { border-color: #E75E60; }
span { border-color: rgb(231,94,96); }
td.TdClassName
{
border-color: #E75E60;
}
.TagClassName
{
border-color: #E75E60;
}
</style>