Shades of Froly #E5656F
Tints of Froly #E5656F
RGB
CMYK
RGB Variations
Color information
#E5656F (or 0xE5656F) is known color: Froly. HEX triplet: E5, 65 and 6F. RGB value is (229,101,111). Sum of RGB (Red+Green+Blue) = 229+101+111=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5656F is #1A9A90. Grayscale: #8C8C8C. Windows color (decimal): -1743505 or 7300581. OLE color: 7300581.
HSL color Cylindrical-coordinate representation of color #E5656F: hue angle of 355.31º 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 #E5656F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 111 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.10 |
| HSL | 355.31º | 0.71% | 0.65% | - |
| HSV(B) | 355.31º | 0.56% | 0.9% | - |
| XYZ | 39.84 | 27.11 | 18.17 | - |
| YUV | 140.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 111 | 0 | 0.56 | 0.52 | 0.10 | 355.31 | 0.71 | 0.65 |
| Hex | E5 | 65 | 6F | 0 | 38 | 34 | A | 163 | 47 | 41 |
| Octal | 345 | 145 | 157 | 0 | 70 | 64 | 12 | 543 | 107 | 101 |
| Binary | 11100101 | 1100101 | 1101111 | 0 | 111000 | 110100 | 1010 | 101100011 | 1000111 | 1000001 |
Color Harmonies of #E5656F
Complementary color
Monochromatic Colors of #E5656F
Black with #E5656F
Text Example
Text Example
White with #E5656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5656F; }
p { color: rgb(229,101,111); }
H1.HeaderClassName
{
color: #E5656F;
}
.AnyTagClassName
{
color: #E5656F;
}
</style>
background-color css
<style>
a { background-color: #E5656F; }
a { background-color: rgb(229,101,111); }
div.DivClassName
{
background-color: #E5656F;
}
.BgClassName
{
background-color: #E5656F;
}
</style>
border-color css
<style>
span { border-color: #E5656F; }
span { border-color: rgb(229,101,111); }
td.TdClassName
{
border-color: #E5656F;
}
.TagClassName
{
border-color: #E5656F;
}
</style>