Shades of Froly #E96178
Tints of Froly #E96178
RGB
CMYK
RGB Variations
Color information
#E96178 (or 0xE96178) is known color: Froly. HEX triplet: E9, 61 and 78. RGB value is (233,97,120). Sum of RGB (Red+Green+Blue) = 233+97+120=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96178 is #169E87. Grayscale: #8C8C8C. Windows color (decimal): -1482376 or 7889385. OLE color: 7889385.
HSL color Cylindrical-coordinate representation of color #E96178: hue angle of 349.85º degrees, saturation: 0.76, 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 #E96178 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 120 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.09 |
| HSL | 349.85º | 0.76% | 0.65% | - |
| HSV(B) | 349.85º | 0.58% | 0.91% | - |
| XYZ | 41.27 | 27.23 | 20.85 | - |
| YUV | 140.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 120 | 0 | 0.58 | 0.48 | 0.09 | 349.85 | 0.76 | 0.65 |
| Hex | E9 | 61 | 78 | 0 | 3A | 30 | 9 | 15E | 4C | 41 |
| Octal | 351 | 141 | 170 | 0 | 72 | 60 | 11 | 536 | 114 | 101 |
| Binary | 11101001 | 1100001 | 1111000 | 0 | 111010 | 110000 | 1001 | 101011110 | 1001100 | 1000001 |
Color Harmonies of #E96178
Complementary color
Monochromatic Colors of #E96178
Black with #E96178
Text Example
Text Example
White with #E96178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96178; }
p { color: rgb(233,97,120); }
H1.HeaderClassName
{
color: #E96178;
}
.AnyTagClassName
{
color: #E96178;
}
</style>
background-color css
<style>
a { background-color: #E96178; }
a { background-color: rgb(233,97,120); }
div.DivClassName
{
background-color: #E96178;
}
.BgClassName
{
background-color: #E96178;
}
</style>
border-color css
<style>
span { border-color: #E96178; }
span { border-color: rgb(233,97,120); }
td.TdClassName
{
border-color: #E96178;
}
.TagClassName
{
border-color: #E96178;
}
</style>