Shades of Froly #E75D5E
Tints of Froly #E75D5E
RGB
CMYK
RGB Variations
Color information
#E75D5E (or 0xE75D5E) is known color: Froly. HEX triplet: E7, 5D and 5E. RGB value is (231,93,94). Sum of RGB (Red+Green+Blue) = 231+93+94=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D5E is #18A2A1. Grayscale: #868686. Windows color (decimal): -1614498 or 6184423. OLE color: 6184423.
HSL color Cylindrical-coordinate representation of color #E75D5E: hue angle of 359.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D5E is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 94 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.09 |
| HSL | 359.57º | 0.74% | 0.64% | - |
| HSV(B) | 359.57º | 0.6% | 0.91% | - |
| XYZ | 38.89 | 25.63 | 13.49 | - |
| YUV | 134.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 94 | 0 | 0.60 | 0.59 | 0.09 | 359.57 | 0.74 | 0.64 |
| Hex | E7 | 5D | 5E | 0 | 3C | 3B | 9 | 168 | 4A | 40 |
| Octal | 347 | 135 | 136 | 0 | 74 | 73 | 11 | 550 | 112 | 100 |
| Binary | 11100111 | 1011101 | 1011110 | 0 | 111100 | 111011 | 1001 | 101101000 | 1001010 | 1000000 |
Color Harmonies of #E75D5E
Complementary color
Monochromatic Colors of #E75D5E
Black with #E75D5E
Text Example
Text Example
White with #E75D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D5E; }
p { color: rgb(231,93,94); }
H1.HeaderClassName
{
color: #E75D5E;
}
.AnyTagClassName
{
color: #E75D5E;
}
</style>
background-color css
<style>
a { background-color: #E75D5E; }
a { background-color: rgb(231,93,94); }
div.DivClassName
{
background-color: #E75D5E;
}
.BgClassName
{
background-color: #E75D5E;
}
</style>
border-color css
<style>
span { border-color: #E75D5E; }
span { border-color: rgb(231,93,94); }
td.TdClassName
{
border-color: #E75D5E;
}
.TagClassName
{
border-color: #E75D5E;
}
</style>