Shades of Froly #E2777A
Tints of Froly #E2777A
RGB
CMYK
RGB Variations
Color information
#E2777A (or 0xE2777A) is known color: Froly. HEX triplet: E2, 77 and 7A. RGB value is (226,119,122). Sum of RGB (Red+Green+Blue) = 226+119+122=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2777A is #1D8885. Grayscale: #979797. Windows color (decimal): -1935494 or 8026082. OLE color: 8026082.
HSL color Cylindrical-coordinate representation of color #E2777A: hue angle of 358.32º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2777A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 122 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.11 |
| HSL | 358.32º | 0.65% | 0.68% | - |
| HSV(B) | 358.32º | 0.47% | 0.89% | - |
| XYZ | 41.47 | 30.77 | 22.17 | - |
| YUV | 151.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 122 | 0 | 0.47 | 0.46 | 0.11 | 358.32 | 0.65 | 0.68 |
| Hex | E2 | 77 | 7A | 0 | 2F | 2E | B | 166 | 41 | 44 |
| Octal | 342 | 167 | 172 | 0 | 57 | 56 | 13 | 546 | 101 | 104 |
| Binary | 11100010 | 1110111 | 1111010 | 0 | 101111 | 101110 | 1011 | 101100110 | 1000001 | 1000100 |
Color Harmonies of #E2777A
Complementary color
Monochromatic Colors of #E2777A
Black with #E2777A
Text Example
Text Example
White with #E2777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2777A; }
p { color: rgb(226,119,122); }
H1.HeaderClassName
{
color: #E2777A;
}
.AnyTagClassName
{
color: #E2777A;
}
</style>
background-color css
<style>
a { background-color: #E2777A; }
a { background-color: rgb(226,119,122); }
div.DivClassName
{
background-color: #E2777A;
}
.BgClassName
{
background-color: #E2777A;
}
</style>
border-color css
<style>
span { border-color: #E2777A; }
span { border-color: rgb(226,119,122); }
td.TdClassName
{
border-color: #E2777A;
}
.TagClassName
{
border-color: #E2777A;
}
</style>