Shades of Froly #E9596C
Tints of Froly #E9596C
RGB
CMYK
RGB Variations
Color information
#E9596C (or 0xE9596C) is known color: Froly. HEX triplet: E9, 59 and 6C. RGB value is (233,89,108). Sum of RGB (Red+Green+Blue) = 233+89+108=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9596C is #16A693. Grayscale: #868686. Windows color (decimal): -1484436 or 7100905. OLE color: 7100905.
HSL color Cylindrical-coordinate representation of color #E9596C: hue angle of 352.08º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9596C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 108 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.09 |
| HSL | 352.08º | 0.77% | 0.63% | - |
| HSV(B) | 352.08º | 0.62% | 0.91% | - |
| XYZ | 39.88 | 25.55 | 17.02 | - |
| YUV | 134.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 108 | 0 | 0.62 | 0.54 | 0.09 | 352.08 | 0.77 | 0.63 |
| Hex | E9 | 59 | 6C | 0 | 3E | 36 | 9 | 160 | 4D | 3F |
| Octal | 351 | 131 | 154 | 0 | 76 | 66 | 11 | 540 | 115 | 77 |
| Binary | 11101001 | 1011001 | 1101100 | 0 | 111110 | 110110 | 1001 | 101100000 | 1001101 | 111111 |
Color Harmonies of #E9596C
Complementary color
Monochromatic Colors of #E9596C
Black with #E9596C
Text Example
Text Example
White with #E9596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9596C; }
p { color: rgb(233,89,108); }
H1.HeaderClassName
{
color: #E9596C;
}
.AnyTagClassName
{
color: #E9596C;
}
</style>
background-color css
<style>
a { background-color: #E9596C; }
a { background-color: rgb(233,89,108); }
div.DivClassName
{
background-color: #E9596C;
}
.BgClassName
{
background-color: #E9596C;
}
</style>
border-color css
<style>
span { border-color: #E9596C; }
span { border-color: rgb(233,89,108); }
td.TdClassName
{
border-color: #E9596C;
}
.TagClassName
{
border-color: #E9596C;
}
</style>