Shades of Froly #E47880
Tints of Froly #E47880
RGB
CMYK
RGB Variations
Color information
#E47880 (or 0xE47880) is known color: Froly. HEX triplet: E4, 78 and 80. RGB value is (228,120,128). Sum of RGB (Red+Green+Blue) = 228+120+128=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E47880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47880 is #1B877F. Grayscale: #999999. Windows color (decimal): -1804160 or 8419556. OLE color: 8419556.
HSL color Cylindrical-coordinate representation of color #E47880: hue angle of 355.56º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E47880 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 128 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.11 |
| HSL | 355.56º | 0.67% | 0.68% | - |
| HSV(B) | 355.56º | 0.47% | 0.89% | - |
| XYZ | 42.61 | 31.49 | 24.25 | - |
| YUV | 153.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 128 | 0 | 0.47 | 0.44 | 0.11 | 355.56 | 0.67 | 0.68 |
| Hex | E4 | 78 | 80 | 0 | 2F | 2C | B | 164 | 43 | 44 |
| Octal | 344 | 170 | 200 | 0 | 57 | 54 | 13 | 544 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10000000 | 0 | 101111 | 101100 | 1011 | 101100100 | 1000011 | 1000100 |
Color Harmonies of #E47880
Complementary color
Monochromatic Colors of #E47880
Black with #E47880
Text Example
Text Example
White with #E47880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47880; }
p { color: rgb(228,120,128); }
H1.HeaderClassName
{
color: #E47880;
}
.AnyTagClassName
{
color: #E47880;
}
</style>
background-color css
<style>
a { background-color: #E47880; }
a { background-color: rgb(228,120,128); }
div.DivClassName
{
background-color: #E47880;
}
.BgClassName
{
background-color: #E47880;
}
</style>
border-color css
<style>
span { border-color: #E47880; }
span { border-color: rgb(228,120,128); }
td.TdClassName
{
border-color: #E47880;
}
.TagClassName
{
border-color: #E47880;
}
</style>