Shades of Froly #E1777A
Tints of Froly #E1777A
RGB
CMYK
RGB Variations
Color information
#E1777A (or 0xE1777A) is known color: Froly. HEX triplet: E1, 77 and 7A. RGB value is (225,119,122). Sum of RGB (Red+Green+Blue) = 225+119+122=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777A is #1E8885. Grayscale: #979797. Windows color (decimal): -2001030 or 8026081. OLE color: 8026081.
HSL color Cylindrical-coordinate representation of color #E1777A: hue angle of 358.3º 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 #E1777A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 122 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.12 |
| HSL | 358.3º | 0.64% | 0.67% | - |
| HSV(B) | 358.3º | 0.47% | 0.88% | - |
| XYZ | 41.16 | 30.61 | 22.15 | - |
| YUV | 151.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 122 | 0 | 0.47 | 0.46 | 0.12 | 358.3 | 0.64 | 0.67 |
| Hex | E1 | 77 | 7A | 0 | 2F | 2E | C | 166 | 40 | 43 |
| Octal | 341 | 167 | 172 | 0 | 57 | 56 | 14 | 546 | 100 | 103 |
| Binary | 11100001 | 1110111 | 1111010 | 0 | 101111 | 101110 | 1100 | 101100110 | 1000000 | 1000011 |
Color Harmonies of #E1777A
Complementary color
Monochromatic Colors of #E1777A
Black with #E1777A
Text Example
Text Example
White with #E1777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1777A; }
p { color: rgb(225,119,122); }
H1.HeaderClassName
{
color: #E1777A;
}
.AnyTagClassName
{
color: #E1777A;
}
</style>
background-color css
<style>
a { background-color: #E1777A; }
a { background-color: rgb(225,119,122); }
div.DivClassName
{
background-color: #E1777A;
}
.BgClassName
{
background-color: #E1777A;
}
</style>
border-color css
<style>
span { border-color: #E1777A; }
span { border-color: rgb(225,119,122); }
td.TdClassName
{
border-color: #E1777A;
}
.TagClassName
{
border-color: #E1777A;
}
</style>