Shades of Froly #E05C6D
Tints of Froly #E05C6D
RGB
CMYK
RGB Variations
Color information
#E05C6D (or 0xE05C6D) is known color: Froly. HEX triplet: E0, 5C and 6D. RGB value is (224,92,109). Sum of RGB (Red+Green+Blue) = 224+92+109=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C6D is #1FA392. Grayscale: #858585. Windows color (decimal): -2073491 or 7167200. OLE color: 7167200.
HSL color Cylindrical-coordinate representation of color #E05C6D: hue angle of 352.27º 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 #E05C6D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 109 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.12 |
| HSL | 352.27º | 0.68% | 0.62% | - |
| HSV(B) | 352.27º | 0.59% | 0.88% | - |
| XYZ | 37.33 | 24.61 | 17.25 | - |
| YUV | 133.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 109 | 0 | 0.59 | 0.51 | 0.12 | 352.27 | 0.68 | 0.62 |
| Hex | E0 | 5C | 6D | 0 | 3B | 33 | C | 160 | 44 | 3E |
| Octal | 340 | 134 | 155 | 0 | 73 | 63 | 14 | 540 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1101101 | 0 | 111011 | 110011 | 1100 | 101100000 | 1000100 | 111110 |
Color Harmonies of #E05C6D
Complementary color
Monochromatic Colors of #E05C6D
Black with #E05C6D
Text Example
Text Example
White with #E05C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C6D; }
p { color: rgb(224,92,109); }
H1.HeaderClassName
{
color: #E05C6D;
}
.AnyTagClassName
{
color: #E05C6D;
}
</style>
background-color css
<style>
a { background-color: #E05C6D; }
a { background-color: rgb(224,92,109); }
div.DivClassName
{
background-color: #E05C6D;
}
.BgClassName
{
background-color: #E05C6D;
}
</style>
border-color css
<style>
span { border-color: #E05C6D; }
span { border-color: rgb(224,92,109); }
td.TdClassName
{
border-color: #E05C6D;
}
.TagClassName
{
border-color: #E05C6D;
}
</style>