Shades of Froly #E6596A
Tints of Froly #E6596A
RGB
CMYK
RGB Variations
Color information
#E6596A (or 0xE6596A) is known color: Froly. HEX triplet: E6, 59 and 6A. RGB value is (230,89,106). Sum of RGB (Red+Green+Blue) = 230+89+106=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6596A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6596A is #19A695. Grayscale: #858585. Windows color (decimal): -1681046 or 6969830. OLE color: 6969830.
HSL color Cylindrical-coordinate representation of color #E6596A: hue angle of 352.77º 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 #E6596A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 106 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.10 |
| HSL | 352.77º | 0.74% | 0.63% | - |
| HSV(B) | 352.77º | 0.61% | 0.9% | - |
| XYZ | 38.81 | 25.01 | 16.42 | - |
| YUV | 133.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 106 | 0 | 0.61 | 0.54 | 0.10 | 352.77 | 0.74 | 0.63 |
| Hex | E6 | 59 | 6A | 0 | 3D | 36 | A | 161 | 4A | 3F |
| Octal | 346 | 131 | 152 | 0 | 75 | 66 | 12 | 541 | 112 | 77 |
| Binary | 11100110 | 1011001 | 1101010 | 0 | 111101 | 110110 | 1010 | 101100001 | 1001010 | 111111 |
Color Harmonies of #E6596A
Complementary color
Monochromatic Colors of #E6596A
Black with #E6596A
Text Example
Text Example
White with #E6596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6596A; }
p { color: rgb(230,89,106); }
H1.HeaderClassName
{
color: #E6596A;
}
.AnyTagClassName
{
color: #E6596A;
}
</style>
background-color css
<style>
a { background-color: #E6596A; }
a { background-color: rgb(230,89,106); }
div.DivClassName
{
background-color: #E6596A;
}
.BgClassName
{
background-color: #E6596A;
}
</style>
border-color css
<style>
span { border-color: #E6596A; }
span { border-color: rgb(230,89,106); }
td.TdClassName
{
border-color: #E6596A;
}
.TagClassName
{
border-color: #E6596A;
}
</style>