Shades of Froly #E46A7B
Tints of Froly #E46A7B
RGB
CMYK
RGB Variations
Color information
#E46A7B (or 0xE46A7B) is known color: Froly. HEX triplet: E4, 6A and 7B. RGB value is (228,106,123). Sum of RGB (Red+Green+Blue) = 228+106+123=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A7B is #1B9584. Grayscale: #909090. Windows color (decimal): -1807749 or 8088292. OLE color: 8088292.
HSL color Cylindrical-coordinate representation of color #E46A7B: hue angle of 351.64º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46A7B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 123 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.11 |
| HSL | 351.64º | 0.69% | 0.65% | - |
| HSV(B) | 351.64º | 0.54% | 0.89% | - |
| XYZ | 40.72 | 28.23 | 22.04 | - |
| YUV | 144.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 123 | 0 | 0.54 | 0.46 | 0.11 | 351.64 | 0.69 | 0.65 |
| Hex | E4 | 6A | 7B | 0 | 36 | 2E | B | 160 | 45 | 41 |
| Octal | 344 | 152 | 173 | 0 | 66 | 56 | 13 | 540 | 105 | 101 |
| Binary | 11100100 | 1101010 | 1111011 | 0 | 110110 | 101110 | 1011 | 101100000 | 1000101 | 1000001 |
Color Harmonies of #E46A7B
Complementary color
Monochromatic Colors of #E46A7B
Black with #E46A7B
Text Example
Text Example
White with #E46A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A7B; }
p { color: rgb(228,106,123); }
H1.HeaderClassName
{
color: #E46A7B;
}
.AnyTagClassName
{
color: #E46A7B;
}
</style>
background-color css
<style>
a { background-color: #E46A7B; }
a { background-color: rgb(228,106,123); }
div.DivClassName
{
background-color: #E46A7B;
}
.BgClassName
{
background-color: #E46A7B;
}
</style>
border-color css
<style>
span { border-color: #E46A7B; }
span { border-color: rgb(228,106,123); }
td.TdClassName
{
border-color: #E46A7B;
}
.TagClassName
{
border-color: #E46A7B;
}
</style>