Shades of Froly #E1777C
Tints of Froly #E1777C
RGB
CMYK
RGB Variations
Color information
#E1777C (or 0xE1777C) is known color: Froly. HEX triplet: E1, 77 and 7C. RGB value is (225,119,124). Sum of RGB (Red+Green+Blue) = 225+119+124=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777C is #1E8883. Grayscale: #979797. Windows color (decimal): -2001028 or 8157153. OLE color: 8157153.
HSL color Cylindrical-coordinate representation of color #E1777C: hue angle of 357.17º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1777C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 124 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.12 |
| HSL | 357.17º | 0.64% | 0.67% | - |
| HSV(B) | 357.17º | 0.47% | 0.88% | - |
| XYZ | 41.29 | 30.66 | 22.81 | - |
| YUV | 151.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 124 | 0 | 0.47 | 0.45 | 0.12 | 357.17 | 0.64 | 0.67 |
| Hex | E1 | 77 | 7C | 0 | 2F | 2D | C | 165 | 40 | 43 |
| Octal | 341 | 167 | 174 | 0 | 57 | 55 | 14 | 545 | 100 | 103 |
| Binary | 11100001 | 1110111 | 1111100 | 0 | 101111 | 101101 | 1100 | 101100101 | 1000000 | 1000011 |
Color Harmonies of #E1777C
Complementary color
Monochromatic Colors of #E1777C
Black with #E1777C
Text Example
Text Example
White with #E1777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1777C; }
p { color: rgb(225,119,124); }
H1.HeaderClassName
{
color: #E1777C;
}
.AnyTagClassName
{
color: #E1777C;
}
</style>
background-color css
<style>
a { background-color: #E1777C; }
a { background-color: rgb(225,119,124); }
div.DivClassName
{
background-color: #E1777C;
}
.BgClassName
{
background-color: #E1777C;
}
</style>
border-color css
<style>
span { border-color: #E1777C; }
span { border-color: rgb(225,119,124); }
td.TdClassName
{
border-color: #E1777C;
}
.TagClassName
{
border-color: #E1777C;
}
</style>