Shades of Froly #E66D6E
Tints of Froly #E66D6E
RGB
CMYK
RGB Variations
Color information
#E66D6E (or 0xE66D6E) is known color: Froly. HEX triplet: E6, 6D and 6E. RGB value is (230,109,110). Sum of RGB (Red+Green+Blue) = 230+109+110=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D6E is #199291. Grayscale: #919191. Windows color (decimal): -1675922 or 7237094. OLE color: 7237094.
HSL color Cylindrical-coordinate representation of color #E66D6E: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D6E is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 110 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.10 |
| HSL | 359.5º | 0.71% | 0.66% | - |
| HSV(B) | 359.5º | 0.53% | 0.9% | - |
| XYZ | 40.92 | 28.89 | 18.17 | - |
| YUV | 145.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 110 | 0 | 0.53 | 0.52 | 0.10 | 359.5 | 0.71 | 0.66 |
| Hex | E6 | 6D | 6E | 0 | 35 | 34 | A | 168 | 47 | 42 |
| Octal | 346 | 155 | 156 | 0 | 65 | 64 | 12 | 550 | 107 | 102 |
| Binary | 11100110 | 1101101 | 1101110 | 0 | 110101 | 110100 | 1010 | 101101000 | 1000111 | 1000010 |
Color Harmonies of #E66D6E
Complementary color
Monochromatic Colors of #E66D6E
Black with #E66D6E
Text Example
Text Example
White with #E66D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D6E; }
p { color: rgb(230,109,110); }
H1.HeaderClassName
{
color: #E66D6E;
}
.AnyTagClassName
{
color: #E66D6E;
}
</style>
background-color css
<style>
a { background-color: #E66D6E; }
a { background-color: rgb(230,109,110); }
div.DivClassName
{
background-color: #E66D6E;
}
.BgClassName
{
background-color: #E66D6E;
}
</style>
border-color css
<style>
span { border-color: #E66D6E; }
span { border-color: rgb(230,109,110); }
td.TdClassName
{
border-color: #E66D6E;
}
.TagClassName
{
border-color: #E66D6E;
}
</style>