Shades of Froly #E55E6B
Tints of Froly #E55E6B
RGB
CMYK
RGB Variations
Color information
#E55E6B (or 0xE55E6B) is known color: Froly. HEX triplet: E5, 5E and 6B. RGB value is (229,94,107). Sum of RGB (Red+Green+Blue) = 229+94+107=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E6B is #1AA194. Grayscale: #878787. Windows color (decimal): -1745301 or 7036645. OLE color: 7036645.
HSL color Cylindrical-coordinate representation of color #E55E6B: hue angle of 354.22º 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 #E55E6B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 107 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.10 |
| HSL | 354.22º | 0.72% | 0.63% | - |
| HSV(B) | 354.22º | 0.59% | 0.9% | - |
| XYZ | 38.97 | 25.72 | 16.82 | - |
| YUV | 135.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 107 | 0 | 0.59 | 0.53 | 0.10 | 354.22 | 0.72 | 0.63 |
| Hex | E5 | 5E | 6B | 0 | 3B | 35 | A | 162 | 48 | 3F |
| Octal | 345 | 136 | 153 | 0 | 73 | 65 | 12 | 542 | 110 | 77 |
| Binary | 11100101 | 1011110 | 1101011 | 0 | 111011 | 110101 | 1010 | 101100010 | 1001000 | 111111 |
Color Harmonies of #E55E6B
Complementary color
Monochromatic Colors of #E55E6B
Black with #E55E6B
Text Example
Text Example
White with #E55E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E6B; }
p { color: rgb(229,94,107); }
H1.HeaderClassName
{
color: #E55E6B;
}
.AnyTagClassName
{
color: #E55E6B;
}
</style>
background-color css
<style>
a { background-color: #E55E6B; }
a { background-color: rgb(229,94,107); }
div.DivClassName
{
background-color: #E55E6B;
}
.BgClassName
{
background-color: #E55E6B;
}
</style>
border-color css
<style>
span { border-color: #E55E6B; }
span { border-color: rgb(229,94,107); }
td.TdClassName
{
border-color: #E55E6B;
}
.TagClassName
{
border-color: #E55E6B;
}
</style>