Shades of Froly #E2657C
Tints of Froly #E2657C
RGB
CMYK
RGB Variations
Color information
#E2657C (or 0xE2657C) is known color: Froly. HEX triplet: E2, 65 and 7C. RGB value is (226,101,124). Sum of RGB (Red+Green+Blue) = 226+101+124=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2657C is #1D9A83. Grayscale: #8D8D8D. Windows color (decimal): -1940100 or 8152546. OLE color: 8152546.
HSL color Cylindrical-coordinate representation of color #E2657C: hue angle of 348.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2657C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 124 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.11 |
| HSL | 348.96º | 0.68% | 0.64% | - |
| HSV(B) | 348.96º | 0.55% | 0.89% | - |
| XYZ | 39.66 | 26.93 | 22.18 | - |
| YUV | 141 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 124 | 0 | 0.55 | 0.45 | 0.11 | 348.96 | 0.68 | 0.64 |
| Hex | E2 | 65 | 7C | 0 | 37 | 2D | B | 15D | 44 | 40 |
| Octal | 342 | 145 | 174 | 0 | 67 | 55 | 13 | 535 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1111100 | 0 | 110111 | 101101 | 1011 | 101011101 | 1000100 | 1000000 |
Color Harmonies of #E2657C
Complementary color
Monochromatic Colors of #E2657C
Black with #E2657C
Text Example
Text Example
White with #E2657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2657C; }
p { color: rgb(226,101,124); }
H1.HeaderClassName
{
color: #E2657C;
}
.AnyTagClassName
{
color: #E2657C;
}
</style>
background-color css
<style>
a { background-color: #E2657C; }
a { background-color: rgb(226,101,124); }
div.DivClassName
{
background-color: #E2657C;
}
.BgClassName
{
background-color: #E2657C;
}
</style>
border-color css
<style>
span { border-color: #E2657C; }
span { border-color: rgb(226,101,124); }
td.TdClassName
{
border-color: #E2657C;
}
.TagClassName
{
border-color: #E2657C;
}
</style>