Shades of Froly #E76E7C
Tints of Froly #E76E7C
RGB
CMYK
RGB Variations
Color information
#E76E7C (or 0xE76E7C) is known color: Froly. HEX triplet: E7, 6E and 7C. RGB value is (231,110,124). Sum of RGB (Red+Green+Blue) = 231+110+124=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E7C is #189183. Grayscale: #939393. Windows color (decimal): -1610116 or 8154855. OLE color: 8154855.
HSL color Cylindrical-coordinate representation of color #E76E7C: hue angle of 353.06º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76E7C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 124 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.09 |
| HSL | 353.06º | 0.72% | 0.67% | - |
| HSV(B) | 353.06º | 0.52% | 0.91% | - |
| XYZ | 42.17 | 29.6 | 22.56 | - |
| YUV | 147.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 124 | 0 | 0.52 | 0.46 | 0.09 | 353.06 | 0.72 | 0.67 |
| Hex | E7 | 6E | 7C | 0 | 34 | 2E | 9 | 161 | 48 | 43 |
| Octal | 347 | 156 | 174 | 0 | 64 | 56 | 11 | 541 | 110 | 103 |
| Binary | 11100111 | 1101110 | 1111100 | 0 | 110100 | 101110 | 1001 | 101100001 | 1001000 | 1000011 |
Color Harmonies of #E76E7C
Complementary color
Monochromatic Colors of #E76E7C
Black with #E76E7C
Text Example
Text Example
White with #E76E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E7C; }
p { color: rgb(231,110,124); }
H1.HeaderClassName
{
color: #E76E7C;
}
.AnyTagClassName
{
color: #E76E7C;
}
</style>
background-color css
<style>
a { background-color: #E76E7C; }
a { background-color: rgb(231,110,124); }
div.DivClassName
{
background-color: #E76E7C;
}
.BgClassName
{
background-color: #E76E7C;
}
</style>
border-color css
<style>
span { border-color: #E76E7C; }
span { border-color: rgb(231,110,124); }
td.TdClassName
{
border-color: #E76E7C;
}
.TagClassName
{
border-color: #E76E7C;
}
</style>