Shades of Froly #E6606E
Tints of Froly #E6606E
RGB
CMYK
RGB Variations
Color information
#E6606E (or 0xE6606E) is known color: Froly. HEX triplet: E6, 60 and 6E. RGB value is (230,96,110). Sum of RGB (Red+Green+Blue) = 230+96+110=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6606E is #199F91. Grayscale: #898989. Windows color (decimal): -1679250 or 7233766. OLE color: 7233766.
HSL color Cylindrical-coordinate representation of color #E6606E: hue angle of 353.73º 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 #E6606E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 110 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.10 |
| HSL | 353.73º | 0.73% | 0.64% | - |
| HSV(B) | 353.73º | 0.58% | 0.9% | - |
| XYZ | 39.63 | 26.31 | 17.74 | - |
| YUV | 137.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 110 | 0 | 0.58 | 0.52 | 0.10 | 353.73 | 0.73 | 0.64 |
| Hex | E6 | 60 | 6E | 0 | 3A | 34 | A | 162 | 49 | 40 |
| Octal | 346 | 140 | 156 | 0 | 72 | 64 | 12 | 542 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1101110 | 0 | 111010 | 110100 | 1010 | 101100010 | 1001001 | 1000000 |
Color Harmonies of #E6606E
Complementary color
Monochromatic Colors of #E6606E
Black with #E6606E
Text Example
Text Example
White with #E6606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6606E; }
p { color: rgb(230,96,110); }
H1.HeaderClassName
{
color: #E6606E;
}
.AnyTagClassName
{
color: #E6606E;
}
</style>
background-color css
<style>
a { background-color: #E6606E; }
a { background-color: rgb(230,96,110); }
div.DivClassName
{
background-color: #E6606E;
}
.BgClassName
{
background-color: #E6606E;
}
</style>
border-color css
<style>
span { border-color: #E6606E; }
span { border-color: rgb(230,96,110); }
td.TdClassName
{
border-color: #E6606E;
}
.TagClassName
{
border-color: #E6606E;
}
</style>