Shades of Froly #E6666C
Tints of Froly #E6666C
RGB
CMYK
RGB Variations
Color information
#E6666C (or 0xE6666C) is known color: Froly. HEX triplet: E6, 66 and 6C. RGB value is (230,102,108). Sum of RGB (Red+Green+Blue) = 230+102+108=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6666C is #199993. Grayscale: #8D8D8D. Windows color (decimal): -1677716 or 7104230. OLE color: 7104230.
HSL color Cylindrical-coordinate representation of color #E6666C: hue angle of 357.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6666C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 108 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.10 |
| HSL | 357.19º | 0.72% | 0.65% | - |
| HSV(B) | 357.19º | 0.56% | 0.9% | - |
| XYZ | 40.09 | 27.41 | 17.36 | - |
| YUV | 140.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 108 | 0 | 0.56 | 0.53 | 0.10 | 357.19 | 0.72 | 0.65 |
| Hex | E6 | 66 | 6C | 0 | 38 | 35 | A | 165 | 48 | 41 |
| Octal | 346 | 146 | 154 | 0 | 70 | 65 | 12 | 545 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1101100 | 0 | 111000 | 110101 | 1010 | 101100101 | 1001000 | 1000001 |
Color Harmonies of #E6666C
Complementary color
Monochromatic Colors of #E6666C
Black with #E6666C
Text Example
Text Example
White with #E6666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6666C; }
p { color: rgb(230,102,108); }
H1.HeaderClassName
{
color: #E6666C;
}
.AnyTagClassName
{
color: #E6666C;
}
</style>
background-color css
<style>
a { background-color: #E6666C; }
a { background-color: rgb(230,102,108); }
div.DivClassName
{
background-color: #E6666C;
}
.BgClassName
{
background-color: #E6666C;
}
</style>
border-color css
<style>
span { border-color: #E6666C; }
span { border-color: rgb(230,102,108); }
td.TdClassName
{
border-color: #E6666C;
}
.TagClassName
{
border-color: #E6666C;
}
</style>