Shades of Froly #E2717B
Tints of Froly #E2717B
RGB
CMYK
RGB Variations
Color information
#E2717B (or 0xE2717B) is known color: Froly. HEX triplet: E2, 71 and 7B. RGB value is (226,113,123). Sum of RGB (Red+Green+Blue) = 226+113+123=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717B is #1D8E84. Grayscale: #949494. Windows color (decimal): -1937029 or 8090082. OLE color: 8090082.
HSL color Cylindrical-coordinate representation of color #E2717B: hue angle of 354.69º 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 #E2717B is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 123 | - |
| CMYK | 0 | 0.5 | 0.46 | 0.11 |
| HSL | 354.69º | 0.66% | 0.66% | - |
| HSV(B) | 354.69º | 0.5% | 0.89% | - |
| XYZ | 40.84 | 29.41 | 22.26 | - |
| YUV | 147.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 123 | 0 | 0.5 | 0.46 | 0.11 | 354.69 | 0.66 | 0.66 |
| Hex | E2 | 71 | 7B | 0 | 32 | 2E | B | 163 | 42 | 42 |
| Octal | 342 | 161 | 173 | 0 | 62 | 56 | 13 | 543 | 102 | 102 |
| Binary | 11100010 | 1110001 | 1111011 | 0 | 110010 | 101110 | 1011 | 101100011 | 1000010 | 1000010 |
Color Harmonies of #E2717B
Complementary color
Monochromatic Colors of #E2717B
Black with #E2717B
Text Example
Text Example
White with #E2717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2717B; }
p { color: rgb(226,113,123); }
H1.HeaderClassName
{
color: #E2717B;
}
.AnyTagClassName
{
color: #E2717B;
}
</style>
background-color css
<style>
a { background-color: #E2717B; }
a { background-color: rgb(226,113,123); }
div.DivClassName
{
background-color: #E2717B;
}
.BgClassName
{
background-color: #E2717B;
}
</style>
border-color css
<style>
span { border-color: #E2717B; }
span { border-color: rgb(226,113,123); }
td.TdClassName
{
border-color: #E2717B;
}
.TagClassName
{
border-color: #E2717B;
}
</style>