Shades of Froly #E06478
Tints of Froly #E06478
RGB
CMYK
RGB Variations
Color information
#E06478 (or 0xE06478) is known color: Froly. HEX triplet: E0, 64 and 78. RGB value is (224,100,120). Sum of RGB (Red+Green+Blue) = 224+100+120=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06478 is #1F9B87. Grayscale: #8B8B8B. Windows color (decimal): -2071432 or 7890144. OLE color: 7890144.
HSL color Cylindrical-coordinate representation of color #E06478: hue angle of 350.32º 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 #E06478 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 120 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.12 |
| HSL | 350.32º | 0.67% | 0.64% | - |
| HSV(B) | 350.32º | 0.55% | 0.88% | - |
| XYZ | 38.69 | 26.32 | 20.81 | - |
| YUV | 139.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 120 | 0 | 0.55 | 0.46 | 0.12 | 350.32 | 0.67 | 0.64 |
| Hex | E0 | 64 | 78 | 0 | 37 | 2E | C | 15E | 43 | 40 |
| Octal | 340 | 144 | 170 | 0 | 67 | 56 | 14 | 536 | 103 | 100 |
| Binary | 11100000 | 1100100 | 1111000 | 0 | 110111 | 101110 | 1100 | 101011110 | 1000011 | 1000000 |
Color Harmonies of #E06478
Complementary color
Monochromatic Colors of #E06478
Black with #E06478
Text Example
Text Example
White with #E06478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06478; }
p { color: rgb(224,100,120); }
H1.HeaderClassName
{
color: #E06478;
}
.AnyTagClassName
{
color: #E06478;
}
</style>
background-color css
<style>
a { background-color: #E06478; }
a { background-color: rgb(224,100,120); }
div.DivClassName
{
background-color: #E06478;
}
.BgClassName
{
background-color: #E06478;
}
</style>
border-color css
<style>
span { border-color: #E06478; }
span { border-color: rgb(224,100,120); }
td.TdClassName
{
border-color: #E06478;
}
.TagClassName
{
border-color: #E06478;
}
</style>