Shades of Froly #E6596B
Tints of Froly #E6596B
RGB
CMYK
RGB Variations
Color information
#E6596B (or 0xE6596B) is known color: Froly. HEX triplet: E6, 59 and 6B. RGB value is (230,89,107). Sum of RGB (Red+Green+Blue) = 230+89+107=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6596B is #19A694. Grayscale: #858585. Windows color (decimal): -1681045 or 7035366. OLE color: 7035366.
HSL color Cylindrical-coordinate representation of color #E6596B: hue angle of 352.34º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6596B is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 107 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.10 |
| HSL | 352.34º | 0.74% | 0.63% | - |
| HSV(B) | 352.34º | 0.61% | 0.9% | - |
| XYZ | 38.86 | 25.03 | 16.69 | - |
| YUV | 133.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 107 | 0 | 0.61 | 0.53 | 0.10 | 352.34 | 0.74 | 0.63 |
| Hex | E6 | 59 | 6B | 0 | 3D | 35 | A | 160 | 4A | 3F |
| Octal | 346 | 131 | 153 | 0 | 75 | 65 | 12 | 540 | 112 | 77 |
| Binary | 11100110 | 1011001 | 1101011 | 0 | 111101 | 110101 | 1010 | 101100000 | 1001010 | 111111 |
Color Harmonies of #E6596B
Complementary color
Monochromatic Colors of #E6596B
Black with #E6596B
Text Example
Text Example
White with #E6596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6596B; }
p { color: rgb(230,89,107); }
H1.HeaderClassName
{
color: #E6596B;
}
.AnyTagClassName
{
color: #E6596B;
}
</style>
background-color css
<style>
a { background-color: #E6596B; }
a { background-color: rgb(230,89,107); }
div.DivClassName
{
background-color: #E6596B;
}
.BgClassName
{
background-color: #E6596B;
}
</style>
border-color css
<style>
span { border-color: #E6596B; }
span { border-color: rgb(230,89,107); }
td.TdClassName
{
border-color: #E6596B;
}
.TagClassName
{
border-color: #E6596B;
}
</style>