Shades of Froly #E66C78
Tints of Froly #E66C78
RGB
CMYK
RGB Variations
Color information
#E66C78 (or 0xE66C78) is known color: Froly. HEX triplet: E6, 6C and 78. RGB value is (230,108,120). Sum of RGB (Red+Green+Blue) = 230+108+120=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C78 is #199387. Grayscale: #919191. Windows color (decimal): -1676168 or 7892198. OLE color: 7892198.
HSL color Cylindrical-coordinate representation of color #E66C78: hue angle of 354.1º 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 #E66C78 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 120 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.10 |
| HSL | 354.1º | 0.71% | 0.66% | - |
| HSV(B) | 354.1º | 0.53% | 0.9% | - |
| XYZ | 41.39 | 28.9 | 21.17 | - |
| YUV | 145.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 120 | 0 | 0.53 | 0.48 | 0.10 | 354.1 | 0.71 | 0.66 |
| Hex | E6 | 6C | 78 | 0 | 35 | 30 | A | 162 | 47 | 42 |
| Octal | 346 | 154 | 170 | 0 | 65 | 60 | 12 | 542 | 107 | 102 |
| Binary | 11100110 | 1101100 | 1111000 | 0 | 110101 | 110000 | 1010 | 101100010 | 1000111 | 1000010 |
Color Harmonies of #E66C78
Complementary color
Monochromatic Colors of #E66C78
Black with #E66C78
Text Example
Text Example
White with #E66C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C78; }
p { color: rgb(230,108,120); }
H1.HeaderClassName
{
color: #E66C78;
}
.AnyTagClassName
{
color: #E66C78;
}
</style>
background-color css
<style>
a { background-color: #E66C78; }
a { background-color: rgb(230,108,120); }
div.DivClassName
{
background-color: #E66C78;
}
.BgClassName
{
background-color: #E66C78;
}
</style>
border-color css
<style>
span { border-color: #E66C78; }
span { border-color: rgb(230,108,120); }
td.TdClassName
{
border-color: #E66C78;
}
.TagClassName
{
border-color: #E66C78;
}
</style>