Shades of Froly #E46777
Tints of Froly #E46777
RGB
CMYK
RGB Variations
Color information
#E46777 (or 0xE46777) is known color: Froly. HEX triplet: E4, 67 and 77. RGB value is (228,103,119). Sum of RGB (Red+Green+Blue) = 228+103+119=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E46777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46777 is #1B9888. Grayscale: #8E8E8E. Windows color (decimal): -1808521 or 7825380. OLE color: 7825380.
HSL color Cylindrical-coordinate representation of color #E46777: hue angle of 352.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E46777 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 119 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.11 |
| HSL | 352.32º | 0.7% | 0.65% | - |
| HSV(B) | 352.32º | 0.55% | 0.89% | - |
| XYZ | 40.17 | 27.53 | 20.65 | - |
| YUV | 142.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 119 | 0 | 0.55 | 0.48 | 0.11 | 352.32 | 0.7 | 0.65 |
| Hex | E4 | 67 | 77 | 0 | 37 | 30 | B | 160 | 46 | 41 |
| Octal | 344 | 147 | 167 | 0 | 67 | 60 | 13 | 540 | 106 | 101 |
| Binary | 11100100 | 1100111 | 1110111 | 0 | 110111 | 110000 | 1011 | 101100000 | 1000110 | 1000001 |
Color Harmonies of #E46777
Complementary color
Monochromatic Colors of #E46777
Black with #E46777
Text Example
Text Example
White with #E46777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46777; }
p { color: rgb(228,103,119); }
H1.HeaderClassName
{
color: #E46777;
}
.AnyTagClassName
{
color: #E46777;
}
</style>
background-color css
<style>
a { background-color: #E46777; }
a { background-color: rgb(228,103,119); }
div.DivClassName
{
background-color: #E46777;
}
.BgClassName
{
background-color: #E46777;
}
</style>
border-color css
<style>
span { border-color: #E46777; }
span { border-color: rgb(228,103,119); }
td.TdClassName
{
border-color: #E46777;
}
.TagClassName
{
border-color: #E46777;
}
</style>