Shades of Froly #E46A6C
Tints of Froly #E46A6C
RGB
CMYK
RGB Variations
Color information
#E46A6C (or 0xE46A6C) is known color: Froly. HEX triplet: E4, 6A and 6C. RGB value is (228,106,108). Sum of RGB (Red+Green+Blue) = 228+106+108=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A6C is #1B9593. Grayscale: #8E8E8E. Windows color (decimal): -1807764 or 7105252. OLE color: 7105252.
HSL color Cylindrical-coordinate representation of color #E46A6C: hue angle of 359.02º 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 #E46A6C is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 108 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.11 |
| HSL | 359.02º | 0.69% | 0.65% | - |
| HSV(B) | 359.02º | 0.54% | 0.89% | - |
| XYZ | 39.86 | 27.88 | 17.47 | - |
| YUV | 142.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 108 | 0 | 0.54 | 0.53 | 0.11 | 359.02 | 0.69 | 0.65 |
| Hex | E4 | 6A | 6C | 0 | 36 | 35 | B | 167 | 45 | 41 |
| Octal | 344 | 152 | 154 | 0 | 66 | 65 | 13 | 547 | 105 | 101 |
| Binary | 11100100 | 1101010 | 1101100 | 0 | 110110 | 110101 | 1011 | 101100111 | 1000101 | 1000001 |
Color Harmonies of #E46A6C
Complementary color
Monochromatic Colors of #E46A6C
Black with #E46A6C
Text Example
Text Example
White with #E46A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A6C; }
p { color: rgb(228,106,108); }
H1.HeaderClassName
{
color: #E46A6C;
}
.AnyTagClassName
{
color: #E46A6C;
}
</style>
background-color css
<style>
a { background-color: #E46A6C; }
a { background-color: rgb(228,106,108); }
div.DivClassName
{
background-color: #E46A6C;
}
.BgClassName
{
background-color: #E46A6C;
}
</style>
border-color css
<style>
span { border-color: #E46A6C; }
span { border-color: rgb(228,106,108); }
td.TdClassName
{
border-color: #E46A6C;
}
.TagClassName
{
border-color: #E46A6C;
}
</style>