Shades of Froly #E0646D
Tints of Froly #E0646D
RGB
CMYK
RGB Variations
Color information
#E0646D (or 0xE0646D) is known color: Froly. HEX triplet: E0, 64 and 6D. RGB value is (224,100,109). Sum of RGB (Red+Green+Blue) = 224+100+109=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0646D is #1F9B92. Grayscale: #8A8A8A. Windows color (decimal): -2071443 or 7169248. OLE color: 7169248.
HSL color Cylindrical-coordinate representation of color #E0646D: hue angle of 355.65º 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 #E0646D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 109 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.12 |
| HSL | 355.65º | 0.67% | 0.64% | - |
| HSV(B) | 355.65º | 0.55% | 0.88% | - |
| XYZ | 38.06 | 26.07 | 17.49 | - |
| YUV | 138.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 109 | 0 | 0.55 | 0.51 | 0.12 | 355.65 | 0.67 | 0.64 |
| Hex | E0 | 64 | 6D | 0 | 37 | 33 | C | 164 | 43 | 40 |
| Octal | 340 | 144 | 155 | 0 | 67 | 63 | 14 | 544 | 103 | 100 |
| Binary | 11100000 | 1100100 | 1101101 | 0 | 110111 | 110011 | 1100 | 101100100 | 1000011 | 1000000 |
Color Harmonies of #E0646D
Complementary color
Monochromatic Colors of #E0646D
Black with #E0646D
Text Example
Text Example
White with #E0646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0646D; }
p { color: rgb(224,100,109); }
H1.HeaderClassName
{
color: #E0646D;
}
.AnyTagClassName
{
color: #E0646D;
}
</style>
background-color css
<style>
a { background-color: #E0646D; }
a { background-color: rgb(224,100,109); }
div.DivClassName
{
background-color: #E0646D;
}
.BgClassName
{
background-color: #E0646D;
}
</style>
border-color css
<style>
span { border-color: #E0646D; }
span { border-color: rgb(224,100,109); }
td.TdClassName
{
border-color: #E0646D;
}
.TagClassName
{
border-color: #E0646D;
}
</style>