Shades of Froly #E76164
Tints of Froly #E76164
RGB
CMYK
RGB Variations
Color information
#E76164 (or 0xE76164) is known color: Froly. HEX triplet: E7, 61 and 64. RGB value is (231,97,100). Sum of RGB (Red+Green+Blue) = 231+97+100=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E76164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76164 is #189E9B. Grayscale: #898989. Windows color (decimal): -1613468 or 6578663. OLE color: 6578663.
HSL color Cylindrical-coordinate representation of color #E76164: hue angle of 358.66º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76164 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 100 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.09 |
| HSL | 358.66º | 0.74% | 0.64% | - |
| HSV(B) | 358.66º | 0.58% | 0.91% | - |
| XYZ | 39.53 | 26.46 | 15.08 | - |
| YUV | 137.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 100 | 0 | 0.58 | 0.57 | 0.09 | 358.66 | 0.74 | 0.64 |
| Hex | E7 | 61 | 64 | 0 | 3A | 39 | 9 | 167 | 4A | 40 |
| Octal | 347 | 141 | 144 | 0 | 72 | 71 | 11 | 547 | 112 | 100 |
| Binary | 11100111 | 1100001 | 1100100 | 0 | 111010 | 111001 | 1001 | 101100111 | 1001010 | 1000000 |
Color Harmonies of #E76164
Complementary color
Monochromatic Colors of #E76164
Black with #E76164
Text Example
Text Example
White with #E76164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76164; }
p { color: rgb(231,97,100); }
H1.HeaderClassName
{
color: #E76164;
}
.AnyTagClassName
{
color: #E76164;
}
</style>
background-color css
<style>
a { background-color: #E76164; }
a { background-color: rgb(231,97,100); }
div.DivClassName
{
background-color: #E76164;
}
.BgClassName
{
background-color: #E76164;
}
</style>
border-color css
<style>
span { border-color: #E76164; }
span { border-color: rgb(231,97,100); }
td.TdClassName
{
border-color: #E76164;
}
.TagClassName
{
border-color: #E76164;
}
</style>