Shades of Froly #E2777B
Tints of Froly #E2777B
RGB
CMYK
RGB Variations
Color information
#E2777B (or 0xE2777B) is known color: Froly. HEX triplet: E2, 77 and 7B. RGB value is (226,119,123). Sum of RGB (Red+Green+Blue) = 226+119+123=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2777B is #1D8884. Grayscale: #979797. Windows color (decimal): -1935493 or 8091618. OLE color: 8091618.
HSL color Cylindrical-coordinate representation of color #E2777B: hue angle of 357.76º 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 #E2777B is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 123 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.11 |
| HSL | 357.76º | 0.65% | 0.68% | - |
| HSV(B) | 357.76º | 0.47% | 0.89% | - |
| XYZ | 41.54 | 30.79 | 22.49 | - |
| YUV | 151.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 123 | 0 | 0.47 | 0.46 | 0.11 | 357.76 | 0.65 | 0.68 |
| Hex | E2 | 77 | 7B | 0 | 2F | 2E | B | 166 | 41 | 44 |
| Octal | 342 | 167 | 173 | 0 | 57 | 56 | 13 | 546 | 101 | 104 |
| Binary | 11100010 | 1110111 | 1111011 | 0 | 101111 | 101110 | 1011 | 101100110 | 1000001 | 1000100 |
Color Harmonies of #E2777B
Complementary color
Monochromatic Colors of #E2777B
Black with #E2777B
Text Example
Text Example
White with #E2777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2777B; }
p { color: rgb(226,119,123); }
H1.HeaderClassName
{
color: #E2777B;
}
.AnyTagClassName
{
color: #E2777B;
}
</style>
background-color css
<style>
a { background-color: #E2777B; }
a { background-color: rgb(226,119,123); }
div.DivClassName
{
background-color: #E2777B;
}
.BgClassName
{
background-color: #E2777B;
}
</style>
border-color css
<style>
span { border-color: #E2777B; }
span { border-color: rgb(226,119,123); }
td.TdClassName
{
border-color: #E2777B;
}
.TagClassName
{
border-color: #E2777B;
}
</style>