Shades of Froly #E76173
Tints of Froly #E76173
RGB
CMYK
RGB Variations
Color information
#E76173 (or 0xE76173) is known color: Froly. HEX triplet: E7, 61 and 73. RGB value is (231,97,115). Sum of RGB (Red+Green+Blue) = 231+97+115=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E76173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76173 is #189E8C. Grayscale: #8B8B8B. Windows color (decimal): -1613453 or 7561703. OLE color: 7561703.
HSL color Cylindrical-coordinate representation of color #E76173: hue angle of 351.94º 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 #E76173 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 115 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.09 |
| HSL | 351.94º | 0.74% | 0.64% | - |
| HSV(B) | 351.94º | 0.58% | 0.91% | - |
| XYZ | 40.32 | 26.78 | 19.26 | - |
| YUV | 139.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 115 | 0 | 0.58 | 0.50 | 0.09 | 351.94 | 0.74 | 0.64 |
| Hex | E7 | 61 | 73 | 0 | 3A | 32 | 9 | 160 | 4A | 40 |
| Octal | 347 | 141 | 163 | 0 | 72 | 62 | 11 | 540 | 112 | 100 |
| Binary | 11100111 | 1100001 | 1110011 | 0 | 111010 | 110010 | 1001 | 101100000 | 1001010 | 1000000 |
Color Harmonies of #E76173
Complementary color
Monochromatic Colors of #E76173
Black with #E76173
Text Example
Text Example
White with #E76173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76173; }
p { color: rgb(231,97,115); }
H1.HeaderClassName
{
color: #E76173;
}
.AnyTagClassName
{
color: #E76173;
}
</style>
background-color css
<style>
a { background-color: #E76173; }
a { background-color: rgb(231,97,115); }
div.DivClassName
{
background-color: #E76173;
}
.BgClassName
{
background-color: #E76173;
}
</style>
border-color css
<style>
span { border-color: #E76173; }
span { border-color: rgb(231,97,115); }
td.TdClassName
{
border-color: #E76173;
}
.TagClassName
{
border-color: #E76173;
}
</style>