Shades of Froly #E47B7E
Tints of Froly #E47B7E
RGB
CMYK
RGB Variations
Color information
#E47B7E (or 0xE47B7E) is known color: Froly. HEX triplet: E4, 7B and 7E. RGB value is (228,123,126). Sum of RGB (Red+Green+Blue) = 228+123+126=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7E is #1B8481. Grayscale: #9A9A9A. Windows color (decimal): -1803394 or 8289252. OLE color: 8289252.
HSL color Cylindrical-coordinate representation of color #E47B7E: hue angle of 358.29º 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 #E47B7E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 126 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.11 |
| HSL | 358.29º | 0.66% | 0.69% | - |
| HSV(B) | 358.29º | 0.46% | 0.89% | - |
| XYZ | 42.84 | 32.17 | 23.69 | - |
| YUV | 154.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 126 | 0 | 0.46 | 0.45 | 0.11 | 358.29 | 0.66 | 0.69 |
| Hex | E4 | 7B | 7E | 0 | 2E | 2D | B | 166 | 42 | 45 |
| Octal | 344 | 173 | 176 | 0 | 56 | 55 | 13 | 546 | 102 | 105 |
| Binary | 11100100 | 1111011 | 1111110 | 0 | 101110 | 101101 | 1011 | 101100110 | 1000010 | 1000101 |
Color Harmonies of #E47B7E
Complementary color
Monochromatic Colors of #E47B7E
Black with #E47B7E
Text Example
Text Example
White with #E47B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47B7E; }
p { color: rgb(228,123,126); }
H1.HeaderClassName
{
color: #E47B7E;
}
.AnyTagClassName
{
color: #E47B7E;
}
</style>
background-color css
<style>
a { background-color: #E47B7E; }
a { background-color: rgb(228,123,126); }
div.DivClassName
{
background-color: #E47B7E;
}
.BgClassName
{
background-color: #E47B7E;
}
</style>
border-color css
<style>
span { border-color: #E47B7E; }
span { border-color: rgb(228,123,126); }
td.TdClassName
{
border-color: #E47B7E;
}
.TagClassName
{
border-color: #E47B7E;
}
</style>