Shades of Froly #E5626D
Tints of Froly #E5626D
RGB
CMYK
RGB Variations
Color information
#E5626D (or 0xE5626D) is known color: Froly. HEX triplet: E5, 62 and 6D. RGB value is (229,98,109). Sum of RGB (Red+Green+Blue) = 229+98+109=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5626D is #1A9D92. Grayscale: #8A8A8A. Windows color (decimal): -1744275 or 7168741. OLE color: 7168741.
HSL color Cylindrical-coordinate representation of color #E5626D: hue angle of 354.96º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5626D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 109 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.10 |
| HSL | 354.96º | 0.72% | 0.64% | - |
| HSV(B) | 354.96º | 0.57% | 0.9% | - |
| XYZ | 39.44 | 26.5 | 17.5 | - |
| YUV | 138.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 109 | 0 | 0.57 | 0.52 | 0.10 | 354.96 | 0.72 | 0.64 |
| Hex | E5 | 62 | 6D | 0 | 39 | 34 | A | 163 | 48 | 40 |
| Octal | 345 | 142 | 155 | 0 | 71 | 64 | 12 | 543 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1101101 | 0 | 111001 | 110100 | 1010 | 101100011 | 1001000 | 1000000 |
Color Harmonies of #E5626D
Complementary color
Monochromatic Colors of #E5626D
Black with #E5626D
Text Example
Text Example
White with #E5626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5626D; }
p { color: rgb(229,98,109); }
H1.HeaderClassName
{
color: #E5626D;
}
.AnyTagClassName
{
color: #E5626D;
}
</style>
background-color css
<style>
a { background-color: #E5626D; }
a { background-color: rgb(229,98,109); }
div.DivClassName
{
background-color: #E5626D;
}
.BgClassName
{
background-color: #E5626D;
}
</style>
border-color css
<style>
span { border-color: #E5626D; }
span { border-color: rgb(229,98,109); }
td.TdClassName
{
border-color: #E5626D;
}
.TagClassName
{
border-color: #E5626D;
}
</style>