Shades of Froly #E85667
Tints of Froly #E85667
RGB
CMYK
RGB Variations
Color information
#E85667 (or 0xE85667) is known color: Froly. HEX triplet: E8, 56 and 67. RGB value is (232,86,103). Sum of RGB (Red+Green+Blue) = 232+86+103=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E85667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85667 is #17A998. Grayscale: #838383. Windows color (decimal): -1550745 or 6772456. OLE color: 6772456.
HSL color Cylindrical-coordinate representation of color #E85667: hue angle of 353.01º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85667 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 103 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.09 |
| HSL | 353.01º | 0.76% | 0.62% | - |
| HSV(B) | 353.01º | 0.63% | 0.91% | - |
| XYZ | 39.05 | 24.79 | 15.56 | - |
| YUV | 131.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 103 | 0 | 0.63 | 0.56 | 0.09 | 353.01 | 0.76 | 0.62 |
| Hex | E8 | 56 | 67 | 0 | 3F | 38 | 9 | 161 | 4C | 3E |
| Octal | 350 | 126 | 147 | 0 | 77 | 70 | 11 | 541 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1100111 | 0 | 111111 | 111000 | 1001 | 101100001 | 1001100 | 111110 |
Color Harmonies of #E85667
Complementary color
Monochromatic Colors of #E85667
Black with #E85667
Text Example
Text Example
White with #E85667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85667; }
p { color: rgb(232,86,103); }
H1.HeaderClassName
{
color: #E85667;
}
.AnyTagClassName
{
color: #E85667;
}
</style>
background-color css
<style>
a { background-color: #E85667; }
a { background-color: rgb(232,86,103); }
div.DivClassName
{
background-color: #E85667;
}
.BgClassName
{
background-color: #E85667;
}
</style>
border-color css
<style>
span { border-color: #E85667; }
span { border-color: rgb(232,86,103); }
td.TdClassName
{
border-color: #E85667;
}
.TagClassName
{
border-color: #E85667;
}
</style>