Shades of Froly #E47D7E
Tints of Froly #E47D7E
RGB
CMYK
RGB Variations
Color information
#E47D7E (or 0xE47D7E) is known color: Froly. HEX triplet: E4, 7D and 7E. RGB value is (228,125,126). Sum of RGB (Red+Green+Blue) = 228+125+126=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D7E is #1B8281. Grayscale: #9C9C9C. Windows color (decimal): -1802882 or 8289764. OLE color: 8289764.
HSL color Cylindrical-coordinate representation of color #E47D7E: hue angle of 359.42º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47D7E is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 126 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.11 |
| HSL | 359.42º | 0.66% | 0.69% | - |
| HSV(B) | 359.42º | 0.45% | 0.89% | - |
| XYZ | 43.09 | 32.67 | 23.77 | - |
| YUV | 155.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 126 | 0 | 0.45 | 0.45 | 0.11 | 359.42 | 0.66 | 0.69 |
| Hex | E4 | 7D | 7E | 0 | 2D | 2D | B | 167 | 42 | 45 |
| Octal | 344 | 175 | 176 | 0 | 55 | 55 | 13 | 547 | 102 | 105 |
| Binary | 11100100 | 1111101 | 1111110 | 0 | 101101 | 101101 | 1011 | 101100111 | 1000010 | 1000101 |
Color Harmonies of #E47D7E
Complementary color
Monochromatic Colors of #E47D7E
Black with #E47D7E
Text Example
Text Example
White with #E47D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D7E; }
p { color: rgb(228,125,126); }
H1.HeaderClassName
{
color: #E47D7E;
}
.AnyTagClassName
{
color: #E47D7E;
}
</style>
background-color css
<style>
a { background-color: #E47D7E; }
a { background-color: rgb(228,125,126); }
div.DivClassName
{
background-color: #E47D7E;
}
.BgClassName
{
background-color: #E47D7E;
}
</style>
border-color css
<style>
span { border-color: #E47D7E; }
span { border-color: rgb(228,125,126); }
td.TdClassName
{
border-color: #E47D7E;
}
.TagClassName
{
border-color: #E47D7E;
}
</style>