Shades of Froly #E07779
Tints of Froly #E07779
RGB
CMYK
RGB Variations
Color information
#E07779 (or 0xE07779) is known color: Froly. HEX triplet: E0, 77 and 79. RGB value is (224,119,121). Sum of RGB (Red+Green+Blue) = 224+119+121=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07779 is #1F8886. Grayscale: #969696. Windows color (decimal): -2066567 or 7960544. OLE color: 7960544.
HSL color Cylindrical-coordinate representation of color #E07779: hue angle of 358.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07779 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 121 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.12 |
| HSL | 358.86º | 0.63% | 0.67% | - |
| HSV(B) | 358.86º | 0.47% | 0.88% | - |
| XYZ | 40.79 | 30.42 | 21.81 | - |
| YUV | 150.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 121 | 0 | 0.47 | 0.46 | 0.12 | 358.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | 79 | 0 | 2F | 2E | C | 167 | 3F | 43 |
| Octal | 340 | 167 | 171 | 0 | 57 | 56 | 14 | 547 | 77 | 103 |
| Binary | 11100000 | 1110111 | 1111001 | 0 | 101111 | 101110 | 1100 | 101100111 | 111111 | 1000011 |
Color Harmonies of #E07779
Complementary color
Monochromatic Colors of #E07779
Black with #E07779
Text Example
Text Example
White with #E07779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07779; }
p { color: rgb(224,119,121); }
H1.HeaderClassName
{
color: #E07779;
}
.AnyTagClassName
{
color: #E07779;
}
</style>
background-color css
<style>
a { background-color: #E07779; }
a { background-color: rgb(224,119,121); }
div.DivClassName
{
background-color: #E07779;
}
.BgClassName
{
background-color: #E07779;
}
</style>
border-color css
<style>
span { border-color: #E07779; }
span { border-color: rgb(224,119,121); }
td.TdClassName
{
border-color: #E07779;
}
.TagClassName
{
border-color: #E07779;
}
</style>