Shades of Froly #E55C63
Tints of Froly #E55C63
RGB
CMYK
RGB Variations
Color information
#E55C63 (or 0xE55C63) is known color: Froly. HEX triplet: E5, 5C and 63. RGB value is (229,92,99). Sum of RGB (Red+Green+Blue) = 229+92+99=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C63 is #1AA39C. Grayscale: #858585. Windows color (decimal): -1745821 or 6511845. OLE color: 6511845.
HSL color Cylindrical-coordinate representation of color #E55C63: hue angle of 356.93º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C63 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 99 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.10 |
| HSL | 356.93º | 0.72% | 0.63% | - |
| HSV(B) | 356.93º | 0.6% | 0.9% | - |
| XYZ | 38.39 | 25.21 | 14.65 | - |
| YUV | 133.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 99 | 0 | 0.60 | 0.57 | 0.10 | 356.93 | 0.72 | 0.63 |
| Hex | E5 | 5C | 63 | 0 | 3C | 39 | A | 165 | 48 | 3F |
| Octal | 345 | 134 | 143 | 0 | 74 | 71 | 12 | 545 | 110 | 77 |
| Binary | 11100101 | 1011100 | 1100011 | 0 | 111100 | 111001 | 1010 | 101100101 | 1001000 | 111111 |
Color Harmonies of #E55C63
Complementary color
Monochromatic Colors of #E55C63
Black with #E55C63
Text Example
Text Example
White with #E55C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C63; }
p { color: rgb(229,92,99); }
H1.HeaderClassName
{
color: #E55C63;
}
.AnyTagClassName
{
color: #E55C63;
}
</style>
background-color css
<style>
a { background-color: #E55C63; }
a { background-color: rgb(229,92,99); }
div.DivClassName
{
background-color: #E55C63;
}
.BgClassName
{
background-color: #E55C63;
}
</style>
border-color css
<style>
span { border-color: #E55C63; }
span { border-color: rgb(229,92,99); }
td.TdClassName
{
border-color: #E55C63;
}
.TagClassName
{
border-color: #E55C63;
}
</style>