Shades of Froly #E76D78
Tints of Froly #E76D78
RGB
CMYK
RGB Variations
Color information
#E76D78 (or 0xE76D78) is known color: Froly. HEX triplet: E7, 6D and 78. RGB value is (231,109,120). Sum of RGB (Red+Green+Blue) = 231+109+120=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D78 is #189287. Grayscale: #929292. Windows color (decimal): -1610376 or 7892455. OLE color: 7892455.
HSL color Cylindrical-coordinate representation of color #E76D78: hue angle of 354.59º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76D78 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 120 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.09 |
| HSL | 354.59º | 0.72% | 0.67% | - |
| HSV(B) | 354.59º | 0.53% | 0.91% | - |
| XYZ | 41.81 | 29.28 | 21.22 | - |
| YUV | 146.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 120 | 0 | 0.53 | 0.48 | 0.09 | 354.59 | 0.72 | 0.67 |
| Hex | E7 | 6D | 78 | 0 | 35 | 30 | 9 | 163 | 48 | 43 |
| Octal | 347 | 155 | 170 | 0 | 65 | 60 | 11 | 543 | 110 | 103 |
| Binary | 11100111 | 1101101 | 1111000 | 0 | 110101 | 110000 | 1001 | 101100011 | 1001000 | 1000011 |
Color Harmonies of #E76D78
Complementary color
Monochromatic Colors of #E76D78
Black with #E76D78
Text Example
Text Example
White with #E76D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D78; }
p { color: rgb(231,109,120); }
H1.HeaderClassName
{
color: #E76D78;
}
.AnyTagClassName
{
color: #E76D78;
}
</style>
background-color css
<style>
a { background-color: #E76D78; }
a { background-color: rgb(231,109,120); }
div.DivClassName
{
background-color: #E76D78;
}
.BgClassName
{
background-color: #E76D78;
}
</style>
border-color css
<style>
span { border-color: #E76D78; }
span { border-color: rgb(231,109,120); }
td.TdClassName
{
border-color: #E76D78;
}
.TagClassName
{
border-color: #E76D78;
}
</style>