Shades of Froly #E55E6F
Tints of Froly #E55E6F
RGB
CMYK
RGB Variations
Color information
#E55E6F (or 0xE55E6F) is known color: Froly. HEX triplet: E5, 5E and 6F. RGB value is (229,94,111). Sum of RGB (Red+Green+Blue) = 229+94+111=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E6F is #1AA190. Grayscale: #888888. Windows color (decimal): -1745297 or 7298789. OLE color: 7298789.
HSL color Cylindrical-coordinate representation of color #E55E6F: hue angle of 352.44º 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 #E55E6F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 111 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.10 |
| HSL | 352.44º | 0.72% | 0.63% | - |
| HSV(B) | 352.44º | 0.59% | 0.9% | - |
| XYZ | 39.19 | 25.81 | 17.96 | - |
| YUV | 136.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 111 | 0 | 0.59 | 0.52 | 0.10 | 352.44 | 0.72 | 0.63 |
| Hex | E5 | 5E | 6F | 0 | 3B | 34 | A | 160 | 48 | 3F |
| Octal | 345 | 136 | 157 | 0 | 73 | 64 | 12 | 540 | 110 | 77 |
| Binary | 11100101 | 1011110 | 1101111 | 0 | 111011 | 110100 | 1010 | 101100000 | 1001000 | 111111 |
Color Harmonies of #E55E6F
Complementary color
Monochromatic Colors of #E55E6F
Black with #E55E6F
Text Example
Text Example
White with #E55E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E6F; }
p { color: rgb(229,94,111); }
H1.HeaderClassName
{
color: #E55E6F;
}
.AnyTagClassName
{
color: #E55E6F;
}
</style>
background-color css
<style>
a { background-color: #E55E6F; }
a { background-color: rgb(229,94,111); }
div.DivClassName
{
background-color: #E55E6F;
}
.BgClassName
{
background-color: #E55E6F;
}
</style>
border-color css
<style>
span { border-color: #E55E6F; }
span { border-color: rgb(229,94,111); }
td.TdClassName
{
border-color: #E55E6F;
}
.TagClassName
{
border-color: #E55E6F;
}
</style>