Shades of Froly #E0646C
Tints of Froly #E0646C
RGB
CMYK
RGB Variations
Color information
#E0646C (or 0xE0646C) is known color: Froly. HEX triplet: E0, 64 and 6C. RGB value is (224,100,108). Sum of RGB (Red+Green+Blue) = 224+100+108=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0646C is #1F9B93. Grayscale: #8A8A8A. Windows color (decimal): -2071444 or 7103712. OLE color: 7103712.
HSL color Cylindrical-coordinate representation of color #E0646C: hue angle of 356.13º 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 #E0646C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 108 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.12 |
| HSL | 356.13º | 0.67% | 0.64% | - |
| HSV(B) | 356.13º | 0.55% | 0.88% | - |
| XYZ | 38 | 26.04 | 17.21 | - |
| YUV | 137.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 108 | 0 | 0.55 | 0.52 | 0.12 | 356.13 | 0.67 | 0.64 |
| Hex | E0 | 64 | 6C | 0 | 37 | 34 | C | 164 | 43 | 40 |
| Octal | 340 | 144 | 154 | 0 | 67 | 64 | 14 | 544 | 103 | 100 |
| Binary | 11100000 | 1100100 | 1101100 | 0 | 110111 | 110100 | 1100 | 101100100 | 1000011 | 1000000 |
Color Harmonies of #E0646C
Complementary color
Monochromatic Colors of #E0646C
Black with #E0646C
Text Example
Text Example
White with #E0646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0646C; }
p { color: rgb(224,100,108); }
H1.HeaderClassName
{
color: #E0646C;
}
.AnyTagClassName
{
color: #E0646C;
}
</style>
background-color css
<style>
a { background-color: #E0646C; }
a { background-color: rgb(224,100,108); }
div.DivClassName
{
background-color: #E0646C;
}
.BgClassName
{
background-color: #E0646C;
}
</style>
border-color css
<style>
span { border-color: #E0646C; }
span { border-color: rgb(224,100,108); }
td.TdClassName
{
border-color: #E0646C;
}
.TagClassName
{
border-color: #E0646C;
}
</style>