Shades of Froly #E07075
Tints of Froly #E07075
RGB
CMYK
RGB Variations
Color information
#E07075 (or 0xE07075) is known color: Froly. HEX triplet: E0, 70 and 75. RGB value is (224,112,117). Sum of RGB (Red+Green+Blue) = 224+112+117=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07075 is #1F8F8A. Grayscale: #929292. Windows color (decimal): -2068363 or 7696608. OLE color: 7696608.
HSL color Cylindrical-coordinate representation of color #E07075: hue angle of 357.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07075 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 117 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.12 |
| HSL | 357.32º | 0.64% | 0.66% | - |
| HSV(B) | 357.32º | 0.5% | 0.88% | - |
| XYZ | 39.75 | 28.72 | 20.28 | - |
| YUV | 146.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 117 | 0 | 0.50 | 0.48 | 0.12 | 357.32 | 0.64 | 0.66 |
| Hex | E0 | 70 | 75 | 0 | 32 | 30 | C | 165 | 40 | 42 |
| Octal | 340 | 160 | 165 | 0 | 62 | 60 | 14 | 545 | 100 | 102 |
| Binary | 11100000 | 1110000 | 1110101 | 0 | 110010 | 110000 | 1100 | 101100101 | 1000000 | 1000010 |
Color Harmonies of #E07075
Complementary color
Monochromatic Colors of #E07075
Black with #E07075
Text Example
Text Example
White with #E07075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07075; }
p { color: rgb(224,112,117); }
H1.HeaderClassName
{
color: #E07075;
}
.AnyTagClassName
{
color: #E07075;
}
</style>
background-color css
<style>
a { background-color: #E07075; }
a { background-color: rgb(224,112,117); }
div.DivClassName
{
background-color: #E07075;
}
.BgClassName
{
background-color: #E07075;
}
</style>
border-color css
<style>
span { border-color: #E07075; }
span { border-color: rgb(224,112,117); }
td.TdClassName
{
border-color: #E07075;
}
.TagClassName
{
border-color: #E07075;
}
</style>