Shades of Froly #E06779
Tints of Froly #E06779
RGB
CMYK
RGB Variations
Color information
#E06779 (or 0xE06779) is known color: Froly. HEX triplet: E0, 67 and 79. RGB value is (224,103,121). Sum of RGB (Red+Green+Blue) = 224+103+121=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E06779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06779 is #1F9886. Grayscale: #8D8D8D. Windows color (decimal): -2070663 or 7956448. OLE color: 7956448.
HSL color Cylindrical-coordinate representation of color #E06779: hue angle of 351.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06779 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 121 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.12 |
| HSL | 351.07º | 0.66% | 0.64% | - |
| HSV(B) | 351.07º | 0.54% | 0.88% | - |
| XYZ | 39.04 | 26.93 | 21.23 | - |
| YUV | 141.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 121 | 0 | 0.54 | 0.46 | 0.12 | 351.07 | 0.66 | 0.64 |
| Hex | E0 | 67 | 79 | 0 | 36 | 2E | C | 15F | 42 | 40 |
| Octal | 340 | 147 | 171 | 0 | 66 | 56 | 14 | 537 | 102 | 100 |
| Binary | 11100000 | 1100111 | 1111001 | 0 | 110110 | 101110 | 1100 | 101011111 | 1000010 | 1000000 |
Color Harmonies of #E06779
Complementary color
Monochromatic Colors of #E06779
Black with #E06779
Text Example
Text Example
White with #E06779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06779; }
p { color: rgb(224,103,121); }
H1.HeaderClassName
{
color: #E06779;
}
.AnyTagClassName
{
color: #E06779;
}
</style>
background-color css
<style>
a { background-color: #E06779; }
a { background-color: rgb(224,103,121); }
div.DivClassName
{
background-color: #E06779;
}
.BgClassName
{
background-color: #E06779;
}
</style>
border-color css
<style>
span { border-color: #E06779; }
span { border-color: rgb(224,103,121); }
td.TdClassName
{
border-color: #E06779;
}
.TagClassName
{
border-color: #E06779;
}
</style>