Shades of Froly #E5647D
Tints of Froly #E5647D
RGB
CMYK
RGB Variations
Color information
#E5647D (or 0xE5647D) is known color: Froly. HEX triplet: E5, 64 and 7D. RGB value is (229,100,125). Sum of RGB (Red+Green+Blue) = 229+100+125=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5647D is #1A9B82. Grayscale: #8D8D8D. Windows color (decimal): -1743747 or 8217829. OLE color: 8217829.
HSL color Cylindrical-coordinate representation of color #E5647D: hue angle of 348.37º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5647D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 125 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.10 |
| HSL | 348.37º | 0.71% | 0.65% | - |
| HSV(B) | 348.37º | 0.56% | 0.9% | - |
| XYZ | 40.57 | 27.25 | 22.52 | - |
| YUV | 141.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 125 | 0 | 0.56 | 0.45 | 0.10 | 348.37 | 0.71 | 0.65 |
| Hex | E5 | 64 | 7D | 0 | 38 | 2D | A | 15C | 47 | 41 |
| Octal | 345 | 144 | 175 | 0 | 70 | 55 | 12 | 534 | 107 | 101 |
| Binary | 11100101 | 1100100 | 1111101 | 0 | 111000 | 101101 | 1010 | 101011100 | 1000111 | 1000001 |
Color Harmonies of #E5647D
Complementary color
Monochromatic Colors of #E5647D
Black with #E5647D
Text Example
Text Example
White with #E5647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5647D; }
p { color: rgb(229,100,125); }
H1.HeaderClassName
{
color: #E5647D;
}
.AnyTagClassName
{
color: #E5647D;
}
</style>
background-color css
<style>
a { background-color: #E5647D; }
a { background-color: rgb(229,100,125); }
div.DivClassName
{
background-color: #E5647D;
}
.BgClassName
{
background-color: #E5647D;
}
</style>
border-color css
<style>
span { border-color: #E5647D; }
span { border-color: rgb(229,100,125); }
td.TdClassName
{
border-color: #E5647D;
}
.TagClassName
{
border-color: #E5647D;
}
</style>