Shades of Froly #E1777F
Tints of Froly #E1777F
RGB
CMYK
RGB Variations
Color information
#E1777F (or 0xE1777F) is known color: Froly. HEX triplet: E1, 77 and 7F. RGB value is (225,119,127). Sum of RGB (Red+Green+Blue) = 225+119+127=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777F is #1E8880. Grayscale: #979797. Windows color (decimal): -2001025 or 8353761. OLE color: 8353761.
HSL color Cylindrical-coordinate representation of color #E1777F: hue angle of 355.47º 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 #E1777F is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 127 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.12 |
| HSL | 355.47º | 0.64% | 0.67% | - |
| HSV(B) | 355.47º | 0.47% | 0.88% | - |
| XYZ | 41.48 | 30.73 | 23.82 | - |
| YUV | 151.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 127 | 0 | 0.47 | 0.44 | 0.12 | 355.47 | 0.64 | 0.67 |
| Hex | E1 | 77 | 7F | 0 | 2F | 2C | C | 163 | 40 | 43 |
| Octal | 341 | 167 | 177 | 0 | 57 | 54 | 14 | 543 | 100 | 103 |
| Binary | 11100001 | 1110111 | 1111111 | 0 | 101111 | 101100 | 1100 | 101100011 | 1000000 | 1000011 |
Color Harmonies of #E1777F
Complementary color
Monochromatic Colors of #E1777F
Black with #E1777F
Text Example
Text Example
White with #E1777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1777F; }
p { color: rgb(225,119,127); }
H1.HeaderClassName
{
color: #E1777F;
}
.AnyTagClassName
{
color: #E1777F;
}
</style>
background-color css
<style>
a { background-color: #E1777F; }
a { background-color: rgb(225,119,127); }
div.DivClassName
{
background-color: #E1777F;
}
.BgClassName
{
background-color: #E1777F;
}
</style>
border-color css
<style>
span { border-color: #E1777F; }
span { border-color: rgb(225,119,127); }
td.TdClassName
{
border-color: #E1777F;
}
.TagClassName
{
border-color: #E1777F;
}
</style>