Shades of Froly #E66C74
Tints of Froly #E66C74
RGB
CMYK
RGB Variations
Color information
#E66C74 (or 0xE66C74) is known color: Froly. HEX triplet: E6, 6C and 74. RGB value is (230,108,116). Sum of RGB (Red+Green+Blue) = 230+108+116=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C74 is #19938B. Grayscale: #919191. Windows color (decimal): -1676172 or 7630054. OLE color: 7630054.
HSL color Cylindrical-coordinate representation of color #E66C74: hue angle of 356.07º 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 #E66C74 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 116 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.10 |
| HSL | 356.07º | 0.71% | 0.66% | - |
| HSV(B) | 356.07º | 0.53% | 0.9% | - |
| XYZ | 41.15 | 28.81 | 19.91 | - |
| YUV | 145.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 116 | 0 | 0.53 | 0.50 | 0.10 | 356.07 | 0.71 | 0.66 |
| Hex | E6 | 6C | 74 | 0 | 35 | 32 | A | 164 | 47 | 42 |
| Octal | 346 | 154 | 164 | 0 | 65 | 62 | 12 | 544 | 107 | 102 |
| Binary | 11100110 | 1101100 | 1110100 | 0 | 110101 | 110010 | 1010 | 101100100 | 1000111 | 1000010 |
Color Harmonies of #E66C74
Complementary color
Monochromatic Colors of #E66C74
Black with #E66C74
Text Example
Text Example
White with #E66C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C74; }
p { color: rgb(230,108,116); }
H1.HeaderClassName
{
color: #E66C74;
}
.AnyTagClassName
{
color: #E66C74;
}
</style>
background-color css
<style>
a { background-color: #E66C74; }
a { background-color: rgb(230,108,116); }
div.DivClassName
{
background-color: #E66C74;
}
.BgClassName
{
background-color: #E66C74;
}
</style>
border-color css
<style>
span { border-color: #E66C74; }
span { border-color: rgb(230,108,116); }
td.TdClassName
{
border-color: #E66C74;
}
.TagClassName
{
border-color: #E66C74;
}
</style>