Shades of Froly #E76074
Tints of Froly #E76074
RGB
CMYK
RGB Variations
Color information
#E76074 (or 0xE76074) is known color: Froly. HEX triplet: E7, 60 and 74. RGB value is (231,96,116). Sum of RGB (Red+Green+Blue) = 231+96+116=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E76074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76074 is #189F8B. Grayscale: #8A8A8A. Windows color (decimal): -1613708 or 7626983. OLE color: 7626983.
HSL color Cylindrical-coordinate representation of color #E76074: hue angle of 351.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76074 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 116 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.09 |
| HSL | 351.11º | 0.74% | 0.64% | - |
| HSV(B) | 351.11º | 0.58% | 0.91% | - |
| XYZ | 40.29 | 26.62 | 19.54 | - |
| YUV | 138.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 116 | 0 | 0.58 | 0.50 | 0.09 | 351.11 | 0.74 | 0.64 |
| Hex | E7 | 60 | 74 | 0 | 3A | 32 | 9 | 15F | 4A | 40 |
| Octal | 347 | 140 | 164 | 0 | 72 | 62 | 11 | 537 | 112 | 100 |
| Binary | 11100111 | 1100000 | 1110100 | 0 | 111010 | 110010 | 1001 | 101011111 | 1001010 | 1000000 |
Color Harmonies of #E76074
Complementary color
Monochromatic Colors of #E76074
Black with #E76074
Text Example
Text Example
White with #E76074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76074; }
p { color: rgb(231,96,116); }
H1.HeaderClassName
{
color: #E76074;
}
.AnyTagClassName
{
color: #E76074;
}
</style>
background-color css
<style>
a { background-color: #E76074; }
a { background-color: rgb(231,96,116); }
div.DivClassName
{
background-color: #E76074;
}
.BgClassName
{
background-color: #E76074;
}
</style>
border-color css
<style>
span { border-color: #E76074; }
span { border-color: rgb(231,96,116); }
td.TdClassName
{
border-color: #E76074;
}
.TagClassName
{
border-color: #E76074;
}
</style>