Shades of Froly #E2717E
Tints of Froly #E2717E
RGB
CMYK
RGB Variations
Color information
#E2717E (or 0xE2717E) is known color: Froly. HEX triplet: E2, 71 and 7E. RGB value is (226,113,126). Sum of RGB (Red+Green+Blue) = 226+113+126=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717E is #1D8E81. Grayscale: #949494. Windows color (decimal): -1937026 or 8286690. OLE color: 8286690.
HSL color Cylindrical-coordinate representation of color #E2717E: hue angle of 353.1º 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 #E2717E is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 126 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.11 |
| HSL | 353.1º | 0.66% | 0.66% | - |
| HSV(B) | 353.1º | 0.5% | 0.89% | - |
| XYZ | 41.04 | 29.49 | 23.27 | - |
| YUV | 148.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 126 | 0 | 0.5 | 0.44 | 0.11 | 353.1 | 0.66 | 0.66 |
| Hex | E2 | 71 | 7E | 0 | 32 | 2C | B | 161 | 42 | 42 |
| Octal | 342 | 161 | 176 | 0 | 62 | 54 | 13 | 541 | 102 | 102 |
| Binary | 11100010 | 1110001 | 1111110 | 0 | 110010 | 101100 | 1011 | 101100001 | 1000010 | 1000010 |
Color Harmonies of #E2717E
Complementary color
Monochromatic Colors of #E2717E
Black with #E2717E
Text Example
Text Example
White with #E2717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2717E; }
p { color: rgb(226,113,126); }
H1.HeaderClassName
{
color: #E2717E;
}
.AnyTagClassName
{
color: #E2717E;
}
</style>
background-color css
<style>
a { background-color: #E2717E; }
a { background-color: rgb(226,113,126); }
div.DivClassName
{
background-color: #E2717E;
}
.BgClassName
{
background-color: #E2717E;
}
</style>
border-color css
<style>
span { border-color: #E2717E; }
span { border-color: rgb(226,113,126); }
td.TdClassName
{
border-color: #E2717E;
}
.TagClassName
{
border-color: #E2717E;
}
</style>