Shades of Froly #E0677A
Tints of Froly #E0677A
RGB
CMYK
RGB Variations
Color information
#E0677A (or 0xE0677A) is known color: Froly. HEX triplet: E0, 67 and 7A. RGB value is (224,103,122). Sum of RGB (Red+Green+Blue) = 224+103+122=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0677A is #1F9885. Grayscale: #8D8D8D. Windows color (decimal): -2070662 or 8021984. OLE color: 8021984.
HSL color Cylindrical-coordinate representation of color #E0677A: hue angle of 350.58º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0677A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 122 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.12 |
| HSL | 350.58º | 0.66% | 0.64% | - |
| HSV(B) | 350.58º | 0.54% | 0.88% | - |
| XYZ | 39.1 | 26.95 | 21.55 | - |
| YUV | 141.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 122 | 0 | 0.54 | 0.46 | 0.12 | 350.58 | 0.66 | 0.64 |
| Hex | E0 | 67 | 7A | 0 | 36 | 2E | C | 15F | 42 | 40 |
| Octal | 340 | 147 | 172 | 0 | 66 | 56 | 14 | 537 | 102 | 100 |
| Binary | 11100000 | 1100111 | 1111010 | 0 | 110110 | 101110 | 1100 | 101011111 | 1000010 | 1000000 |
Color Harmonies of #E0677A
Complementary color
Monochromatic Colors of #E0677A
Black with #E0677A
Text Example
Text Example
White with #E0677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0677A; }
p { color: rgb(224,103,122); }
H1.HeaderClassName
{
color: #E0677A;
}
.AnyTagClassName
{
color: #E0677A;
}
</style>
background-color css
<style>
a { background-color: #E0677A; }
a { background-color: rgb(224,103,122); }
div.DivClassName
{
background-color: #E0677A;
}
.BgClassName
{
background-color: #E0677A;
}
</style>
border-color css
<style>
span { border-color: #E0677A; }
span { border-color: rgb(224,103,122); }
td.TdClassName
{
border-color: #E0677A;
}
.TagClassName
{
border-color: #E0677A;
}
</style>