Shades of Froly #E2617A
Tints of Froly #E2617A
RGB
CMYK
RGB Variations
Color information
#E2617A (or 0xE2617A) is known color: Froly. HEX triplet: E2, 61 and 7A. RGB value is (226,97,122). Sum of RGB (Red+Green+Blue) = 226+97+122=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2617A is #1D9E85. Grayscale: #8A8A8A. Windows color (decimal): -1941126 or 8020450. OLE color: 8020450.
HSL color Cylindrical-coordinate representation of color #E2617A: hue angle of 348.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2617A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 122 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.11 |
| HSL | 348.37º | 0.69% | 0.63% | - |
| HSV(B) | 348.37º | 0.57% | 0.89% | - |
| XYZ | 39.15 | 26.12 | 21.39 | - |
| YUV | 138.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 122 | 0 | 0.57 | 0.46 | 0.11 | 348.37 | 0.69 | 0.63 |
| Hex | E2 | 61 | 7A | 0 | 39 | 2E | B | 15C | 45 | 3F |
| Octal | 342 | 141 | 172 | 0 | 71 | 56 | 13 | 534 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1111010 | 0 | 111001 | 101110 | 1011 | 101011100 | 1000101 | 111111 |
Color Harmonies of #E2617A
Complementary color
Monochromatic Colors of #E2617A
Black with #E2617A
Text Example
Text Example
White with #E2617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2617A; }
p { color: rgb(226,97,122); }
H1.HeaderClassName
{
color: #E2617A;
}
.AnyTagClassName
{
color: #E2617A;
}
</style>
background-color css
<style>
a { background-color: #E2617A; }
a { background-color: rgb(226,97,122); }
div.DivClassName
{
background-color: #E2617A;
}
.BgClassName
{
background-color: #E2617A;
}
</style>
border-color css
<style>
span { border-color: #E2617A; }
span { border-color: rgb(226,97,122); }
td.TdClassName
{
border-color: #E2617A;
}
.TagClassName
{
border-color: #E2617A;
}
</style>