Shades of Froly #E2797B
Tints of Froly #E2797B
RGB
CMYK
RGB Variations
Color information
#E2797B (or 0xE2797B) is known color: Froly. HEX triplet: E2, 79 and 7B. RGB value is (226,121,123). Sum of RGB (Red+Green+Blue) = 226+121+123=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2797B is #1D8684. Grayscale: #989898. Windows color (decimal): -1934981 or 8092130. OLE color: 8092130.
HSL color Cylindrical-coordinate representation of color #E2797B: hue angle of 358.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2797B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 123 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.11 |
| HSL | 358.86º | 0.64% | 0.68% | - |
| HSV(B) | 358.86º | 0.46% | 0.89% | - |
| XYZ | 41.78 | 31.27 | 22.57 | - |
| YUV | 152.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 123 | 0 | 0.46 | 0.46 | 0.11 | 358.86 | 0.64 | 0.68 |
| Hex | E2 | 79 | 7B | 0 | 2E | 2E | B | 167 | 40 | 44 |
| Octal | 342 | 171 | 173 | 0 | 56 | 56 | 13 | 547 | 100 | 104 |
| Binary | 11100010 | 1111001 | 1111011 | 0 | 101110 | 101110 | 1011 | 101100111 | 1000000 | 1000100 |
Color Harmonies of #E2797B
Complementary color
Monochromatic Colors of #E2797B
Black with #E2797B
Text Example
Text Example
White with #E2797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2797B; }
p { color: rgb(226,121,123); }
H1.HeaderClassName
{
color: #E2797B;
}
.AnyTagClassName
{
color: #E2797B;
}
</style>
background-color css
<style>
a { background-color: #E2797B; }
a { background-color: rgb(226,121,123); }
div.DivClassName
{
background-color: #E2797B;
}
.BgClassName
{
background-color: #E2797B;
}
</style>
border-color css
<style>
span { border-color: #E2797B; }
span { border-color: rgb(226,121,123); }
td.TdClassName
{
border-color: #E2797B;
}
.TagClassName
{
border-color: #E2797B;
}
</style>