Shades of Froly #E76D6F
Tints of Froly #E76D6F
RGB
CMYK
RGB Variations
Color information
#E76D6F (or 0xE76D6F) is known color: Froly. HEX triplet: E7, 6D and 6F. RGB value is (231,109,111). Sum of RGB (Red+Green+Blue) = 231+109+111=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D6F is #189290. Grayscale: #919191. Windows color (decimal): -1610385 or 7302631. OLE color: 7302631.
HSL color Cylindrical-coordinate representation of color #E76D6F: hue angle of 359.02º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76D6F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 111 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.09 |
| HSL | 359.02º | 0.72% | 0.67% | - |
| HSV(B) | 359.02º | 0.53% | 0.91% | - |
| XYZ | 41.29 | 29.07 | 18.47 | - |
| YUV | 145.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 111 | 0 | 0.53 | 0.52 | 0.09 | 359.02 | 0.72 | 0.67 |
| Hex | E7 | 6D | 6F | 0 | 35 | 34 | 9 | 167 | 48 | 43 |
| Octal | 347 | 155 | 157 | 0 | 65 | 64 | 11 | 547 | 110 | 103 |
| Binary | 11100111 | 1101101 | 1101111 | 0 | 110101 | 110100 | 1001 | 101100111 | 1001000 | 1000011 |
Color Harmonies of #E76D6F
Complementary color
Monochromatic Colors of #E76D6F
Black with #E76D6F
Text Example
Text Example
White with #E76D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D6F; }
p { color: rgb(231,109,111); }
H1.HeaderClassName
{
color: #E76D6F;
}
.AnyTagClassName
{
color: #E76D6F;
}
</style>
background-color css
<style>
a { background-color: #E76D6F; }
a { background-color: rgb(231,109,111); }
div.DivClassName
{
background-color: #E76D6F;
}
.BgClassName
{
background-color: #E76D6F;
}
</style>
border-color css
<style>
span { border-color: #E76D6F; }
span { border-color: rgb(231,109,111); }
td.TdClassName
{
border-color: #E76D6F;
}
.TagClassName
{
border-color: #E76D6F;
}
</style>