Shades of Froly #E05F77
Tints of Froly #E05F77
RGB
CMYK
RGB Variations
Color information
#E05F77 (or 0xE05F77) is known color: Froly. HEX triplet: E0, 5F and 77. RGB value is (224,95,119). Sum of RGB (Red+Green+Blue) = 224+95+119=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F77 is #1FA088. Grayscale: #888888. Windows color (decimal): -2072713 or 7823328. OLE color: 7823328.
HSL color Cylindrical-coordinate representation of color #E05F77: hue angle of 348.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F77 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 119 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.12 |
| HSL | 348.84º | 0.68% | 0.63% | - |
| HSV(B) | 348.84º | 0.58% | 0.88% | - |
| XYZ | 38.16 | 25.36 | 20.34 | - |
| YUV | 136.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 119 | 0 | 0.58 | 0.47 | 0.12 | 348.84 | 0.68 | 0.63 |
| Hex | E0 | 5F | 77 | 0 | 3A | 2F | C | 15D | 44 | 3F |
| Octal | 340 | 137 | 167 | 0 | 72 | 57 | 14 | 535 | 104 | 77 |
| Binary | 11100000 | 1011111 | 1110111 | 0 | 111010 | 101111 | 1100 | 101011101 | 1000100 | 111111 |
Color Harmonies of #E05F77
Complementary color
Monochromatic Colors of #E05F77
Black with #E05F77
Text Example
Text Example
White with #E05F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F77; }
p { color: rgb(224,95,119); }
H1.HeaderClassName
{
color: #E05F77;
}
.AnyTagClassName
{
color: #E05F77;
}
</style>
background-color css
<style>
a { background-color: #E05F77; }
a { background-color: rgb(224,95,119); }
div.DivClassName
{
background-color: #E05F77;
}
.BgClassName
{
background-color: #E05F77;
}
</style>
border-color css
<style>
span { border-color: #E05F77; }
span { border-color: rgb(224,95,119); }
td.TdClassName
{
border-color: #E05F77;
}
.TagClassName
{
border-color: #E05F77;
}
</style>