Shades of Froly #E55D72
Tints of Froly #E55D72
RGB
CMYK
RGB Variations
Color information
#E55D72 (or 0xE55D72) is known color: Froly. HEX triplet: E5, 5D and 72. RGB value is (229,93,114). Sum of RGB (Red+Green+Blue) = 229+93+114=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D72 is #1AA28D. Grayscale: #888888. Windows color (decimal): -1745550 or 7495141. OLE color: 7495141.
HSL color Cylindrical-coordinate representation of color #E55D72: hue angle of 350.74º 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 #E55D72 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 114 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.10 |
| HSL | 350.74º | 0.72% | 0.63% | - |
| HSV(B) | 350.74º | 0.59% | 0.9% | - |
| XYZ | 39.26 | 25.7 | 18.81 | - |
| YUV | 136.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 114 | 0 | 0.59 | 0.50 | 0.10 | 350.74 | 0.72 | 0.63 |
| Hex | E5 | 5D | 72 | 0 | 3B | 32 | A | 15F | 48 | 3F |
| Octal | 345 | 135 | 162 | 0 | 73 | 62 | 12 | 537 | 110 | 77 |
| Binary | 11100101 | 1011101 | 1110010 | 0 | 111011 | 110010 | 1010 | 101011111 | 1001000 | 111111 |
Color Harmonies of #E55D72
Complementary color
Monochromatic Colors of #E55D72
Black with #E55D72
Text Example
Text Example
White with #E55D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D72; }
p { color: rgb(229,93,114); }
H1.HeaderClassName
{
color: #E55D72;
}
.AnyTagClassName
{
color: #E55D72;
}
</style>
background-color css
<style>
a { background-color: #E55D72; }
a { background-color: rgb(229,93,114); }
div.DivClassName
{
background-color: #E55D72;
}
.BgClassName
{
background-color: #E55D72;
}
</style>
border-color css
<style>
span { border-color: #E55D72; }
span { border-color: rgb(229,93,114); }
td.TdClassName
{
border-color: #E55D72;
}
.TagClassName
{
border-color: #E55D72;
}
</style>