Shades of Froly #E86778
Tints of Froly #E86778
RGB
CMYK
RGB Variations
Color information
#E86778 (or 0xE86778) is known color: Froly. HEX triplet: E8, 67 and 78. RGB value is (232,103,120). Sum of RGB (Red+Green+Blue) = 232+103+120=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E86778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86778 is #179887. Grayscale: #8F8F8F. Windows color (decimal): -1546376 or 7890920. OLE color: 7890920.
HSL color Cylindrical-coordinate representation of color #E86778: hue angle of 352.09º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86778 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 120 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.09 |
| HSL | 352.09º | 0.74% | 0.66% | - |
| HSV(B) | 352.09º | 0.56% | 0.91% | - |
| XYZ | 41.52 | 28.21 | 21.03 | - |
| YUV | 143.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 120 | 0 | 0.56 | 0.48 | 0.09 | 352.09 | 0.74 | 0.66 |
| Hex | E8 | 67 | 78 | 0 | 38 | 30 | 9 | 160 | 4A | 42 |
| Octal | 350 | 147 | 170 | 0 | 70 | 60 | 11 | 540 | 112 | 102 |
| Binary | 11101000 | 1100111 | 1111000 | 0 | 111000 | 110000 | 1001 | 101100000 | 1001010 | 1000010 |
Color Harmonies of #E86778
Complementary color
Monochromatic Colors of #E86778
Black with #E86778
Text Example
Text Example
White with #E86778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86778; }
p { color: rgb(232,103,120); }
H1.HeaderClassName
{
color: #E86778;
}
.AnyTagClassName
{
color: #E86778;
}
</style>
background-color css
<style>
a { background-color: #E86778; }
a { background-color: rgb(232,103,120); }
div.DivClassName
{
background-color: #E86778;
}
.BgClassName
{
background-color: #E86778;
}
</style>
border-color css
<style>
span { border-color: #E86778; }
span { border-color: rgb(232,103,120); }
td.TdClassName
{
border-color: #E86778;
}
.TagClassName
{
border-color: #E86778;
}
</style>