Shades of Froly #E96073
Tints of Froly #E96073
RGB
CMYK
RGB Variations
Color information
#E96073 (or 0xE96073) is known color: Froly. HEX triplet: E9, 60 and 73. RGB value is (233,96,115). Sum of RGB (Red+Green+Blue) = 233+96+115=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E96073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96073 is #169F8C. Grayscale: #8B8B8B. Windows color (decimal): -1482637 or 7561449. OLE color: 7561449.
HSL color Cylindrical-coordinate representation of color #E96073: hue angle of 351.68º 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 #E96073 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 115 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.09 |
| HSL | 351.68º | 0.76% | 0.65% | - |
| HSV(B) | 351.68º | 0.59% | 0.91% | - |
| XYZ | 40.88 | 26.93 | 19.26 | - |
| YUV | 139.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 115 | 0 | 0.59 | 0.51 | 0.09 | 351.68 | 0.76 | 0.65 |
| Hex | E9 | 60 | 73 | 0 | 3B | 33 | 9 | 160 | 4C | 41 |
| Octal | 351 | 140 | 163 | 0 | 73 | 63 | 11 | 540 | 114 | 101 |
| Binary | 11101001 | 1100000 | 1110011 | 0 | 111011 | 110011 | 1001 | 101100000 | 1001100 | 1000001 |
Color Harmonies of #E96073
Complementary color
Monochromatic Colors of #E96073
Black with #E96073
Text Example
Text Example
White with #E96073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96073; }
p { color: rgb(233,96,115); }
H1.HeaderClassName
{
color: #E96073;
}
.AnyTagClassName
{
color: #E96073;
}
</style>
background-color css
<style>
a { background-color: #E96073; }
a { background-color: rgb(233,96,115); }
div.DivClassName
{
background-color: #E96073;
}
.BgClassName
{
background-color: #E96073;
}
</style>
border-color css
<style>
span { border-color: #E96073; }
span { border-color: rgb(233,96,115); }
td.TdClassName
{
border-color: #E96073;
}
.TagClassName
{
border-color: #E96073;
}
</style>