Shades of Froly #E87A7C
Tints of Froly #E87A7C
RGB
CMYK
RGB Variations
Color information
#E87A7C (or 0xE87A7C) is known color: Froly. HEX triplet: E8, 7A and 7C. RGB value is (232,122,124). Sum of RGB (Red+Green+Blue) = 232+122+124=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A7C is #178583. Grayscale: #9B9B9B. Windows color (decimal): -1541508 or 8157928. OLE color: 8157928.
HSL color Cylindrical-coordinate representation of color #E87A7C: hue angle of 358.91º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87A7C is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 124 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.09 |
| HSL | 358.91º | 0.71% | 0.69% | - |
| HSV(B) | 358.91º | 0.47% | 0.91% | - |
| XYZ | 43.88 | 32.53 | 23.04 | - |
| YUV | 155.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 124 | 0 | 0.47 | 0.47 | 0.09 | 358.91 | 0.71 | 0.69 |
| Hex | E8 | 7A | 7C | 0 | 2F | 2F | 9 | 167 | 47 | 45 |
| Octal | 350 | 172 | 174 | 0 | 57 | 57 | 11 | 547 | 107 | 105 |
| Binary | 11101000 | 1111010 | 1111100 | 0 | 101111 | 101111 | 1001 | 101100111 | 1000111 | 1000101 |
Color Harmonies of #E87A7C
Complementary color
Monochromatic Colors of #E87A7C
Black with #E87A7C
Text Example
Text Example
White with #E87A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A7C; }
p { color: rgb(232,122,124); }
H1.HeaderClassName
{
color: #E87A7C;
}
.AnyTagClassName
{
color: #E87A7C;
}
</style>
background-color css
<style>
a { background-color: #E87A7C; }
a { background-color: rgb(232,122,124); }
div.DivClassName
{
background-color: #E87A7C;
}
.BgClassName
{
background-color: #E87A7C;
}
</style>
border-color css
<style>
span { border-color: #E87A7C; }
span { border-color: rgb(232,122,124); }
td.TdClassName
{
border-color: #E87A7C;
}
.TagClassName
{
border-color: #E87A7C;
}
</style>