Shades of Froly #E6596D
Tints of Froly #E6596D
RGB
CMYK
RGB Variations
Color information
#E6596D (or 0xE6596D) is known color: Froly. HEX triplet: E6, 59 and 6D. RGB value is (230,89,109). Sum of RGB (Red+Green+Blue) = 230+89+109=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6596D is #19A692. Grayscale: #858585. Windows color (decimal): -1681043 or 7166438. OLE color: 7166438.
HSL color Cylindrical-coordinate representation of color #E6596D: hue angle of 351.49º 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 #E6596D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 109 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.10 |
| HSL | 351.49º | 0.74% | 0.63% | - |
| HSV(B) | 351.49º | 0.61% | 0.9% | - |
| XYZ | 38.97 | 25.07 | 17.25 | - |
| YUV | 133.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 109 | 0 | 0.61 | 0.53 | 0.10 | 351.49 | 0.74 | 0.63 |
| Hex | E6 | 59 | 6D | 0 | 3D | 35 | A | 15F | 4A | 3F |
| Octal | 346 | 131 | 155 | 0 | 75 | 65 | 12 | 537 | 112 | 77 |
| Binary | 11100110 | 1011001 | 1101101 | 0 | 111101 | 110101 | 1010 | 101011111 | 1001010 | 111111 |
Color Harmonies of #E6596D
Complementary color
Monochromatic Colors of #E6596D
Black with #E6596D
Text Example
Text Example
White with #E6596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6596D; }
p { color: rgb(230,89,109); }
H1.HeaderClassName
{
color: #E6596D;
}
.AnyTagClassName
{
color: #E6596D;
}
</style>
background-color css
<style>
a { background-color: #E6596D; }
a { background-color: rgb(230,89,109); }
div.DivClassName
{
background-color: #E6596D;
}
.BgClassName
{
background-color: #E6596D;
}
</style>
border-color css
<style>
span { border-color: #E6596D; }
span { border-color: rgb(230,89,109); }
td.TdClassName
{
border-color: #E6596D;
}
.TagClassName
{
border-color: #E6596D;
}
</style>