Shades of Froly #E55D68
Tints of Froly #E55D68
RGB
CMYK
RGB Variations
Color information
#E55D68 (or 0xE55D68) is known color: Froly. HEX triplet: E5, 5D and 68. RGB value is (229,93,104). Sum of RGB (Red+Green+Blue) = 229+93+104=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D68 is #1AA297. Grayscale: #878787. Windows color (decimal): -1745560 or 6839781. OLE color: 6839781.
HSL color Cylindrical-coordinate representation of color #E55D68: hue angle of 355.15º 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 #E55D68 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 104 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.10 |
| HSL | 355.15º | 0.72% | 0.63% | - |
| HSV(B) | 355.15º | 0.59% | 0.9% | - |
| XYZ | 38.73 | 25.49 | 15.97 | - |
| YUV | 134.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 104 | 0 | 0.59 | 0.55 | 0.10 | 355.15 | 0.72 | 0.63 |
| Hex | E5 | 5D | 68 | 0 | 3B | 37 | A | 163 | 48 | 3F |
| Octal | 345 | 135 | 150 | 0 | 73 | 67 | 12 | 543 | 110 | 77 |
| Binary | 11100101 | 1011101 | 1101000 | 0 | 111011 | 110111 | 1010 | 101100011 | 1001000 | 111111 |
Color Harmonies of #E55D68
Complementary color
Monochromatic Colors of #E55D68
Black with #E55D68
Text Example
Text Example
White with #E55D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D68; }
p { color: rgb(229,93,104); }
H1.HeaderClassName
{
color: #E55D68;
}
.AnyTagClassName
{
color: #E55D68;
}
</style>
background-color css
<style>
a { background-color: #E55D68; }
a { background-color: rgb(229,93,104); }
div.DivClassName
{
background-color: #E55D68;
}
.BgClassName
{
background-color: #E55D68;
}
</style>
border-color css
<style>
span { border-color: #E55D68; }
span { border-color: rgb(229,93,104); }
td.TdClassName
{
border-color: #E55D68;
}
.TagClassName
{
border-color: #E55D68;
}
</style>