Shades of Froly #E46770
Tints of Froly #E46770
RGB
CMYK
RGB Variations
Color information
#E46770 (or 0xE46770) is known color: Froly. HEX triplet: E4, 67 and 70. RGB value is (228,103,112). Sum of RGB (Red+Green+Blue) = 228+103+112=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E46770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46770 is #1B988F. Grayscale: #8D8D8D. Windows color (decimal): -1808528 or 7366628. OLE color: 7366628.
HSL color Cylindrical-coordinate representation of color #E46770: hue angle of 355.68º 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 #E46770 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 112 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.11 |
| HSL | 355.68º | 0.7% | 0.65% | - |
| HSV(B) | 355.68º | 0.55% | 0.89% | - |
| XYZ | 39.77 | 27.36 | 18.51 | - |
| YUV | 141.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 112 | 0 | 0.55 | 0.51 | 0.11 | 355.68 | 0.7 | 0.65 |
| Hex | E4 | 67 | 70 | 0 | 37 | 33 | B | 164 | 46 | 41 |
| Octal | 344 | 147 | 160 | 0 | 67 | 63 | 13 | 544 | 106 | 101 |
| Binary | 11100100 | 1100111 | 1110000 | 0 | 110111 | 110011 | 1011 | 101100100 | 1000110 | 1000001 |
Color Harmonies of #E46770
Complementary color
Monochromatic Colors of #E46770
Black with #E46770
Text Example
Text Example
White with #E46770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46770; }
p { color: rgb(228,103,112); }
H1.HeaderClassName
{
color: #E46770;
}
.AnyTagClassName
{
color: #E46770;
}
</style>
background-color css
<style>
a { background-color: #E46770; }
a { background-color: rgb(228,103,112); }
div.DivClassName
{
background-color: #E46770;
}
.BgClassName
{
background-color: #E46770;
}
</style>
border-color css
<style>
span { border-color: #E46770; }
span { border-color: rgb(228,103,112); }
td.TdClassName
{
border-color: #E46770;
}
.TagClassName
{
border-color: #E46770;
}
</style>