Shades of Froly #E2657D
Tints of Froly #E2657D
RGB
CMYK
RGB Variations
Color information
#E2657D (or 0xE2657D) is known color: Froly. HEX triplet: E2, 65 and 7D. RGB value is (226,101,125). Sum of RGB (Red+Green+Blue) = 226+101+125=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2657D is #1D9A82. Grayscale: #8D8D8D. Windows color (decimal): -1940099 or 8218082. OLE color: 8218082.
HSL color Cylindrical-coordinate representation of color #E2657D: hue angle of 348.48º 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 #E2657D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 125 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.11 |
| HSL | 348.48º | 0.68% | 0.64% | - |
| HSV(B) | 348.48º | 0.55% | 0.89% | - |
| XYZ | 39.72 | 26.96 | 22.51 | - |
| YUV | 141.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 125 | 0 | 0.55 | 0.45 | 0.11 | 348.48 | 0.68 | 0.64 |
| Hex | E2 | 65 | 7D | 0 | 37 | 2D | B | 15C | 44 | 40 |
| Octal | 342 | 145 | 175 | 0 | 67 | 55 | 13 | 534 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1111101 | 0 | 110111 | 101101 | 1011 | 101011100 | 1000100 | 1000000 |
Color Harmonies of #E2657D
Complementary color
Monochromatic Colors of #E2657D
Black with #E2657D
Text Example
Text Example
White with #E2657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2657D; }
p { color: rgb(226,101,125); }
H1.HeaderClassName
{
color: #E2657D;
}
.AnyTagClassName
{
color: #E2657D;
}
</style>
background-color css
<style>
a { background-color: #E2657D; }
a { background-color: rgb(226,101,125); }
div.DivClassName
{
background-color: #E2657D;
}
.BgClassName
{
background-color: #E2657D;
}
</style>
border-color css
<style>
span { border-color: #E2657D; }
span { border-color: rgb(226,101,125); }
td.TdClassName
{
border-color: #E2657D;
}
.TagClassName
{
border-color: #E2657D;
}
</style>