Shades of Froly #E86378
Tints of Froly #E86378
RGB
CMYK
RGB Variations
Color information
#E86378 (or 0xE86378) is known color: Froly. HEX triplet: E8, 63 and 78. RGB value is (232,99,120). Sum of RGB (Red+Green+Blue) = 232+99+120=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E86378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86378 is #179C87. Grayscale: #8D8D8D. Windows color (decimal): -1547400 or 7889896. OLE color: 7889896.
HSL color Cylindrical-coordinate representation of color #E86378: hue angle of 350.53º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86378 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 120 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.09 |
| HSL | 350.53º | 0.74% | 0.65% | - |
| HSV(B) | 350.53º | 0.57% | 0.91% | - |
| XYZ | 41.13 | 27.44 | 20.9 | - |
| YUV | 141.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 120 | 0 | 0.57 | 0.48 | 0.09 | 350.53 | 0.74 | 0.65 |
| Hex | E8 | 63 | 78 | 0 | 39 | 30 | 9 | 15F | 4A | 41 |
| Octal | 350 | 143 | 170 | 0 | 71 | 60 | 11 | 537 | 112 | 101 |
| Binary | 11101000 | 1100011 | 1111000 | 0 | 111001 | 110000 | 1001 | 101011111 | 1001010 | 1000001 |
Color Harmonies of #E86378
Complementary color
Monochromatic Colors of #E86378
Black with #E86378
Text Example
Text Example
White with #E86378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86378; }
p { color: rgb(232,99,120); }
H1.HeaderClassName
{
color: #E86378;
}
.AnyTagClassName
{
color: #E86378;
}
</style>
background-color css
<style>
a { background-color: #E86378; }
a { background-color: rgb(232,99,120); }
div.DivClassName
{
background-color: #E86378;
}
.BgClassName
{
background-color: #E86378;
}
</style>
border-color css
<style>
span { border-color: #E86378; }
span { border-color: rgb(232,99,120); }
td.TdClassName
{
border-color: #E86378;
}
.TagClassName
{
border-color: #E86378;
}
</style>