Shades of Froly #E96375
Tints of Froly #E96375
RGB
CMYK
RGB Variations
Color information
#E96375 (or 0xE96375) is known color: Froly. HEX triplet: E9, 63 and 75. RGB value is (233,99,117). Sum of RGB (Red+Green+Blue) = 233+99+117=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96375 is #169C8A. Grayscale: #8D8D8D. Windows color (decimal): -1481867 or 7693289. OLE color: 7693289.
HSL color Cylindrical-coordinate representation of color #E96375: hue angle of 351.94º 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 #E96375 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 117 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.09 |
| HSL | 351.94º | 0.75% | 0.65% | - |
| HSV(B) | 351.94º | 0.58% | 0.91% | - |
| XYZ | 41.28 | 27.53 | 19.97 | - |
| YUV | 141.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 117 | 0 | 0.58 | 0.50 | 0.09 | 351.94 | 0.75 | 0.65 |
| Hex | E9 | 63 | 75 | 0 | 3A | 32 | 9 | 160 | 4B | 41 |
| Octal | 351 | 143 | 165 | 0 | 72 | 62 | 11 | 540 | 113 | 101 |
| Binary | 11101001 | 1100011 | 1110101 | 0 | 111010 | 110010 | 1001 | 101100000 | 1001011 | 1000001 |
Color Harmonies of #E96375
Complementary color
Monochromatic Colors of #E96375
Black with #E96375
Text Example
Text Example
White with #E96375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96375; }
p { color: rgb(233,99,117); }
H1.HeaderClassName
{
color: #E96375;
}
.AnyTagClassName
{
color: #E96375;
}
</style>
background-color css
<style>
a { background-color: #E96375; }
a { background-color: rgb(233,99,117); }
div.DivClassName
{
background-color: #E96375;
}
.BgClassName
{
background-color: #E96375;
}
</style>
border-color css
<style>
span { border-color: #E96375; }
span { border-color: rgb(233,99,117); }
td.TdClassName
{
border-color: #E96375;
}
.TagClassName
{
border-color: #E96375;
}
</style>