Shades of Froly #E76771
Tints of Froly #E76771
RGB
CMYK
RGB Variations
Color information
#E76771 (or 0xE76771) is known color: Froly. HEX triplet: E7, 67 and 71. RGB value is (231,103,113). Sum of RGB (Red+Green+Blue) = 231+103+113=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76771 is #18988E. Grayscale: #8E8E8E. Windows color (decimal): -1611919 or 7432167. OLE color: 7432167.
HSL color Cylindrical-coordinate representation of color #E76771: hue angle of 355.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76771 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 113 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.09 |
| HSL | 355.31º | 0.73% | 0.65% | - |
| HSV(B) | 355.31º | 0.55% | 0.91% | - |
| XYZ | 40.79 | 27.88 | 18.85 | - |
| YUV | 142.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 113 | 0 | 0.55 | 0.51 | 0.09 | 355.31 | 0.73 | 0.65 |
| Hex | E7 | 67 | 71 | 0 | 37 | 33 | 9 | 163 | 49 | 41 |
| Octal | 347 | 147 | 161 | 0 | 67 | 63 | 11 | 543 | 111 | 101 |
| Binary | 11100111 | 1100111 | 1110001 | 0 | 110111 | 110011 | 1001 | 101100011 | 1001001 | 1000001 |
Color Harmonies of #E76771
Complementary color
Monochromatic Colors of #E76771
Black with #E76771
Text Example
Text Example
White with #E76771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76771; }
p { color: rgb(231,103,113); }
H1.HeaderClassName
{
color: #E76771;
}
.AnyTagClassName
{
color: #E76771;
}
</style>
background-color css
<style>
a { background-color: #E76771; }
a { background-color: rgb(231,103,113); }
div.DivClassName
{
background-color: #E76771;
}
.BgClassName
{
background-color: #E76771;
}
</style>
border-color css
<style>
span { border-color: #E76771; }
span { border-color: rgb(231,103,113); }
td.TdClassName
{
border-color: #E76771;
}
.TagClassName
{
border-color: #E76771;
}
</style>