Shades of Froly #E46067
Tints of Froly #E46067
RGB
CMYK
RGB Variations
Color information
#E46067 (or 0xE46067) is known color: Froly. HEX triplet: E4, 60 and 67. RGB value is (228,96,103). Sum of RGB (Red+Green+Blue) = 228+96+103=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E46067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46067 is #1B9F98. Grayscale: #888888. Windows color (decimal): -1810329 or 6775012. OLE color: 6775012.
HSL color Cylindrical-coordinate representation of color #E46067: hue angle of 356.82º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E46067 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 103 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.11 |
| HSL | 356.82º | 0.71% | 0.64% | - |
| HSV(B) | 356.82º | 0.58% | 0.89% | - |
| XYZ | 38.63 | 25.84 | 15.78 | - |
| YUV | 136.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 103 | 0 | 0.58 | 0.55 | 0.11 | 356.82 | 0.71 | 0.64 |
| Hex | E4 | 60 | 67 | 0 | 3A | 37 | B | 165 | 47 | 40 |
| Octal | 344 | 140 | 147 | 0 | 72 | 67 | 13 | 545 | 107 | 100 |
| Binary | 11100100 | 1100000 | 1100111 | 0 | 111010 | 110111 | 1011 | 101100101 | 1000111 | 1000000 |
Color Harmonies of #E46067
Complementary color
Monochromatic Colors of #E46067
Black with #E46067
Text Example
Text Example
White with #E46067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46067; }
p { color: rgb(228,96,103); }
H1.HeaderClassName
{
color: #E46067;
}
.AnyTagClassName
{
color: #E46067;
}
</style>
background-color css
<style>
a { background-color: #E46067; }
a { background-color: rgb(228,96,103); }
div.DivClassName
{
background-color: #E46067;
}
.BgClassName
{
background-color: #E46067;
}
</style>
border-color css
<style>
span { border-color: #E46067; }
span { border-color: rgb(228,96,103); }
td.TdClassName
{
border-color: #E46067;
}
.TagClassName
{
border-color: #E46067;
}
</style>