Shades of Froly #E1667C
Tints of Froly #E1667C
RGB
CMYK
RGB Variations
Color information
#E1667C (or 0xE1667C) is known color: Froly. HEX triplet: E1, 66 and 7C. RGB value is (225,102,124). Sum of RGB (Red+Green+Blue) = 225+102+124=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1667C is #1E9983. Grayscale: #8D8D8D. Windows color (decimal): -2005380 or 8152801. OLE color: 8152801.
HSL color Cylindrical-coordinate representation of color #E1667C: hue angle of 349.27º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1667C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 124 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.12 |
| HSL | 349.27º | 0.67% | 0.64% | - |
| HSV(B) | 349.27º | 0.55% | 0.88% | - |
| XYZ | 39.44 | 26.97 | 22.19 | - |
| YUV | 141.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 124 | 0 | 0.55 | 0.45 | 0.12 | 349.27 | 0.67 | 0.64 |
| Hex | E1 | 66 | 7C | 0 | 37 | 2D | C | 15D | 43 | 40 |
| Octal | 341 | 146 | 174 | 0 | 67 | 55 | 14 | 535 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1111100 | 0 | 110111 | 101101 | 1100 | 101011101 | 1000011 | 1000000 |
Color Harmonies of #E1667C
Complementary color
Monochromatic Colors of #E1667C
Black with #E1667C
Text Example
Text Example
White with #E1667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1667C; }
p { color: rgb(225,102,124); }
H1.HeaderClassName
{
color: #E1667C;
}
.AnyTagClassName
{
color: #E1667C;
}
</style>
background-color css
<style>
a { background-color: #E1667C; }
a { background-color: rgb(225,102,124); }
div.DivClassName
{
background-color: #E1667C;
}
.BgClassName
{
background-color: #E1667C;
}
</style>
border-color css
<style>
span { border-color: #E1667C; }
span { border-color: rgb(225,102,124); }
td.TdClassName
{
border-color: #E1667C;
}
.TagClassName
{
border-color: #E1667C;
}
</style>