Shades of Froly #E66E6F
Tints of Froly #E66E6F
RGB
CMYK
RGB Variations
Color information
#E66E6F (or 0xE66E6F) is known color: Froly. HEX triplet: E6, 6E and 6F. RGB value is (230,110,111). Sum of RGB (Red+Green+Blue) = 230+110+111=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E6F is #199190. Grayscale: #929292. Windows color (decimal): -1675665 or 7302886. OLE color: 7302886.
HSL color Cylindrical-coordinate representation of color #E66E6F: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E6F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 111 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.10 |
| HSL | 359.5º | 0.71% | 0.67% | - |
| HSV(B) | 359.5º | 0.52% | 0.9% | - |
| XYZ | 41.08 | 29.12 | 18.5 | - |
| YUV | 145.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 111 | 0 | 0.52 | 0.52 | 0.10 | 359.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | 6F | 0 | 34 | 34 | A | 168 | 47 | 43 |
| Octal | 346 | 156 | 157 | 0 | 64 | 64 | 12 | 550 | 107 | 103 |
| Binary | 11100110 | 1101110 | 1101111 | 0 | 110100 | 110100 | 1010 | 101101000 | 1000111 | 1000011 |
Color Harmonies of #E66E6F
Complementary color
Monochromatic Colors of #E66E6F
Black with #E66E6F
Text Example
Text Example
White with #E66E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E6F; }
p { color: rgb(230,110,111); }
H1.HeaderClassName
{
color: #E66E6F;
}
.AnyTagClassName
{
color: #E66E6F;
}
</style>
background-color css
<style>
a { background-color: #E66E6F; }
a { background-color: rgb(230,110,111); }
div.DivClassName
{
background-color: #E66E6F;
}
.BgClassName
{
background-color: #E66E6F;
}
</style>
border-color css
<style>
span { border-color: #E66E6F; }
span { border-color: rgb(230,110,111); }
td.TdClassName
{
border-color: #E66E6F;
}
.TagClassName
{
border-color: #E66E6F;
}
</style>