Shades of Froly #E66D79
Tints of Froly #E66D79
RGB
CMYK
RGB Variations
Color information
#E66D79 (or 0xE66D79) is known color: Froly. HEX triplet: E6, 6D and 79. RGB value is (230,109,121). Sum of RGB (Red+Green+Blue) = 230+109+121=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D79 is #199286. Grayscale: #929292. Windows color (decimal): -1675911 or 7957990. OLE color: 7957990.
HSL color Cylindrical-coordinate representation of color #E66D79: hue angle of 354.05º 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 #E66D79 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 121 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.10 |
| HSL | 354.05º | 0.71% | 0.66% | - |
| HSV(B) | 354.05º | 0.53% | 0.9% | - |
| XYZ | 41.55 | 29.14 | 21.52 | - |
| YUV | 146.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 121 | 0 | 0.53 | 0.47 | 0.10 | 354.05 | 0.71 | 0.66 |
| Hex | E6 | 6D | 79 | 0 | 35 | 2F | A | 162 | 47 | 42 |
| Octal | 346 | 155 | 171 | 0 | 65 | 57 | 12 | 542 | 107 | 102 |
| Binary | 11100110 | 1101101 | 1111001 | 0 | 110101 | 101111 | 1010 | 101100010 | 1000111 | 1000010 |
Color Harmonies of #E66D79
Complementary color
Monochromatic Colors of #E66D79
Black with #E66D79
Text Example
Text Example
White with #E66D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D79; }
p { color: rgb(230,109,121); }
H1.HeaderClassName
{
color: #E66D79;
}
.AnyTagClassName
{
color: #E66D79;
}
</style>
background-color css
<style>
a { background-color: #E66D79; }
a { background-color: rgb(230,109,121); }
div.DivClassName
{
background-color: #E66D79;
}
.BgClassName
{
background-color: #E66D79;
}
</style>
border-color css
<style>
span { border-color: #E66D79; }
span { border-color: rgb(230,109,121); }
td.TdClassName
{
border-color: #E66D79;
}
.TagClassName
{
border-color: #E66D79;
}
</style>