Shades of Geraldine #E5786C
Tints of Geraldine #E5786C
RGB
CMYK
RGB Variations
Color information
#E5786C (or 0xE5786C) is known color: Geraldine. HEX triplet: E5, 78 and 6C. RGB value is (229,120,108). Sum of RGB (Red+Green+Blue) = 229+120+108=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5786C is #1A8793. Grayscale: #979797. Windows color (decimal): -1738644 or 7108837. OLE color: 7108837.
HSL color Cylindrical-coordinate representation of color #E5786C: hue angle of 5.95º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5786C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 108 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.10 |
| HSL | 5.95º | 0.7% | 0.66% | - |
| HSV(B) | 5.95º | 0.53% | 0.9% | - |
| XYZ | 41.74 | 31.17 | 18 | - |
| YUV | 151.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 108 | 0 | 0.48 | 0.53 | 0.10 | 5.95 | 0.7 | 0.66 |
| Hex | E5 | 78 | 6C | 0 | 30 | 35 | A | 6 | 46 | 42 |
| Octal | 345 | 170 | 154 | 0 | 60 | 65 | 12 | 6 | 106 | 102 |
| Binary | 11100101 | 1111000 | 1101100 | 0 | 110000 | 110101 | 1010 | 110 | 1000110 | 1000010 |
Color Harmonies of #E5786C
Complementary color
Monochromatic Colors of #E5786C
Black with #E5786C
Text Example
Text Example
White with #E5786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5786C; }
p { color: rgb(229,120,108); }
H1.HeaderClassName
{
color: #E5786C;
}
.AnyTagClassName
{
color: #E5786C;
}
</style>
background-color css
<style>
a { background-color: #E5786C; }
a { background-color: rgb(229,120,108); }
div.DivClassName
{
background-color: #E5786C;
}
.BgClassName
{
background-color: #E5786C;
}
</style>
border-color css
<style>
span { border-color: #E5786C; }
span { border-color: rgb(229,120,108); }
td.TdClassName
{
border-color: #E5786C;
}
.TagClassName
{
border-color: #E5786C;
}
</style>