Shades of Froly #E46F7F
Tints of Froly #E46F7F
RGB
CMYK
RGB Variations
Color information
#E46F7F (or 0xE46F7F) is known color: Froly. HEX triplet: E4, 6F and 7F. RGB value is (228,111,127). Sum of RGB (Red+Green+Blue) = 228+111+127=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F7F is #1B9080. Grayscale: #939393. Windows color (decimal): -1806465 or 8351716. OLE color: 8351716.
HSL color Cylindrical-coordinate representation of color #E46F7F: hue angle of 351.79º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46F7F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 127 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.11 |
| HSL | 351.79º | 0.68% | 0.66% | - |
| HSV(B) | 351.79º | 0.51% | 0.89% | - |
| XYZ | 41.51 | 29.4 | 23.56 | - |
| YUV | 147.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 127 | 0 | 0.51 | 0.44 | 0.11 | 351.79 | 0.68 | 0.66 |
| Hex | E4 | 6F | 7F | 0 | 33 | 2C | B | 160 | 44 | 42 |
| Octal | 344 | 157 | 177 | 0 | 63 | 54 | 13 | 540 | 104 | 102 |
| Binary | 11100100 | 1101111 | 1111111 | 0 | 110011 | 101100 | 1011 | 101100000 | 1000100 | 1000010 |
Color Harmonies of #E46F7F
Complementary color
Monochromatic Colors of #E46F7F
Black with #E46F7F
Text Example
Text Example
White with #E46F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F7F; }
p { color: rgb(228,111,127); }
H1.HeaderClassName
{
color: #E46F7F;
}
.AnyTagClassName
{
color: #E46F7F;
}
</style>
background-color css
<style>
a { background-color: #E46F7F; }
a { background-color: rgb(228,111,127); }
div.DivClassName
{
background-color: #E46F7F;
}
.BgClassName
{
background-color: #E46F7F;
}
</style>
border-color css
<style>
span { border-color: #E46F7F; }
span { border-color: rgb(228,111,127); }
td.TdClassName
{
border-color: #E46F7F;
}
.TagClassName
{
border-color: #E46F7F;
}
</style>