Shades of Froly #E8626E
Tints of Froly #E8626E
RGB
CMYK
RGB Variations
Color information
#E8626E (or 0xE8626E) is known color: Froly. HEX triplet: E8, 62 and 6E. RGB value is (232,98,110). Sum of RGB (Red+Green+Blue) = 232+98+110=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8626E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8626E is #179D91. Grayscale: #8B8B8B. Windows color (decimal): -1547666 or 7234280. OLE color: 7234280.
HSL color Cylindrical-coordinate representation of color #E8626E: hue angle of 354.63º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8626E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 110 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.09 |
| HSL | 354.63º | 0.74% | 0.65% | - |
| HSV(B) | 354.63º | 0.58% | 0.91% | - |
| XYZ | 40.46 | 27.02 | 17.83 | - |
| YUV | 139.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 110 | 0 | 0.58 | 0.53 | 0.09 | 354.63 | 0.74 | 0.65 |
| Hex | E8 | 62 | 6E | 0 | 3A | 35 | 9 | 163 | 4A | 41 |
| Octal | 350 | 142 | 156 | 0 | 72 | 65 | 11 | 543 | 112 | 101 |
| Binary | 11101000 | 1100010 | 1101110 | 0 | 111010 | 110101 | 1001 | 101100011 | 1001010 | 1000001 |
Color Harmonies of #E8626E
Complementary color
Monochromatic Colors of #E8626E
Black with #E8626E
Text Example
Text Example
White with #E8626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8626E; }
p { color: rgb(232,98,110); }
H1.HeaderClassName
{
color: #E8626E;
}
.AnyTagClassName
{
color: #E8626E;
}
</style>
background-color css
<style>
a { background-color: #E8626E; }
a { background-color: rgb(232,98,110); }
div.DivClassName
{
background-color: #E8626E;
}
.BgClassName
{
background-color: #E8626E;
}
</style>
border-color css
<style>
span { border-color: #E8626E; }
span { border-color: rgb(232,98,110); }
td.TdClassName
{
border-color: #E8626E;
}
.TagClassName
{
border-color: #E8626E;
}
</style>