Shades of Froly #E76078
Tints of Froly #E76078
RGB
CMYK
RGB Variations
Color information
#E76078 (or 0xE76078) is known color: Froly. HEX triplet: E7, 60 and 78. RGB value is (231,96,120). Sum of RGB (Red+Green+Blue) = 231+96+120=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76078 is #189F87. Grayscale: #8B8B8B. Windows color (decimal): -1613704 or 7889127. OLE color: 7889127.
HSL color Cylindrical-coordinate representation of color #E76078: hue angle of 349.33º 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 #E76078 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 120 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.09 |
| HSL | 349.33º | 0.74% | 0.64% | - |
| HSV(B) | 349.33º | 0.58% | 0.91% | - |
| XYZ | 40.53 | 26.71 | 20.79 | - |
| YUV | 139.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 120 | 0 | 0.58 | 0.48 | 0.09 | 349.33 | 0.74 | 0.64 |
| Hex | E7 | 60 | 78 | 0 | 3A | 30 | 9 | 15D | 4A | 40 |
| Octal | 347 | 140 | 170 | 0 | 72 | 60 | 11 | 535 | 112 | 100 |
| Binary | 11100111 | 1100000 | 1111000 | 0 | 111010 | 110000 | 1001 | 101011101 | 1001010 | 1000000 |
Color Harmonies of #E76078
Complementary color
Monochromatic Colors of #E76078
Black with #E76078
Text Example
Text Example
White with #E76078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76078; }
p { color: rgb(231,96,120); }
H1.HeaderClassName
{
color: #E76078;
}
.AnyTagClassName
{
color: #E76078;
}
</style>
background-color css
<style>
a { background-color: #E76078; }
a { background-color: rgb(231,96,120); }
div.DivClassName
{
background-color: #E76078;
}
.BgClassName
{
background-color: #E76078;
}
</style>
border-color css
<style>
span { border-color: #E76078; }
span { border-color: rgb(231,96,120); }
td.TdClassName
{
border-color: #E76078;
}
.TagClassName
{
border-color: #E76078;
}
</style>