Shades of Froly #E07F80
Tints of Froly #E07F80
RGB
CMYK
RGB Variations
Color information
#E07F80 (or 0xE07F80) is known color: Froly. HEX triplet: E0, 7F and 80. RGB value is (224,127,128). Sum of RGB (Red+Green+Blue) = 224+127+128=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F80 is #1F807F. Grayscale: #9C9C9C. Windows color (decimal): -2064512 or 8421344. OLE color: 8421344.
HSL color Cylindrical-coordinate representation of color #E07F80: hue angle of 359.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07F80 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 128 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.12 |
| HSL | 359.38º | 0.61% | 0.69% | - |
| HSV(B) | 359.38º | 0.43% | 0.88% | - |
| XYZ | 42.23 | 32.58 | 24.49 | - |
| YUV | 156.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 128 | 0 | 0.43 | 0.43 | 0.12 | 359.38 | 0.61 | 0.69 |
| Hex | E0 | 7F | 80 | 0 | 2B | 2B | C | 167 | 3D | 45 |
| Octal | 340 | 177 | 200 | 0 | 53 | 53 | 14 | 547 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10000000 | 0 | 101011 | 101011 | 1100 | 101100111 | 111101 | 1000101 |
Color Harmonies of #E07F80
Complementary color
Monochromatic Colors of #E07F80
Black with #E07F80
Text Example
Text Example
White with #E07F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F80; }
p { color: rgb(224,127,128); }
H1.HeaderClassName
{
color: #E07F80;
}
.AnyTagClassName
{
color: #E07F80;
}
</style>
background-color css
<style>
a { background-color: #E07F80; }
a { background-color: rgb(224,127,128); }
div.DivClassName
{
background-color: #E07F80;
}
.BgClassName
{
background-color: #E07F80;
}
</style>
border-color css
<style>
span { border-color: #E07F80; }
span { border-color: rgb(224,127,128); }
td.TdClassName
{
border-color: #E07F80;
}
.TagClassName
{
border-color: #E07F80;
}
</style>