Shades of Froly #E76468
Tints of Froly #E76468
RGB
CMYK
RGB Variations
Color information
#E76468 (or 0xE76468) is known color: Froly. HEX triplet: E7, 64 and 68. RGB value is (231,100,104). Sum of RGB (Red+Green+Blue) = 231+100+104=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E76468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76468 is #189B97. Grayscale: #8B8B8B. Windows color (decimal): -1612696 or 6841575. OLE color: 6841575.
HSL color Cylindrical-coordinate representation of color #E76468: hue angle of 358.17º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76468 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 104 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.09 |
| HSL | 358.17º | 0.73% | 0.65% | - |
| HSV(B) | 358.17º | 0.57% | 0.91% | - |
| XYZ | 40.01 | 27.1 | 16.22 | - |
| YUV | 139.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 104 | 0 | 0.57 | 0.55 | 0.09 | 358.17 | 0.73 | 0.65 |
| Hex | E7 | 64 | 68 | 0 | 39 | 37 | 9 | 166 | 49 | 41 |
| Octal | 347 | 144 | 150 | 0 | 71 | 67 | 11 | 546 | 111 | 101 |
| Binary | 11100111 | 1100100 | 1101000 | 0 | 111001 | 110111 | 1001 | 101100110 | 1001001 | 1000001 |
Color Harmonies of #E76468
Complementary color
Monochromatic Colors of #E76468
Black with #E76468
Text Example
Text Example
White with #E76468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76468; }
p { color: rgb(231,100,104); }
H1.HeaderClassName
{
color: #E76468;
}
.AnyTagClassName
{
color: #E76468;
}
</style>
background-color css
<style>
a { background-color: #E76468; }
a { background-color: rgb(231,100,104); }
div.DivClassName
{
background-color: #E76468;
}
.BgClassName
{
background-color: #E76468;
}
</style>
border-color css
<style>
span { border-color: #E76468; }
span { border-color: rgb(231,100,104); }
td.TdClassName
{
border-color: #E76468;
}
.TagClassName
{
border-color: #E76468;
}
</style>