Shades of Froly #E96870
Tints of Froly #E96870
RGB
CMYK
RGB Variations
Color information
#E96870 (or 0xE96870) is known color: Froly. HEX triplet: E9, 68 and 70. RGB value is (233,104,112). Sum of RGB (Red+Green+Blue) = 233+104+112=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96870 is #16978F. Grayscale: #8F8F8F. Windows color (decimal): -1480592 or 7366889. OLE color: 7366889.
HSL color Cylindrical-coordinate representation of color #E96870: hue angle of 356.28º degrees, saturation: 0.75, 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 #E96870 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 112 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.09 |
| HSL | 356.28º | 0.75% | 0.66% | - |
| HSV(B) | 356.28º | 0.55% | 0.91% | - |
| XYZ | 41.48 | 28.39 | 18.62 | - |
| YUV | 143.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 112 | 0 | 0.55 | 0.52 | 0.09 | 356.28 | 0.75 | 0.66 |
| Hex | E9 | 68 | 70 | 0 | 37 | 34 | 9 | 164 | 4B | 42 |
| Octal | 351 | 150 | 160 | 0 | 67 | 64 | 11 | 544 | 113 | 102 |
| Binary | 11101001 | 1101000 | 1110000 | 0 | 110111 | 110100 | 1001 | 101100100 | 1001011 | 1000010 |
Color Harmonies of #E96870
Complementary color
Monochromatic Colors of #E96870
Black with #E96870
Text Example
Text Example
White with #E96870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96870; }
p { color: rgb(233,104,112); }
H1.HeaderClassName
{
color: #E96870;
}
.AnyTagClassName
{
color: #E96870;
}
</style>
background-color css
<style>
a { background-color: #E96870; }
a { background-color: rgb(233,104,112); }
div.DivClassName
{
background-color: #E96870;
}
.BgClassName
{
background-color: #E96870;
}
</style>
border-color css
<style>
span { border-color: #E96870; }
span { border-color: rgb(233,104,112); }
td.TdClassName
{
border-color: #E96870;
}
.TagClassName
{
border-color: #E96870;
}
</style>