Shades of Froly #E76271
Tints of Froly #E76271
RGB
CMYK
RGB Variations
Color information
#E76271 (or 0xE76271) is known color: Froly. HEX triplet: E7, 62 and 71. RGB value is (231,98,113). Sum of RGB (Red+Green+Blue) = 231+98+113=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E76271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76271 is #189D8E. Grayscale: #8B8B8B. Windows color (decimal): -1613199 or 7430887. OLE color: 7430887.
HSL color Cylindrical-coordinate representation of color #E76271: hue angle of 353.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76271 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 113 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.09 |
| HSL | 353.23º | 0.73% | 0.65% | - |
| HSV(B) | 353.23º | 0.58% | 0.91% | - |
| XYZ | 40.3 | 26.92 | 18.69 | - |
| YUV | 139.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 113 | 0 | 0.58 | 0.51 | 0.09 | 353.23 | 0.73 | 0.65 |
| Hex | E7 | 62 | 71 | 0 | 3A | 33 | 9 | 161 | 49 | 41 |
| Octal | 347 | 142 | 161 | 0 | 72 | 63 | 11 | 541 | 111 | 101 |
| Binary | 11100111 | 1100010 | 1110001 | 0 | 111010 | 110011 | 1001 | 101100001 | 1001001 | 1000001 |
Color Harmonies of #E76271
Complementary color
Monochromatic Colors of #E76271
Black with #E76271
Text Example
Text Example
White with #E76271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76271; }
p { color: rgb(231,98,113); }
H1.HeaderClassName
{
color: #E76271;
}
.AnyTagClassName
{
color: #E76271;
}
</style>
background-color css
<style>
a { background-color: #E76271; }
a { background-color: rgb(231,98,113); }
div.DivClassName
{
background-color: #E76271;
}
.BgClassName
{
background-color: #E76271;
}
</style>
border-color css
<style>
span { border-color: #E76271; }
span { border-color: rgb(231,98,113); }
td.TdClassName
{
border-color: #E76271;
}
.TagClassName
{
border-color: #E76271;
}
</style>