Shades of Froly #E6646C
Tints of Froly #E6646C
RGB
CMYK
RGB Variations
Color information
#E6646C (or 0xE6646C) is known color: Froly. HEX triplet: E6, 64 and 6C. RGB value is (230,100,108). Sum of RGB (Red+Green+Blue) = 230+100+108=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6646C is #199B93. Grayscale: #8B8B8B. Windows color (decimal): -1678228 or 7103718. OLE color: 7103718.
HSL color Cylindrical-coordinate representation of color #E6646C: hue angle of 356.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6646C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 108 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.10 |
| HSL | 356.31º | 0.72% | 0.65% | - |
| HSV(B) | 356.31º | 0.57% | 0.9% | - |
| XYZ | 39.9 | 27.02 | 17.3 | - |
| YUV | 139.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 108 | 0 | 0.57 | 0.53 | 0.10 | 356.31 | 0.72 | 0.65 |
| Hex | E6 | 64 | 6C | 0 | 39 | 35 | A | 164 | 48 | 41 |
| Octal | 346 | 144 | 154 | 0 | 71 | 65 | 12 | 544 | 110 | 101 |
| Binary | 11100110 | 1100100 | 1101100 | 0 | 111001 | 110101 | 1010 | 101100100 | 1001000 | 1000001 |
Color Harmonies of #E6646C
Complementary color
Monochromatic Colors of #E6646C
Black with #E6646C
Text Example
Text Example
White with #E6646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6646C; }
p { color: rgb(230,100,108); }
H1.HeaderClassName
{
color: #E6646C;
}
.AnyTagClassName
{
color: #E6646C;
}
</style>
background-color css
<style>
a { background-color: #E6646C; }
a { background-color: rgb(230,100,108); }
div.DivClassName
{
background-color: #E6646C;
}
.BgClassName
{
background-color: #E6646C;
}
</style>
border-color css
<style>
span { border-color: #E6646C; }
span { border-color: rgb(230,100,108); }
td.TdClassName
{
border-color: #E6646C;
}
.TagClassName
{
border-color: #E6646C;
}
</style>