Shades of Froly #E55E6D
Tints of Froly #E55E6D
RGB
CMYK
RGB Variations
Color information
#E55E6D (or 0xE55E6D) is known color: Froly. HEX triplet: E5, 5E and 6D. RGB value is (229,94,109). Sum of RGB (Red+Green+Blue) = 229+94+109=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E6D is #1AA192. Grayscale: #888888. Windows color (decimal): -1745299 or 7167717. OLE color: 7167717.
HSL color Cylindrical-coordinate representation of color #E55E6D: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E6D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 109 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.10 |
| HSL | 353.33º | 0.72% | 0.63% | - |
| HSV(B) | 353.33º | 0.59% | 0.9% | - |
| XYZ | 39.08 | 25.77 | 17.38 | - |
| YUV | 136.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 109 | 0 | 0.59 | 0.52 | 0.10 | 353.33 | 0.72 | 0.63 |
| Hex | E5 | 5E | 6D | 0 | 3B | 34 | A | 161 | 48 | 3F |
| Octal | 345 | 136 | 155 | 0 | 73 | 64 | 12 | 541 | 110 | 77 |
| Binary | 11100101 | 1011110 | 1101101 | 0 | 111011 | 110100 | 1010 | 101100001 | 1001000 | 111111 |
Color Harmonies of #E55E6D
Complementary color
Monochromatic Colors of #E55E6D
Black with #E55E6D
Text Example
Text Example
White with #E55E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E6D; }
p { color: rgb(229,94,109); }
H1.HeaderClassName
{
color: #E55E6D;
}
.AnyTagClassName
{
color: #E55E6D;
}
</style>
background-color css
<style>
a { background-color: #E55E6D; }
a { background-color: rgb(229,94,109); }
div.DivClassName
{
background-color: #E55E6D;
}
.BgClassName
{
background-color: #E55E6D;
}
</style>
border-color css
<style>
span { border-color: #E55E6D; }
span { border-color: rgb(229,94,109); }
td.TdClassName
{
border-color: #E55E6D;
}
.TagClassName
{
border-color: #E55E6D;
}
</style>