Shades of Froly #E96A6E
Tints of Froly #E96A6E
RGB
CMYK
RGB Variations
Color information
#E96A6E (or 0xE96A6E) is known color: Froly. HEX triplet: E9, 6A and 6E. RGB value is (233,106,110). Sum of RGB (Red+Green+Blue) = 233+106+110=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A6E is #169591. Grayscale: #909090. Windows color (decimal): -1480082 or 7236329. OLE color: 7236329.
HSL color Cylindrical-coordinate representation of color #E96A6E: hue angle of 358.11º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96A6E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 110 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.09 |
| HSL | 358.11º | 0.74% | 0.66% | - |
| HSV(B) | 358.11º | 0.55% | 0.91% | - |
| XYZ | 41.57 | 28.76 | 18.11 | - |
| YUV | 144.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 110 | 0 | 0.55 | 0.53 | 0.09 | 358.11 | 0.74 | 0.66 |
| Hex | E9 | 6A | 6E | 0 | 37 | 35 | 9 | 166 | 4A | 42 |
| Octal | 351 | 152 | 156 | 0 | 67 | 65 | 11 | 546 | 112 | 102 |
| Binary | 11101001 | 1101010 | 1101110 | 0 | 110111 | 110101 | 1001 | 101100110 | 1001010 | 1000010 |
Color Harmonies of #E96A6E
Complementary color
Monochromatic Colors of #E96A6E
Black with #E96A6E
Text Example
Text Example
White with #E96A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A6E; }
p { color: rgb(233,106,110); }
H1.HeaderClassName
{
color: #E96A6E;
}
.AnyTagClassName
{
color: #E96A6E;
}
</style>
background-color css
<style>
a { background-color: #E96A6E; }
a { background-color: rgb(233,106,110); }
div.DivClassName
{
background-color: #E96A6E;
}
.BgClassName
{
background-color: #E96A6E;
}
</style>
border-color css
<style>
span { border-color: #E96A6E; }
span { border-color: rgb(233,106,110); }
td.TdClassName
{
border-color: #E96A6E;
}
.TagClassName
{
border-color: #E96A6E;
}
</style>