Shades of Froly #E46E6F
Tints of Froly #E46E6F
RGB
CMYK
RGB Variations
Color information
#E46E6F (or 0xE46E6F) is known color: Froly. HEX triplet: E4, 6E and 6F. RGB value is (228,110,111). Sum of RGB (Red+Green+Blue) = 228+110+111=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E6F is #1B9190. Grayscale: #919191. Windows color (decimal): -1806737 or 7302884. OLE color: 7302884.
HSL color Cylindrical-coordinate representation of color #E46E6F: hue angle of 359.49º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46E6F is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 111 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.11 |
| HSL | 359.49º | 0.69% | 0.66% | - |
| HSV(B) | 359.49º | 0.52% | 0.89% | - |
| XYZ | 40.44 | 28.79 | 18.47 | - |
| YUV | 145.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 111 | 0 | 0.52 | 0.51 | 0.11 | 359.49 | 0.69 | 0.66 |
| Hex | E4 | 6E | 6F | 0 | 34 | 33 | B | 167 | 45 | 42 |
| Octal | 344 | 156 | 157 | 0 | 64 | 63 | 13 | 547 | 105 | 102 |
| Binary | 11100100 | 1101110 | 1101111 | 0 | 110100 | 110011 | 1011 | 101100111 | 1000101 | 1000010 |
Color Harmonies of #E46E6F
Complementary color
Monochromatic Colors of #E46E6F
Black with #E46E6F
Text Example
Text Example
White with #E46E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E6F; }
p { color: rgb(228,110,111); }
H1.HeaderClassName
{
color: #E46E6F;
}
.AnyTagClassName
{
color: #E46E6F;
}
</style>
background-color css
<style>
a { background-color: #E46E6F; }
a { background-color: rgb(228,110,111); }
div.DivClassName
{
background-color: #E46E6F;
}
.BgClassName
{
background-color: #E46E6F;
}
</style>
border-color css
<style>
span { border-color: #E46E6F; }
span { border-color: rgb(228,110,111); }
td.TdClassName
{
border-color: #E46E6F;
}
.TagClassName
{
border-color: #E46E6F;
}
</style>