Shades of Froly #E06D75
Tints of Froly #E06D75
RGB
CMYK
RGB Variations
Color information
#E06D75 (or 0xE06D75) is known color: Froly. HEX triplet: E0, 6D and 75. RGB value is (224,109,117). Sum of RGB (Red+Green+Blue) = 224+109+117=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D75 is #1F928A. Grayscale: #909090. Windows color (decimal): -2069131 or 7695840. OLE color: 7695840.
HSL color Cylindrical-coordinate representation of color #E06D75: hue angle of 355.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D75 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 117 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.12 |
| HSL | 355.83º | 0.65% | 0.65% | - |
| HSV(B) | 355.83º | 0.51% | 0.88% | - |
| XYZ | 39.42 | 28.07 | 20.17 | - |
| YUV | 144.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 117 | 0 | 0.51 | 0.48 | 0.12 | 355.83 | 0.65 | 0.65 |
| Hex | E0 | 6D | 75 | 0 | 33 | 30 | C | 164 | 41 | 41 |
| Octal | 340 | 155 | 165 | 0 | 63 | 60 | 14 | 544 | 101 | 101 |
| Binary | 11100000 | 1101101 | 1110101 | 0 | 110011 | 110000 | 1100 | 101100100 | 1000001 | 1000001 |
Color Harmonies of #E06D75
Complementary color
Monochromatic Colors of #E06D75
Black with #E06D75
Text Example
Text Example
White with #E06D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D75; }
p { color: rgb(224,109,117); }
H1.HeaderClassName
{
color: #E06D75;
}
.AnyTagClassName
{
color: #E06D75;
}
</style>
background-color css
<style>
a { background-color: #E06D75; }
a { background-color: rgb(224,109,117); }
div.DivClassName
{
background-color: #E06D75;
}
.BgClassName
{
background-color: #E06D75;
}
</style>
border-color css
<style>
span { border-color: #E06D75; }
span { border-color: rgb(224,109,117); }
td.TdClassName
{
border-color: #E06D75;
}
.TagClassName
{
border-color: #E06D75;
}
</style>