Shades of Froly #E87380
Tints of Froly #E87380
RGB
CMYK
RGB Variations
Color information
#E87380 (or 0xE87380) is known color: Froly. HEX triplet: E8, 73 and 80. RGB value is (232,115,128). Sum of RGB (Red+Green+Blue) = 232+115+128=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E87380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87380 is #178C7F. Grayscale: #979797. Windows color (decimal): -1543296 or 8418280. OLE color: 8418280.
HSL color Cylindrical-coordinate representation of color #E87380: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87380 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 128 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.09 |
| HSL | 353.33º | 0.72% | 0.68% | - |
| HSV(B) | 353.33º | 0.5% | 0.91% | - |
| XYZ | 43.31 | 30.98 | 24.12 | - |
| YUV | 151.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 128 | 0 | 0.50 | 0.45 | 0.09 | 353.33 | 0.72 | 0.68 |
| Hex | E8 | 73 | 80 | 0 | 32 | 2D | 9 | 161 | 48 | 44 |
| Octal | 350 | 163 | 200 | 0 | 62 | 55 | 11 | 541 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10000000 | 0 | 110010 | 101101 | 1001 | 101100001 | 1001000 | 1000100 |
Color Harmonies of #E87380
Complementary color
Monochromatic Colors of #E87380
Black with #E87380
Text Example
Text Example
White with #E87380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87380; }
p { color: rgb(232,115,128); }
H1.HeaderClassName
{
color: #E87380;
}
.AnyTagClassName
{
color: #E87380;
}
</style>
background-color css
<style>
a { background-color: #E87380; }
a { background-color: rgb(232,115,128); }
div.DivClassName
{
background-color: #E87380;
}
.BgClassName
{
background-color: #E87380;
}
</style>
border-color css
<style>
span { border-color: #E87380; }
span { border-color: rgb(232,115,128); }
td.TdClassName
{
border-color: #E87380;
}
.TagClassName
{
border-color: #E87380;
}
</style>