Shades of Froly #E47A7C
Tints of Froly #E47A7C
RGB
CMYK
RGB Variations
Color information
#E47A7C (or 0xE47A7C) is known color: Froly. HEX triplet: E4, 7A and 7C. RGB value is (228,122,124). Sum of RGB (Red+Green+Blue) = 228+122+124=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A7C is #1B8583. Grayscale: #9A9A9A. Windows color (decimal): -1803652 or 8157924. OLE color: 8157924.
HSL color Cylindrical-coordinate representation of color #E47A7C: hue angle of 358.87º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47A7C is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 124 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.11 |
| HSL | 358.87º | 0.66% | 0.69% | - |
| HSV(B) | 358.87º | 0.46% | 0.89% | - |
| XYZ | 42.59 | 31.87 | 22.98 | - |
| YUV | 153.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 124 | 0 | 0.46 | 0.46 | 0.11 | 358.87 | 0.66 | 0.69 |
| Hex | E4 | 7A | 7C | 0 | 2E | 2E | B | 167 | 42 | 45 |
| Octal | 344 | 172 | 174 | 0 | 56 | 56 | 13 | 547 | 102 | 105 |
| Binary | 11100100 | 1111010 | 1111100 | 0 | 101110 | 101110 | 1011 | 101100111 | 1000010 | 1000101 |
Color Harmonies of #E47A7C
Complementary color
Monochromatic Colors of #E47A7C
Black with #E47A7C
Text Example
Text Example
White with #E47A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A7C; }
p { color: rgb(228,122,124); }
H1.HeaderClassName
{
color: #E47A7C;
}
.AnyTagClassName
{
color: #E47A7C;
}
</style>
background-color css
<style>
a { background-color: #E47A7C; }
a { background-color: rgb(228,122,124); }
div.DivClassName
{
background-color: #E47A7C;
}
.BgClassName
{
background-color: #E47A7C;
}
</style>
border-color css
<style>
span { border-color: #E47A7C; }
span { border-color: rgb(228,122,124); }
td.TdClassName
{
border-color: #E47A7C;
}
.TagClassName
{
border-color: #E47A7C;
}
</style>