Shades of Froly #E6666D
Tints of Froly #E6666D
RGB
CMYK
RGB Variations
Color information
#E6666D (or 0xE6666D) is known color: Froly. HEX triplet: E6, 66 and 6D. RGB value is (230,102,109). Sum of RGB (Red+Green+Blue) = 230+102+109=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6666D is #199992. Grayscale: #8D8D8D. Windows color (decimal): -1677715 or 7169766. OLE color: 7169766.
HSL color Cylindrical-coordinate representation of color #E6666D: hue angle of 356.72º 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 #E6666D is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 109 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.10 |
| HSL | 356.72º | 0.72% | 0.65% | - |
| HSV(B) | 356.72º | 0.56% | 0.9% | - |
| XYZ | 40.14 | 27.43 | 17.65 | - |
| YUV | 141.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 109 | 0 | 0.56 | 0.53 | 0.10 | 356.72 | 0.72 | 0.65 |
| Hex | E6 | 66 | 6D | 0 | 38 | 35 | A | 165 | 48 | 41 |
| Octal | 346 | 146 | 155 | 0 | 70 | 65 | 12 | 545 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1101101 | 0 | 111000 | 110101 | 1010 | 101100101 | 1001000 | 1000001 |
Color Harmonies of #E6666D
Complementary color
Monochromatic Colors of #E6666D
Black with #E6666D
Text Example
Text Example
White with #E6666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6666D; }
p { color: rgb(230,102,109); }
H1.HeaderClassName
{
color: #E6666D;
}
.AnyTagClassName
{
color: #E6666D;
}
</style>
background-color css
<style>
a { background-color: #E6666D; }
a { background-color: rgb(230,102,109); }
div.DivClassName
{
background-color: #E6666D;
}
.BgClassName
{
background-color: #E6666D;
}
</style>
border-color css
<style>
span { border-color: #E6666D; }
span { border-color: rgb(230,102,109); }
td.TdClassName
{
border-color: #E6666D;
}
.TagClassName
{
border-color: #E6666D;
}
</style>