Shades of Froly #E86678
Tints of Froly #E86678
RGB
CMYK
RGB Variations
Color information
#E86678 (or 0xE86678) is known color: Froly. HEX triplet: E8, 66 and 78. RGB value is (232,102,120). Sum of RGB (Red+Green+Blue) = 232+102+120=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E86678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86678 is #179987. Grayscale: #8E8E8E. Windows color (decimal): -1546632 or 7890664. OLE color: 7890664.
HSL color Cylindrical-coordinate representation of color #E86678: hue angle of 351.69º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86678 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 120 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.09 |
| HSL | 351.69º | 0.74% | 0.65% | - |
| HSV(B) | 351.69º | 0.56% | 0.91% | - |
| XYZ | 41.42 | 28.01 | 20.99 | - |
| YUV | 142.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 120 | 0 | 0.56 | 0.48 | 0.09 | 351.69 | 0.74 | 0.65 |
| Hex | E8 | 66 | 78 | 0 | 38 | 30 | 9 | 160 | 4A | 41 |
| Octal | 350 | 146 | 170 | 0 | 70 | 60 | 11 | 540 | 112 | 101 |
| Binary | 11101000 | 1100110 | 1111000 | 0 | 111000 | 110000 | 1001 | 101100000 | 1001010 | 1000001 |
Color Harmonies of #E86678
Complementary color
Monochromatic Colors of #E86678
Black with #E86678
Text Example
Text Example
White with #E86678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86678; }
p { color: rgb(232,102,120); }
H1.HeaderClassName
{
color: #E86678;
}
.AnyTagClassName
{
color: #E86678;
}
</style>
background-color css
<style>
a { background-color: #E86678; }
a { background-color: rgb(232,102,120); }
div.DivClassName
{
background-color: #E86678;
}
.BgClassName
{
background-color: #E86678;
}
</style>
border-color css
<style>
span { border-color: #E86678; }
span { border-color: rgb(232,102,120); }
td.TdClassName
{
border-color: #E86678;
}
.TagClassName
{
border-color: #E86678;
}
</style>