Shades of Froly #E76C7E
Tints of Froly #E76C7E
RGB
CMYK
RGB Variations
Color information
#E76C7E (or 0xE76C7E) is known color: Froly. HEX triplet: E7, 6C and 7E. RGB value is (231,108,126). Sum of RGB (Red+Green+Blue) = 231+108+126=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C7E is #189381. Grayscale: #929292. Windows color (decimal): -1610626 or 8285415. OLE color: 8285415.
HSL color Cylindrical-coordinate representation of color #E76C7E: hue angle of 351.22º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76C7E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 126 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.09 |
| HSL | 351.22º | 0.72% | 0.66% | - |
| HSV(B) | 351.22º | 0.53% | 0.91% | - |
| XYZ | 42.08 | 29.22 | 23.16 | - |
| YUV | 146.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 126 | 0 | 0.53 | 0.45 | 0.09 | 351.22 | 0.72 | 0.66 |
| Hex | E7 | 6C | 7E | 0 | 35 | 2D | 9 | 15F | 48 | 42 |
| Octal | 347 | 154 | 176 | 0 | 65 | 55 | 11 | 537 | 110 | 102 |
| Binary | 11100111 | 1101100 | 1111110 | 0 | 110101 | 101101 | 1001 | 101011111 | 1001000 | 1000010 |
Color Harmonies of #E76C7E
Complementary color
Monochromatic Colors of #E76C7E
Black with #E76C7E
Text Example
Text Example
White with #E76C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C7E; }
p { color: rgb(231,108,126); }
H1.HeaderClassName
{
color: #E76C7E;
}
.AnyTagClassName
{
color: #E76C7E;
}
</style>
background-color css
<style>
a { background-color: #E76C7E; }
a { background-color: rgb(231,108,126); }
div.DivClassName
{
background-color: #E76C7E;
}
.BgClassName
{
background-color: #E76C7E;
}
</style>
border-color css
<style>
span { border-color: #E76C7E; }
span { border-color: rgb(231,108,126); }
td.TdClassName
{
border-color: #E76C7E;
}
.TagClassName
{
border-color: #E76C7E;
}
</style>