Shades of Froly #E96C78
Tints of Froly #E96C78
RGB
CMYK
RGB Variations
Color information
#E96C78 (or 0xE96C78) is known color: Froly. HEX triplet: E9, 6C and 78. RGB value is (233,108,120). Sum of RGB (Red+Green+Blue) = 233+108+120=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C78 is #169387. Grayscale: #929292. Windows color (decimal): -1479560 or 7892201. OLE color: 7892201.
HSL color Cylindrical-coordinate representation of color #E96C78: hue angle of 354.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96C78 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 120 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.09 |
| HSL | 354.24º | 0.74% | 0.67% | - |
| HSV(B) | 354.24º | 0.54% | 0.91% | - |
| XYZ | 42.36 | 29.4 | 21.21 | - |
| YUV | 146.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 120 | 0 | 0.54 | 0.48 | 0.09 | 354.24 | 0.74 | 0.67 |
| Hex | E9 | 6C | 78 | 0 | 36 | 30 | 9 | 162 | 4A | 43 |
| Octal | 351 | 154 | 170 | 0 | 66 | 60 | 11 | 542 | 112 | 103 |
| Binary | 11101001 | 1101100 | 1111000 | 0 | 110110 | 110000 | 1001 | 101100010 | 1001010 | 1000011 |
Color Harmonies of #E96C78
Complementary color
Monochromatic Colors of #E96C78
Black with #E96C78
Text Example
Text Example
White with #E96C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C78; }
p { color: rgb(233,108,120); }
H1.HeaderClassName
{
color: #E96C78;
}
.AnyTagClassName
{
color: #E96C78;
}
</style>
background-color css
<style>
a { background-color: #E96C78; }
a { background-color: rgb(233,108,120); }
div.DivClassName
{
background-color: #E96C78;
}
.BgClassName
{
background-color: #E96C78;
}
</style>
border-color css
<style>
span { border-color: #E96C78; }
span { border-color: rgb(233,108,120); }
td.TdClassName
{
border-color: #E96C78;
}
.TagClassName
{
border-color: #E96C78;
}
</style>