Shades of Froly #E05C70
Tints of Froly #E05C70
RGB
CMYK
RGB Variations
Color information
#E05C70 (or 0xE05C70) is known color: Froly. HEX triplet: E0, 5C and 70. RGB value is (224,92,112). Sum of RGB (Red+Green+Blue) = 224+92+112=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C70 is #1FA38F. Grayscale: #858585. Windows color (decimal): -2073488 or 7363808. OLE color: 7363808.
HSL color Cylindrical-coordinate representation of color #E05C70: hue angle of 350.91º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C70 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 112 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.12 |
| HSL | 350.91º | 0.68% | 0.62% | - |
| HSV(B) | 350.91º | 0.59% | 0.88% | - |
| XYZ | 37.49 | 24.67 | 18.12 | - |
| YUV | 133.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 112 | 0 | 0.59 | 0.50 | 0.12 | 350.91 | 0.68 | 0.62 |
| Hex | E0 | 5C | 70 | 0 | 3B | 32 | C | 15F | 44 | 3E |
| Octal | 340 | 134 | 160 | 0 | 73 | 62 | 14 | 537 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1110000 | 0 | 111011 | 110010 | 1100 | 101011111 | 1000100 | 111110 |
Color Harmonies of #E05C70
Complementary color
Monochromatic Colors of #E05C70
Black with #E05C70
Text Example
Text Example
White with #E05C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C70; }
p { color: rgb(224,92,112); }
H1.HeaderClassName
{
color: #E05C70;
}
.AnyTagClassName
{
color: #E05C70;
}
</style>
background-color css
<style>
a { background-color: #E05C70; }
a { background-color: rgb(224,92,112); }
div.DivClassName
{
background-color: #E05C70;
}
.BgClassName
{
background-color: #E05C70;
}
</style>
border-color css
<style>
span { border-color: #E05C70; }
span { border-color: rgb(224,92,112); }
td.TdClassName
{
border-color: #E05C70;
}
.TagClassName
{
border-color: #E05C70;
}
</style>