Shades of Froly #E76E6F
Tints of Froly #E76E6F
RGB
CMYK
RGB Variations
Color information
#E76E6F (or 0xE76E6F) is known color: Froly. HEX triplet: E7, 6E and 6F. RGB value is (231,110,111). Sum of RGB (Red+Green+Blue) = 231+110+111=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E6F is #189190. Grayscale: #929292. Windows color (decimal): -1610129 or 7302887. OLE color: 7302887.
HSL color Cylindrical-coordinate representation of color #E76E6F: hue angle of 359.5º 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 #E76E6F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 111 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.09 |
| HSL | 359.5º | 0.72% | 0.67% | - |
| HSV(B) | 359.5º | 0.52% | 0.91% | - |
| XYZ | 41.4 | 29.29 | 18.51 | - |
| YUV | 146.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 111 | 0 | 0.52 | 0.52 | 0.09 | 359.5 | 0.72 | 0.67 |
| Hex | E7 | 6E | 6F | 0 | 34 | 34 | 9 | 168 | 48 | 43 |
| Octal | 347 | 156 | 157 | 0 | 64 | 64 | 11 | 550 | 110 | 103 |
| Binary | 11100111 | 1101110 | 1101111 | 0 | 110100 | 110100 | 1001 | 101101000 | 1001000 | 1000011 |
Color Harmonies of #E76E6F
Complementary color
Monochromatic Colors of #E76E6F
Black with #E76E6F
Text Example
Text Example
White with #E76E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E6F; }
p { color: rgb(231,110,111); }
H1.HeaderClassName
{
color: #E76E6F;
}
.AnyTagClassName
{
color: #E76E6F;
}
</style>
background-color css
<style>
a { background-color: #E76E6F; }
a { background-color: rgb(231,110,111); }
div.DivClassName
{
background-color: #E76E6F;
}
.BgClassName
{
background-color: #E76E6F;
}
</style>
border-color css
<style>
span { border-color: #E76E6F; }
span { border-color: rgb(231,110,111); }
td.TdClassName
{
border-color: #E76E6F;
}
.TagClassName
{
border-color: #E76E6F;
}
</style>