Shades of Froly #E96376
Tints of Froly #E96376
RGB
CMYK
RGB Variations
Color information
#E96376 (or 0xE96376) is known color: Froly. HEX triplet: E9, 63 and 76. RGB value is (233,99,118). Sum of RGB (Red+Green+Blue) = 233+99+118=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96376 is #169C89. Grayscale: #8D8D8D. Windows color (decimal): -1481866 or 7758825. OLE color: 7758825.
HSL color Cylindrical-coordinate representation of color #E96376: hue angle of 351.49º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96376 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 118 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.09 |
| HSL | 351.49º | 0.75% | 0.65% | - |
| HSV(B) | 351.49º | 0.58% | 0.91% | - |
| XYZ | 41.34 | 27.56 | 20.28 | - |
| YUV | 141.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 118 | 0 | 0.58 | 0.49 | 0.09 | 351.49 | 0.75 | 0.65 |
| Hex | E9 | 63 | 76 | 0 | 3A | 31 | 9 | 15F | 4B | 41 |
| Octal | 351 | 143 | 166 | 0 | 72 | 61 | 11 | 537 | 113 | 101 |
| Binary | 11101001 | 1100011 | 1110110 | 0 | 111010 | 110001 | 1001 | 101011111 | 1001011 | 1000001 |
Color Harmonies of #E96376
Complementary color
Monochromatic Colors of #E96376
Black with #E96376
Text Example
Text Example
White with #E96376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96376; }
p { color: rgb(233,99,118); }
H1.HeaderClassName
{
color: #E96376;
}
.AnyTagClassName
{
color: #E96376;
}
</style>
background-color css
<style>
a { background-color: #E96376; }
a { background-color: rgb(233,99,118); }
div.DivClassName
{
background-color: #E96376;
}
.BgClassName
{
background-color: #E96376;
}
</style>
border-color css
<style>
span { border-color: #E96376; }
span { border-color: rgb(233,99,118); }
td.TdClassName
{
border-color: #E96376;
}
.TagClassName
{
border-color: #E96376;
}
</style>