Shades of Froly #E96074
Tints of Froly #E96074
RGB
CMYK
RGB Variations
Color information
#E96074 (or 0xE96074) is known color: Froly. HEX triplet: E9, 60 and 74. RGB value is (233,96,116). Sum of RGB (Red+Green+Blue) = 233+96+116=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E96074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96074 is #169F8B. Grayscale: #8B8B8B. Windows color (decimal): -1482636 or 7626985. OLE color: 7626985.
HSL color Cylindrical-coordinate representation of color #E96074: hue angle of 351.24º 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 #E96074 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 116 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.09 |
| HSL | 351.24º | 0.76% | 0.65% | - |
| HSV(B) | 351.24º | 0.59% | 0.91% | - |
| XYZ | 40.94 | 26.95 | 19.57 | - |
| YUV | 139.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 116 | 0 | 0.59 | 0.50 | 0.09 | 351.24 | 0.76 | 0.65 |
| Hex | E9 | 60 | 74 | 0 | 3B | 32 | 9 | 15F | 4C | 41 |
| Octal | 351 | 140 | 164 | 0 | 73 | 62 | 11 | 537 | 114 | 101 |
| Binary | 11101001 | 1100000 | 1110100 | 0 | 111011 | 110010 | 1001 | 101011111 | 1001100 | 1000001 |
Color Harmonies of #E96074
Complementary color
Monochromatic Colors of #E96074
Black with #E96074
Text Example
Text Example
White with #E96074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96074; }
p { color: rgb(233,96,116); }
H1.HeaderClassName
{
color: #E96074;
}
.AnyTagClassName
{
color: #E96074;
}
</style>
background-color css
<style>
a { background-color: #E96074; }
a { background-color: rgb(233,96,116); }
div.DivClassName
{
background-color: #E96074;
}
.BgClassName
{
background-color: #E96074;
}
</style>
border-color css
<style>
span { border-color: #E96074; }
span { border-color: rgb(233,96,116); }
td.TdClassName
{
border-color: #E96074;
}
.TagClassName
{
border-color: #E96074;
}
</style>