Shades of Froly #E8657D
Tints of Froly #E8657D
RGB
CMYK
RGB Variations
Color information
#E8657D (or 0xE8657D) is known color: Froly. HEX triplet: E8, 65 and 7D. RGB value is (232,101,125). Sum of RGB (Red+Green+Blue) = 232+101+125=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8657D is #179A82. Grayscale: #8E8E8E. Windows color (decimal): -1546883 or 8218088. OLE color: 8218088.
HSL color Cylindrical-coordinate representation of color #E8657D: hue angle of 349.01º 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 #E8657D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 125 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.09 |
| HSL | 349.01º | 0.74% | 0.65% | - |
| HSV(B) | 349.01º | 0.56% | 0.91% | - |
| XYZ | 41.63 | 27.94 | 22.6 | - |
| YUV | 142.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 125 | 0 | 0.56 | 0.46 | 0.09 | 349.01 | 0.74 | 0.65 |
| Hex | E8 | 65 | 7D | 0 | 38 | 2E | 9 | 15D | 4A | 41 |
| Octal | 350 | 145 | 175 | 0 | 70 | 56 | 11 | 535 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1111101 | 0 | 111000 | 101110 | 1001 | 101011101 | 1001010 | 1000001 |
Color Harmonies of #E8657D
Complementary color
Monochromatic Colors of #E8657D
Black with #E8657D
Text Example
Text Example
White with #E8657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8657D; }
p { color: rgb(232,101,125); }
H1.HeaderClassName
{
color: #E8657D;
}
.AnyTagClassName
{
color: #E8657D;
}
</style>
background-color css
<style>
a { background-color: #E8657D; }
a { background-color: rgb(232,101,125); }
div.DivClassName
{
background-color: #E8657D;
}
.BgClassName
{
background-color: #E8657D;
}
</style>
border-color css
<style>
span { border-color: #E8657D; }
span { border-color: rgb(232,101,125); }
td.TdClassName
{
border-color: #E8657D;
}
.TagClassName
{
border-color: #E8657D;
}
</style>