Shades of Froly #E05F70
Tints of Froly #E05F70
RGB
CMYK
RGB Variations
Color information
#E05F70 (or 0xE05F70) is known color: Froly. HEX triplet: E0, 5F and 70. RGB value is (224,95,112). Sum of RGB (Red+Green+Blue) = 224+95+112=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F70 is #1FA08F. Grayscale: #878787. Windows color (decimal): -2072720 or 7364576. OLE color: 7364576.
HSL color Cylindrical-coordinate representation of color #E05F70: hue angle of 352.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F70 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 112 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.12 |
| HSL | 352.09º | 0.68% | 0.63% | - |
| HSV(B) | 352.09º | 0.58% | 0.88% | - |
| XYZ | 37.76 | 25.2 | 18.2 | - |
| YUV | 135.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 112 | 0 | 0.58 | 0.50 | 0.12 | 352.09 | 0.68 | 0.63 |
| Hex | E0 | 5F | 70 | 0 | 3A | 32 | C | 160 | 44 | 3F |
| Octal | 340 | 137 | 160 | 0 | 72 | 62 | 14 | 540 | 104 | 77 |
| Binary | 11100000 | 1011111 | 1110000 | 0 | 111010 | 110010 | 1100 | 101100000 | 1000100 | 111111 |
Color Harmonies of #E05F70
Complementary color
Monochromatic Colors of #E05F70
Black with #E05F70
Text Example
Text Example
White with #E05F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F70; }
p { color: rgb(224,95,112); }
H1.HeaderClassName
{
color: #E05F70;
}
.AnyTagClassName
{
color: #E05F70;
}
</style>
background-color css
<style>
a { background-color: #E05F70; }
a { background-color: rgb(224,95,112); }
div.DivClassName
{
background-color: #E05F70;
}
.BgClassName
{
background-color: #E05F70;
}
</style>
border-color css
<style>
span { border-color: #E05F70; }
span { border-color: rgb(224,95,112); }
td.TdClassName
{
border-color: #E05F70;
}
.TagClassName
{
border-color: #E05F70;
}
</style>