Shades of Froly #E47A81
Tints of Froly #E47A81
RGB
CMYK
RGB Variations
Color information
#E47A81 (or 0xE47A81) is known color: Froly. HEX triplet: E4, 7A and 81. RGB value is (228,122,129). Sum of RGB (Red+Green+Blue) = 228+122+129=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47A81 is #1B857E. Grayscale: #9A9A9A. Windows color (decimal): -1803647 or 8485604. OLE color: 8485604.
HSL color Cylindrical-coordinate representation of color #E47A81: hue angle of 356.04º 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 #E47A81 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 129 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.11 |
| HSL | 356.04º | 0.66% | 0.69% | - |
| HSV(B) | 356.04º | 0.46% | 0.89% | - |
| XYZ | 42.92 | 32 | 24.68 | - |
| YUV | 154.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 129 | 0 | 0.46 | 0.43 | 0.11 | 356.04 | 0.66 | 0.69 |
| Hex | E4 | 7A | 81 | 0 | 2E | 2B | B | 164 | 42 | 45 |
| Octal | 344 | 172 | 201 | 0 | 56 | 53 | 13 | 544 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10000001 | 0 | 101110 | 101011 | 1011 | 101100100 | 1000010 | 1000101 |
Color Harmonies of #E47A81
Complementary color
Monochromatic Colors of #E47A81
Black with #E47A81
Text Example
Text Example
White with #E47A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A81; }
p { color: rgb(228,122,129); }
H1.HeaderClassName
{
color: #E47A81;
}
.AnyTagClassName
{
color: #E47A81;
}
</style>
background-color css
<style>
a { background-color: #E47A81; }
a { background-color: rgb(228,122,129); }
div.DivClassName
{
background-color: #E47A81;
}
.BgClassName
{
background-color: #E47A81;
}
</style>
border-color css
<style>
span { border-color: #E47A81; }
span { border-color: rgb(228,122,129); }
td.TdClassName
{
border-color: #E47A81;
}
.TagClassName
{
border-color: #E47A81;
}
</style>