Shades of Froly #E07475
Tints of Froly #E07475
RGB
CMYK
RGB Variations
Color information
#E07475 (or 0xE07475) is known color: Froly. HEX triplet: E0, 74 and 75. RGB value is (224,116,117). Sum of RGB (Red+Green+Blue) = 224+116+117=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07475 is #1F8B8A. Grayscale: #949494. Windows color (decimal): -2067339 or 7697632. OLE color: 7697632.
HSL color Cylindrical-coordinate representation of color #E07475: hue angle of 359.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07475 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 117 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.12 |
| HSL | 359.44º | 0.64% | 0.67% | - |
| HSV(B) | 359.44º | 0.48% | 0.88% | - |
| XYZ | 40.2 | 29.62 | 20.43 | - |
| YUV | 148.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 117 | 0 | 0.48 | 0.48 | 0.12 | 359.44 | 0.64 | 0.67 |
| Hex | E0 | 74 | 75 | 0 | 30 | 30 | C | 167 | 40 | 43 |
| Octal | 340 | 164 | 165 | 0 | 60 | 60 | 14 | 547 | 100 | 103 |
| Binary | 11100000 | 1110100 | 1110101 | 0 | 110000 | 110000 | 1100 | 101100111 | 1000000 | 1000011 |
Color Harmonies of #E07475
Complementary color
Monochromatic Colors of #E07475
Black with #E07475
Text Example
Text Example
White with #E07475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07475; }
p { color: rgb(224,116,117); }
H1.HeaderClassName
{
color: #E07475;
}
.AnyTagClassName
{
color: #E07475;
}
</style>
background-color css
<style>
a { background-color: #E07475; }
a { background-color: rgb(224,116,117); }
div.DivClassName
{
background-color: #E07475;
}
.BgClassName
{
background-color: #E07475;
}
</style>
border-color css
<style>
span { border-color: #E07475; }
span { border-color: rgb(224,116,117); }
td.TdClassName
{
border-color: #E07475;
}
.TagClassName
{
border-color: #E07475;
}
</style>