Shades of Froly #E85867
Tints of Froly #E85867
RGB
CMYK
RGB Variations
Color information
#E85867 (or 0xE85867) is known color: Froly. HEX triplet: E8, 58 and 67. RGB value is (232,88,103). Sum of RGB (Red+Green+Blue) = 232+88+103=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E85867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85867 is #17A798. Grayscale: #848484. Windows color (decimal): -1550233 or 6772968. OLE color: 6772968.
HSL color Cylindrical-coordinate representation of color #E85867: hue angle of 353.75º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85867 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 103 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.09 |
| HSL | 353.75º | 0.76% | 0.63% | - |
| HSV(B) | 353.75º | 0.62% | 0.91% | - |
| XYZ | 39.22 | 25.11 | 15.61 | - |
| YUV | 132.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 103 | 0 | 0.62 | 0.56 | 0.09 | 353.75 | 0.76 | 0.63 |
| Hex | E8 | 58 | 67 | 0 | 3E | 38 | 9 | 162 | 4C | 3F |
| Octal | 350 | 130 | 147 | 0 | 76 | 70 | 11 | 542 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1100111 | 0 | 111110 | 111000 | 1001 | 101100010 | 1001100 | 111111 |
Color Harmonies of #E85867
Complementary color
Monochromatic Colors of #E85867
Black with #E85867
Text Example
Text Example
White with #E85867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85867; }
p { color: rgb(232,88,103); }
H1.HeaderClassName
{
color: #E85867;
}
.AnyTagClassName
{
color: #E85867;
}
</style>
background-color css
<style>
a { background-color: #E85867; }
a { background-color: rgb(232,88,103); }
div.DivClassName
{
background-color: #E85867;
}
.BgClassName
{
background-color: #E85867;
}
</style>
border-color css
<style>
span { border-color: #E85867; }
span { border-color: rgb(232,88,103); }
td.TdClassName
{
border-color: #E85867;
}
.TagClassName
{
border-color: #E85867;
}
</style>