Shades of Froly #E06C78
Tints of Froly #E06C78
RGB
CMYK
RGB Variations
Color information
#E06C78 (or 0xE06C78) is known color: Froly. HEX triplet: E0, 6C and 78. RGB value is (224,108,120). Sum of RGB (Red+Green+Blue) = 224+108+120=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C78 is #1F9387. Grayscale: #909090. Windows color (decimal): -2069384 or 7892192. OLE color: 7892192.
HSL color Cylindrical-coordinate representation of color #E06C78: hue angle of 353.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C78 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 120 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.12 |
| HSL | 353.79º | 0.65% | 0.65% | - |
| HSV(B) | 353.79º | 0.52% | 0.88% | - |
| XYZ | 39.49 | 27.93 | 21.08 | - |
| YUV | 144.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 120 | 0 | 0.52 | 0.46 | 0.12 | 353.79 | 0.65 | 0.65 |
| Hex | E0 | 6C | 78 | 0 | 34 | 2E | C | 162 | 41 | 41 |
| Octal | 340 | 154 | 170 | 0 | 64 | 56 | 14 | 542 | 101 | 101 |
| Binary | 11100000 | 1101100 | 1111000 | 0 | 110100 | 101110 | 1100 | 101100010 | 1000001 | 1000001 |
Color Harmonies of #E06C78
Complementary color
Monochromatic Colors of #E06C78
Black with #E06C78
Text Example
Text Example
White with #E06C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C78; }
p { color: rgb(224,108,120); }
H1.HeaderClassName
{
color: #E06C78;
}
.AnyTagClassName
{
color: #E06C78;
}
</style>
background-color css
<style>
a { background-color: #E06C78; }
a { background-color: rgb(224,108,120); }
div.DivClassName
{
background-color: #E06C78;
}
.BgClassName
{
background-color: #E06C78;
}
</style>
border-color css
<style>
span { border-color: #E06C78; }
span { border-color: rgb(224,108,120); }
td.TdClassName
{
border-color: #E06C78;
}
.TagClassName
{
border-color: #E06C78;
}
</style>