Shades of Froly #E87381
Tints of Froly #E87381
RGB
CMYK
RGB Variations
Color information
#E87381 (or 0xE87381) is known color: Froly. HEX triplet: E8, 73 and 81. RGB value is (232,115,129). Sum of RGB (Red+Green+Blue) = 232+115+129=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E87381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87381 is #178C7E. Grayscale: #979797. Windows color (decimal): -1543295 or 8483816. OLE color: 8483816.
HSL color Cylindrical-coordinate representation of color #E87381: hue angle of 352.82º 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 #E87381 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 129 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.09 |
| HSL | 352.82º | 0.72% | 0.68% | - |
| HSV(B) | 352.82º | 0.5% | 0.91% | - |
| XYZ | 43.37 | 31 | 24.47 | - |
| YUV | 151.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 129 | 0 | 0.50 | 0.44 | 0.09 | 352.82 | 0.72 | 0.68 |
| Hex | E8 | 73 | 81 | 0 | 32 | 2C | 9 | 161 | 48 | 44 |
| Octal | 350 | 163 | 201 | 0 | 62 | 54 | 11 | 541 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10000001 | 0 | 110010 | 101100 | 1001 | 101100001 | 1001000 | 1000100 |
Color Harmonies of #E87381
Complementary color
Monochromatic Colors of #E87381
Black with #E87381
Text Example
Text Example
White with #E87381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87381; }
p { color: rgb(232,115,129); }
H1.HeaderClassName
{
color: #E87381;
}
.AnyTagClassName
{
color: #E87381;
}
</style>
background-color css
<style>
a { background-color: #E87381; }
a { background-color: rgb(232,115,129); }
div.DivClassName
{
background-color: #E87381;
}
.BgClassName
{
background-color: #E87381;
}
</style>
border-color css
<style>
span { border-color: #E87381; }
span { border-color: rgb(232,115,129); }
td.TdClassName
{
border-color: #E87381;
}
.TagClassName
{
border-color: #E87381;
}
</style>