Shades of Froly #E6606B
Tints of Froly #E6606B
RGB
CMYK
RGB Variations
Color information
#E6606B (or 0xE6606B) is known color: Froly. HEX triplet: E6, 60 and 6B. RGB value is (230,96,107). Sum of RGB (Red+Green+Blue) = 230+96+107=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6606B is #199F94. Grayscale: #898989. Windows color (decimal): -1679253 or 7037158. OLE color: 7037158.
HSL color Cylindrical-coordinate representation of color #E6606B: hue angle of 355.07º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6606B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 107 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.10 |
| HSL | 355.07º | 0.73% | 0.64% | - |
| HSV(B) | 355.07º | 0.58% | 0.9% | - |
| XYZ | 39.47 | 26.25 | 16.9 | - |
| YUV | 137.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 107 | 0 | 0.58 | 0.53 | 0.10 | 355.07 | 0.73 | 0.64 |
| Hex | E6 | 60 | 6B | 0 | 3A | 35 | A | 163 | 49 | 40 |
| Octal | 346 | 140 | 153 | 0 | 72 | 65 | 12 | 543 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1101011 | 0 | 111010 | 110101 | 1010 | 101100011 | 1001001 | 1000000 |
Color Harmonies of #E6606B
Complementary color
Monochromatic Colors of #E6606B
Black with #E6606B
Text Example
Text Example
White with #E6606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6606B; }
p { color: rgb(230,96,107); }
H1.HeaderClassName
{
color: #E6606B;
}
.AnyTagClassName
{
color: #E6606B;
}
</style>
background-color css
<style>
a { background-color: #E6606B; }
a { background-color: rgb(230,96,107); }
div.DivClassName
{
background-color: #E6606B;
}
.BgClassName
{
background-color: #E6606B;
}
</style>
border-color css
<style>
span { border-color: #E6606B; }
span { border-color: rgb(230,96,107); }
td.TdClassName
{
border-color: #E6606B;
}
.TagClassName
{
border-color: #E6606B;
}
</style>