Shades of Froly #E1667A
Tints of Froly #E1667A
RGB
CMYK
RGB Variations
Color information
#E1667A (or 0xE1667A) is known color: Froly. HEX triplet: E1, 66 and 7A. RGB value is (225,102,122). Sum of RGB (Red+Green+Blue) = 225+102+122=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1667A is #1E9985. Grayscale: #8D8D8D. Windows color (decimal): -2005382 or 8021729. OLE color: 8021729.
HSL color Cylindrical-coordinate representation of color #E1667A: hue angle of 350.24º 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 #E1667A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 122 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.12 |
| HSL | 350.24º | 0.67% | 0.64% | - |
| HSV(B) | 350.24º | 0.55% | 0.88% | - |
| XYZ | 39.32 | 26.92 | 21.54 | - |
| YUV | 141.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 122 | 0 | 0.55 | 0.46 | 0.12 | 350.24 | 0.67 | 0.64 |
| Hex | E1 | 66 | 7A | 0 | 37 | 2E | C | 15E | 43 | 40 |
| Octal | 341 | 146 | 172 | 0 | 67 | 56 | 14 | 536 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1111010 | 0 | 110111 | 101110 | 1100 | 101011110 | 1000011 | 1000000 |
Color Harmonies of #E1667A
Complementary color
Monochromatic Colors of #E1667A
Black with #E1667A
Text Example
Text Example
White with #E1667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1667A; }
p { color: rgb(225,102,122); }
H1.HeaderClassName
{
color: #E1667A;
}
.AnyTagClassName
{
color: #E1667A;
}
</style>
background-color css
<style>
a { background-color: #E1667A; }
a { background-color: rgb(225,102,122); }
div.DivClassName
{
background-color: #E1667A;
}
.BgClassName
{
background-color: #E1667A;
}
</style>
border-color css
<style>
span { border-color: #E1667A; }
span { border-color: rgb(225,102,122); }
td.TdClassName
{
border-color: #E1667A;
}
.TagClassName
{
border-color: #E1667A;
}
</style>