Shades of Froly #E2717A
Tints of Froly #E2717A
RGB
CMYK
RGB Variations
Color information
#E2717A (or 0xE2717A) is known color: Froly. HEX triplet: E2, 71 and 7A. RGB value is (226,113,122). Sum of RGB (Red+Green+Blue) = 226+113+122=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717A is #1D8E85. Grayscale: #939393. Windows color (decimal): -1937030 or 8024546. OLE color: 8024546.
HSL color Cylindrical-coordinate representation of color #E2717A: hue angle of 355.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2717A is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 122 | - |
| CMYK | 0 | 0.5 | 0.46 | 0.11 |
| HSL | 355.22º | 0.66% | 0.66% | - |
| HSV(B) | 355.22º | 0.5% | 0.89% | - |
| XYZ | 40.78 | 29.38 | 21.93 | - |
| YUV | 147.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 122 | 0 | 0.5 | 0.46 | 0.11 | 355.22 | 0.66 | 0.66 |
| Hex | E2 | 71 | 7A | 0 | 32 | 2E | B | 163 | 42 | 42 |
| Octal | 342 | 161 | 172 | 0 | 62 | 56 | 13 | 543 | 102 | 102 |
| Binary | 11100010 | 1110001 | 1111010 | 0 | 110010 | 101110 | 1011 | 101100011 | 1000010 | 1000010 |
Color Harmonies of #E2717A
Complementary color
Monochromatic Colors of #E2717A
Black with #E2717A
Text Example
Text Example
White with #E2717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2717A; }
p { color: rgb(226,113,122); }
H1.HeaderClassName
{
color: #E2717A;
}
.AnyTagClassName
{
color: #E2717A;
}
</style>
background-color css
<style>
a { background-color: #E2717A; }
a { background-color: rgb(226,113,122); }
div.DivClassName
{
background-color: #E2717A;
}
.BgClassName
{
background-color: #E2717A;
}
</style>
border-color css
<style>
span { border-color: #E2717A; }
span { border-color: rgb(226,113,122); }
td.TdClassName
{
border-color: #E2717A;
}
.TagClassName
{
border-color: #E2717A;
}
</style>