Shades of Froly #E76178
Tints of Froly #E76178
RGB
CMYK
RGB Variations
Color information
#E76178 (or 0xE76178) is known color: Froly. HEX triplet: E7, 61 and 78. RGB value is (231,97,120). Sum of RGB (Red+Green+Blue) = 231+97+120=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76178 is #189E87. Grayscale: #8B8B8B. Windows color (decimal): -1613448 or 7889383. OLE color: 7889383.
HSL color Cylindrical-coordinate representation of color #E76178: hue angle of 349.7º 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 #E76178 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 120 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.09 |
| HSL | 349.7º | 0.74% | 0.64% | - |
| HSV(B) | 349.7º | 0.58% | 0.91% | - |
| XYZ | 40.62 | 26.89 | 20.82 | - |
| YUV | 139.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 120 | 0 | 0.58 | 0.48 | 0.09 | 349.7 | 0.74 | 0.64 |
| Hex | E7 | 61 | 78 | 0 | 3A | 30 | 9 | 15E | 4A | 40 |
| Octal | 347 | 141 | 170 | 0 | 72 | 60 | 11 | 536 | 112 | 100 |
| Binary | 11100111 | 1100001 | 1111000 | 0 | 111010 | 110000 | 1001 | 101011110 | 1001010 | 1000000 |
Color Harmonies of #E76178
Complementary color
Monochromatic Colors of #E76178
Black with #E76178
Text Example
Text Example
White with #E76178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76178; }
p { color: rgb(231,97,120); }
H1.HeaderClassName
{
color: #E76178;
}
.AnyTagClassName
{
color: #E76178;
}
</style>
background-color css
<style>
a { background-color: #E76178; }
a { background-color: rgb(231,97,120); }
div.DivClassName
{
background-color: #E76178;
}
.BgClassName
{
background-color: #E76178;
}
</style>
border-color css
<style>
span { border-color: #E76178; }
span { border-color: rgb(231,97,120); }
td.TdClassName
{
border-color: #E76178;
}
.TagClassName
{
border-color: #E76178;
}
</style>