Shades of Froly #E1677A
Tints of Froly #E1677A
RGB
CMYK
RGB Variations
Color information
#E1677A (or 0xE1677A) is known color: Froly. HEX triplet: E1, 67 and 7A. RGB value is (225,103,122). Sum of RGB (Red+Green+Blue) = 225+103+122=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1677A is #1E9885. Grayscale: #8D8D8D. Windows color (decimal): -2005126 or 8021985. OLE color: 8021985.
HSL color Cylindrical-coordinate representation of color #E1677A: hue angle of 350.66º degrees, saturation: 0.67, 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 #E1677A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 122 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.12 |
| HSL | 350.66º | 0.67% | 0.64% | - |
| HSV(B) | 350.66º | 0.54% | 0.88% | - |
| XYZ | 39.41 | 27.11 | 21.57 | - |
| YUV | 141.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 122 | 0 | 0.54 | 0.46 | 0.12 | 350.66 | 0.67 | 0.64 |
| Hex | E1 | 67 | 7A | 0 | 36 | 2E | C | 15F | 43 | 40 |
| Octal | 341 | 147 | 172 | 0 | 66 | 56 | 14 | 537 | 103 | 100 |
| Binary | 11100001 | 1100111 | 1111010 | 0 | 110110 | 101110 | 1100 | 101011111 | 1000011 | 1000000 |
Color Harmonies of #E1677A
Complementary color
Monochromatic Colors of #E1677A
Black with #E1677A
Text Example
Text Example
White with #E1677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1677A; }
p { color: rgb(225,103,122); }
H1.HeaderClassName
{
color: #E1677A;
}
.AnyTagClassName
{
color: #E1677A;
}
</style>
background-color css
<style>
a { background-color: #E1677A; }
a { background-color: rgb(225,103,122); }
div.DivClassName
{
background-color: #E1677A;
}
.BgClassName
{
background-color: #E1677A;
}
</style>
border-color css
<style>
span { border-color: #E1677A; }
span { border-color: rgb(225,103,122); }
td.TdClassName
{
border-color: #E1677A;
}
.TagClassName
{
border-color: #E1677A;
}
</style>