Shades of Froly #E06471
Tints of Froly #E06471
RGB
CMYK
RGB Variations
Color information
#E06471 (or 0xE06471) is known color: Froly. HEX triplet: E0, 64 and 71. RGB value is (224,100,113). Sum of RGB (Red+Green+Blue) = 224+100+113=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06471 is #1F9B8E. Grayscale: #8A8A8A. Windows color (decimal): -2071439 or 7431392. OLE color: 7431392.
HSL color Cylindrical-coordinate representation of color #E06471: hue angle of 353.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06471 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 113 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.12 |
| HSL | 353.71º | 0.67% | 0.64% | - |
| HSV(B) | 353.71º | 0.55% | 0.88% | - |
| XYZ | 38.28 | 26.15 | 18.65 | - |
| YUV | 138.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 113 | 0 | 0.55 | 0.50 | 0.12 | 353.71 | 0.67 | 0.64 |
| Hex | E0 | 64 | 71 | 0 | 37 | 32 | C | 162 | 43 | 40 |
| Octal | 340 | 144 | 161 | 0 | 67 | 62 | 14 | 542 | 103 | 100 |
| Binary | 11100000 | 1100100 | 1110001 | 0 | 110111 | 110010 | 1100 | 101100010 | 1000011 | 1000000 |
Color Harmonies of #E06471
Complementary color
Monochromatic Colors of #E06471
Black with #E06471
Text Example
Text Example
White with #E06471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06471; }
p { color: rgb(224,100,113); }
H1.HeaderClassName
{
color: #E06471;
}
.AnyTagClassName
{
color: #E06471;
}
</style>
background-color css
<style>
a { background-color: #E06471; }
a { background-color: rgb(224,100,113); }
div.DivClassName
{
background-color: #E06471;
}
.BgClassName
{
background-color: #E06471;
}
</style>
border-color css
<style>
span { border-color: #E06471; }
span { border-color: rgb(224,100,113); }
td.TdClassName
{
border-color: #E06471;
}
.TagClassName
{
border-color: #E06471;
}
</style>