Shades of Geraldine #E56D6C
Tints of Geraldine #E56D6C
RGB
CMYK
RGB Variations
Color information
#E56D6C (or 0xE56D6C) is known color: Geraldine. HEX triplet: E5, 6D and 6C. RGB value is (229,109,108). Sum of RGB (Red+Green+Blue) = 229+109+108=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D6C is #1A9293. Grayscale: #909090. Windows color (decimal): -1741460 or 7106021. OLE color: 7106021.
HSL color Cylindrical-coordinate representation of color #E56D6C: hue angle of 0.5º 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 #E56D6C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 108 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.10 |
| HSL | 0.5º | 0.7% | 0.66% | - |
| HSV(B) | 0.5º | 0.53% | 0.9% | - |
| XYZ | 40.49 | 28.68 | 17.59 | - |
| YUV | 144.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 108 | 0 | 0.52 | 0.53 | 0.10 | 0.5 | 0.7 | 0.66 |
| Hex | E5 | 6D | 6C | 0 | 34 | 35 | A | 0 | 46 | 42 |
| Octal | 345 | 155 | 154 | 0 | 64 | 65 | 12 | 0 | 106 | 102 |
| Binary | 11100101 | 1101101 | 1101100 | 0 | 110100 | 110101 | 1010 | 0 | 1000110 | 1000010 |
Color Harmonies of #E56D6C
Complementary color
Monochromatic Colors of #E56D6C
Black with #E56D6C
Text Example
Text Example
White with #E56D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D6C; }
p { color: rgb(229,109,108); }
H1.HeaderClassName
{
color: #E56D6C;
}
.AnyTagClassName
{
color: #E56D6C;
}
</style>
background-color css
<style>
a { background-color: #E56D6C; }
a { background-color: rgb(229,109,108); }
div.DivClassName
{
background-color: #E56D6C;
}
.BgClassName
{
background-color: #E56D6C;
}
</style>
border-color css
<style>
span { border-color: #E56D6C; }
span { border-color: rgb(229,109,108); }
td.TdClassName
{
border-color: #E56D6C;
}
.TagClassName
{
border-color: #E56D6C;
}
</style>