Shades of Froly #E55B6D
Tints of Froly #E55B6D
RGB
CMYK
RGB Variations
Color information
#E55B6D (or 0xE55B6D) is known color: Froly. HEX triplet: E5, 5B and 6D. RGB value is (229,91,109). Sum of RGB (Red+Green+Blue) = 229+91+109=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B6D is #1AA492. Grayscale: #868686. Windows color (decimal): -1746067 or 7166949. OLE color: 7166949.
HSL color Cylindrical-coordinate representation of color #E55B6D: hue angle of 352.17º degrees, saturation: 0.73, 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 #E55B6D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 109 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.10 |
| HSL | 352.17º | 0.73% | 0.63% | - |
| HSV(B) | 352.17º | 0.6% | 0.9% | - |
| XYZ | 38.81 | 25.24 | 17.29 | - |
| YUV | 134.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 109 | 0 | 0.60 | 0.52 | 0.10 | 352.17 | 0.73 | 0.63 |
| Hex | E5 | 5B | 6D | 0 | 3C | 34 | A | 160 | 49 | 3F |
| Octal | 345 | 133 | 155 | 0 | 74 | 64 | 12 | 540 | 111 | 77 |
| Binary | 11100101 | 1011011 | 1101101 | 0 | 111100 | 110100 | 1010 | 101100000 | 1001001 | 111111 |
Color Harmonies of #E55B6D
Complementary color
Monochromatic Colors of #E55B6D
Black with #E55B6D
Text Example
Text Example
White with #E55B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B6D; }
p { color: rgb(229,91,109); }
H1.HeaderClassName
{
color: #E55B6D;
}
.AnyTagClassName
{
color: #E55B6D;
}
</style>
background-color css
<style>
a { background-color: #E55B6D; }
a { background-color: rgb(229,91,109); }
div.DivClassName
{
background-color: #E55B6D;
}
.BgClassName
{
background-color: #E55B6D;
}
</style>
border-color css
<style>
span { border-color: #E55B6D; }
span { border-color: rgb(229,91,109); }
td.TdClassName
{
border-color: #E55B6D;
}
.TagClassName
{
border-color: #E55B6D;
}
</style>