Shades of Froly #E5787B
Tints of Froly #E5787B
RGB
CMYK
RGB Variations
Color information
#E5787B (or 0xE5787B) is known color: Froly. HEX triplet: E5, 78 and 7B. RGB value is (229,120,123). Sum of RGB (Red+Green+Blue) = 229+120+123=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5787B is #1A8784. Grayscale: #999999. Windows color (decimal): -1738629 or 8091877. OLE color: 8091877.
HSL color Cylindrical-coordinate representation of color #E5787B: hue angle of 358.35º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5787B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 123 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.10 |
| HSL | 358.35º | 0.68% | 0.68% | - |
| HSV(B) | 358.35º | 0.48% | 0.9% | - |
| XYZ | 42.6 | 31.52 | 22.58 | - |
| YUV | 152.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 123 | 0 | 0.48 | 0.46 | 0.10 | 358.35 | 0.68 | 0.68 |
| Hex | E5 | 78 | 7B | 0 | 30 | 2E | A | 166 | 44 | 44 |
| Octal | 345 | 170 | 173 | 0 | 60 | 56 | 12 | 546 | 104 | 104 |
| Binary | 11100101 | 1111000 | 1111011 | 0 | 110000 | 101110 | 1010 | 101100110 | 1000100 | 1000100 |
Color Harmonies of #E5787B
Complementary color
Monochromatic Colors of #E5787B
Black with #E5787B
Text Example
Text Example
White with #E5787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5787B; }
p { color: rgb(229,120,123); }
H1.HeaderClassName
{
color: #E5787B;
}
.AnyTagClassName
{
color: #E5787B;
}
</style>
background-color css
<style>
a { background-color: #E5787B; }
a { background-color: rgb(229,120,123); }
div.DivClassName
{
background-color: #E5787B;
}
.BgClassName
{
background-color: #E5787B;
}
</style>
border-color css
<style>
span { border-color: #E5787B; }
span { border-color: rgb(229,120,123); }
td.TdClassName
{
border-color: #E5787B;
}
.TagClassName
{
border-color: #E5787B;
}
</style>