Shades of Froly #E0767C
Tints of Froly #E0767C
RGB
CMYK
RGB Variations
Color information
#E0767C (or 0xE0767C) is known color: Froly. HEX triplet: E0, 76 and 7C. RGB value is (224,118,124). Sum of RGB (Red+Green+Blue) = 224+118+124=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0767C is #1F8983. Grayscale: #969696. Windows color (decimal): -2066820 or 8156896. OLE color: 8156896.
HSL color Cylindrical-coordinate representation of color #E0767C: hue angle of 356.6º 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 #E0767C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 124 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.12 |
| HSL | 356.6º | 0.63% | 0.67% | - |
| HSV(B) | 356.6º | 0.47% | 0.88% | - |
| XYZ | 40.86 | 30.26 | 22.76 | - |
| YUV | 150.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 124 | 0 | 0.47 | 0.45 | 0.12 | 356.6 | 0.63 | 0.67 |
| Hex | E0 | 76 | 7C | 0 | 2F | 2D | C | 165 | 3F | 43 |
| Octal | 340 | 166 | 174 | 0 | 57 | 55 | 14 | 545 | 77 | 103 |
| Binary | 11100000 | 1110110 | 1111100 | 0 | 101111 | 101101 | 1100 | 101100101 | 111111 | 1000011 |
Color Harmonies of #E0767C
Complementary color
Monochromatic Colors of #E0767C
Black with #E0767C
Text Example
Text Example
White with #E0767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0767C; }
p { color: rgb(224,118,124); }
H1.HeaderClassName
{
color: #E0767C;
}
.AnyTagClassName
{
color: #E0767C;
}
</style>
background-color css
<style>
a { background-color: #E0767C; }
a { background-color: rgb(224,118,124); }
div.DivClassName
{
background-color: #E0767C;
}
.BgClassName
{
background-color: #E0767C;
}
</style>
border-color css
<style>
span { border-color: #E0767C; }
span { border-color: rgb(224,118,124); }
td.TdClassName
{
border-color: #E0767C;
}
.TagClassName
{
border-color: #E0767C;
}
</style>