Shades of Froly #E07780
Tints of Froly #E07780
RGB
CMYK
RGB Variations
Color information
#E07780 (or 0xE07780) is known color: Froly. HEX triplet: E0, 77 and 80. RGB value is (224,119,128). Sum of RGB (Red+Green+Blue) = 224+119+128=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07780 is #1F887F. Grayscale: #979797. Windows color (decimal): -2066560 or 8419296. OLE color: 8419296.
HSL color Cylindrical-coordinate representation of color #E07780: hue angle of 354.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 #E07780 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 128 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.12 |
| HSL | 354.86º | 0.63% | 0.67% | - |
| HSV(B) | 354.86º | 0.47% | 0.88% | - |
| XYZ | 41.23 | 30.6 | 24.16 | - |
| YUV | 151.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 128 | 0 | 0.47 | 0.43 | 0.12 | 354.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | 80 | 0 | 2F | 2B | C | 163 | 3F | 43 |
| Octal | 340 | 167 | 200 | 0 | 57 | 53 | 14 | 543 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10000000 | 0 | 101111 | 101011 | 1100 | 101100011 | 111111 | 1000011 |
Color Harmonies of #E07780
Complementary color
Monochromatic Colors of #E07780
Black with #E07780
Text Example
Text Example
White with #E07780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07780; }
p { color: rgb(224,119,128); }
H1.HeaderClassName
{
color: #E07780;
}
.AnyTagClassName
{
color: #E07780;
}
</style>
background-color css
<style>
a { background-color: #E07780; }
a { background-color: rgb(224,119,128); }
div.DivClassName
{
background-color: #E07780;
}
.BgClassName
{
background-color: #E07780;
}
</style>
border-color css
<style>
span { border-color: #E07780; }
span { border-color: rgb(224,119,128); }
td.TdClassName
{
border-color: #E07780;
}
.TagClassName
{
border-color: #E07780;
}
</style>