Shades of Froly #E96075
Tints of Froly #E96075
RGB
CMYK
RGB Variations
Color information
#E96075 (or 0xE96075) is known color: Froly. HEX triplet: E9, 60 and 75. RGB value is (233,96,117). Sum of RGB (Red+Green+Blue) = 233+96+117=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E96075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96075 is #169F8A. Grayscale: #8B8B8B. Windows color (decimal): -1482635 or 7692521. OLE color: 7692521.
HSL color Cylindrical-coordinate representation of color #E96075: hue angle of 350.8º 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 #E96075 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 117 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.09 |
| HSL | 350.8º | 0.76% | 0.65% | - |
| HSV(B) | 350.8º | 0.59% | 0.91% | - |
| XYZ | 41 | 26.97 | 19.88 | - |
| YUV | 139.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 117 | 0 | 0.59 | 0.50 | 0.09 | 350.8 | 0.76 | 0.65 |
| Hex | E9 | 60 | 75 | 0 | 3B | 32 | 9 | 15F | 4C | 41 |
| Octal | 351 | 140 | 165 | 0 | 73 | 62 | 11 | 537 | 114 | 101 |
| Binary | 11101001 | 1100000 | 1110101 | 0 | 111011 | 110010 | 1001 | 101011111 | 1001100 | 1000001 |
Color Harmonies of #E96075
Complementary color
Monochromatic Colors of #E96075
Black with #E96075
Text Example
Text Example
White with #E96075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96075; }
p { color: rgb(233,96,117); }
H1.HeaderClassName
{
color: #E96075;
}
.AnyTagClassName
{
color: #E96075;
}
</style>
background-color css
<style>
a { background-color: #E96075; }
a { background-color: rgb(233,96,117); }
div.DivClassName
{
background-color: #E96075;
}
.BgClassName
{
background-color: #E96075;
}
</style>
border-color css
<style>
span { border-color: #E96075; }
span { border-color: rgb(233,96,117); }
td.TdClassName
{
border-color: #E96075;
}
.TagClassName
{
border-color: #E96075;
}
</style>