Shades of Froly #E66D6F
Tints of Froly #E66D6F
RGB
CMYK
RGB Variations
Color information
#E66D6F (or 0xE66D6F) is known color: Froly. HEX triplet: E6, 6D and 6F. RGB value is (230,109,111). Sum of RGB (Red+Green+Blue) = 230+109+111=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D6F is #199290. Grayscale: #919191. Windows color (decimal): -1675921 or 7302630. OLE color: 7302630.
HSL color Cylindrical-coordinate representation of color #E66D6F: hue angle of 359.01º 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 #E66D6F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 111 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.10 |
| HSL | 359.01º | 0.71% | 0.66% | - |
| HSV(B) | 359.01º | 0.53% | 0.9% | - |
| XYZ | 40.97 | 28.91 | 18.46 | - |
| YUV | 145.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 111 | 0 | 0.53 | 0.52 | 0.10 | 359.01 | 0.71 | 0.66 |
| Hex | E6 | 6D | 6F | 0 | 35 | 34 | A | 167 | 47 | 42 |
| Octal | 346 | 155 | 157 | 0 | 65 | 64 | 12 | 547 | 107 | 102 |
| Binary | 11100110 | 1101101 | 1101111 | 0 | 110101 | 110100 | 1010 | 101100111 | 1000111 | 1000010 |
Color Harmonies of #E66D6F
Complementary color
Monochromatic Colors of #E66D6F
Black with #E66D6F
Text Example
Text Example
White with #E66D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D6F; }
p { color: rgb(230,109,111); }
H1.HeaderClassName
{
color: #E66D6F;
}
.AnyTagClassName
{
color: #E66D6F;
}
</style>
background-color css
<style>
a { background-color: #E66D6F; }
a { background-color: rgb(230,109,111); }
div.DivClassName
{
background-color: #E66D6F;
}
.BgClassName
{
background-color: #E66D6F;
}
</style>
border-color css
<style>
span { border-color: #E66D6F; }
span { border-color: rgb(230,109,111); }
td.TdClassName
{
border-color: #E66D6F;
}
.TagClassName
{
border-color: #E66D6F;
}
</style>