Shades of Froly #E96078
Tints of Froly #E96078
RGB
CMYK
RGB Variations
Color information
#E96078 (or 0xE96078) is known color: Froly. HEX triplet: E9, 60 and 78. RGB value is (233,96,120). Sum of RGB (Red+Green+Blue) = 233+96+120=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96078 is #169F87. Grayscale: #8B8B8B. Windows color (decimal): -1482632 or 7889129. OLE color: 7889129.
HSL color Cylindrical-coordinate representation of color #E96078: hue angle of 349.49º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96078 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 120 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.09 |
| HSL | 349.49º | 0.76% | 0.65% | - |
| HSV(B) | 349.49º | 0.59% | 0.91% | - |
| XYZ | 41.18 | 27.05 | 20.82 | - |
| YUV | 139.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 120 | 0 | 0.59 | 0.48 | 0.09 | 349.49 | 0.76 | 0.65 |
| Hex | E9 | 60 | 78 | 0 | 3B | 30 | 9 | 15D | 4C | 41 |
| Octal | 351 | 140 | 170 | 0 | 73 | 60 | 11 | 535 | 114 | 101 |
| Binary | 11101001 | 1100000 | 1111000 | 0 | 111011 | 110000 | 1001 | 101011101 | 1001100 | 1000001 |
Color Harmonies of #E96078
Complementary color
Monochromatic Colors of #E96078
Black with #E96078
Text Example
Text Example
White with #E96078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96078; }
p { color: rgb(233,96,120); }
H1.HeaderClassName
{
color: #E96078;
}
.AnyTagClassName
{
color: #E96078;
}
</style>
background-color css
<style>
a { background-color: #E96078; }
a { background-color: rgb(233,96,120); }
div.DivClassName
{
background-color: #E96078;
}
.BgClassName
{
background-color: #E96078;
}
</style>
border-color css
<style>
span { border-color: #E96078; }
span { border-color: rgb(233,96,120); }
td.TdClassName
{
border-color: #E96078;
}
.TagClassName
{
border-color: #E96078;
}
</style>