Shades of Froly #E5656D
Tints of Froly #E5656D
RGB
CMYK
RGB Variations
Color information
#E5656D (or 0xE5656D) is known color: Froly. HEX triplet: E5, 65 and 6D. RGB value is (229,101,109). Sum of RGB (Red+Green+Blue) = 229+101+109=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5656D is #1A9A92. Grayscale: #8C8C8C. Windows color (decimal): -1743507 or 7169509. OLE color: 7169509.
HSL color Cylindrical-coordinate representation of color #E5656D: hue angle of 356.25º 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 #E5656D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 109 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.10 |
| HSL | 356.25º | 0.71% | 0.65% | - |
| HSV(B) | 356.25º | 0.56% | 0.9% | - |
| XYZ | 39.73 | 27.07 | 17.6 | - |
| YUV | 140.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 109 | 0 | 0.56 | 0.52 | 0.10 | 356.25 | 0.71 | 0.65 |
| Hex | E5 | 65 | 6D | 0 | 38 | 34 | A | 164 | 47 | 41 |
| Octal | 345 | 145 | 155 | 0 | 70 | 64 | 12 | 544 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1101101 | 0 | 111000 | 110100 | 1010 | 101100100 | 1000111 | 1000001 |
Color Harmonies of #E5656D
Complementary color
Monochromatic Colors of #E5656D
Black with #E5656D
Text Example
Text Example
White with #E5656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5656D; }
p { color: rgb(229,101,109); }
H1.HeaderClassName
{
color: #E5656D;
}
.AnyTagClassName
{
color: #E5656D;
}
</style>
background-color css
<style>
a { background-color: #E5656D; }
a { background-color: rgb(229,101,109); }
div.DivClassName
{
background-color: #E5656D;
}
.BgClassName
{
background-color: #E5656D;
}
</style>
border-color css
<style>
span { border-color: #E5656D; }
span { border-color: rgb(229,101,109); }
td.TdClassName
{
border-color: #E5656D;
}
.TagClassName
{
border-color: #E5656D;
}
</style>