Shades of Geraldine #E56E6A
Tints of Geraldine #E56E6A
RGB
CMYK
RGB Variations
Color information
#E56E6A (or 0xE56E6A) is known color: Geraldine. HEX triplet: E5, 6E and 6A. RGB value is (229,110,106). Sum of RGB (Red+Green+Blue) = 229+110+106=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E6A is #1A9195. Grayscale: #919191. Windows color (decimal): -1741206 or 6975205. OLE color: 6975205.
HSL color Cylindrical-coordinate representation of color #E56E6A: hue angle of 1.95º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56E6A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 106 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.10 |
| HSL | 1.95º | 0.7% | 0.66% | - |
| HSV(B) | 1.95º | 0.54% | 0.9% | - |
| XYZ | 40.49 | 28.85 | 17.07 | - |
| YUV | 145.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 106 | 0 | 0.52 | 0.54 | 0.10 | 1.95 | 0.7 | 0.66 |
| Hex | E5 | 6E | 6A | 0 | 34 | 36 | A | 2 | 46 | 42 |
| Octal | 345 | 156 | 152 | 0 | 64 | 66 | 12 | 2 | 106 | 102 |
| Binary | 11100101 | 1101110 | 1101010 | 0 | 110100 | 110110 | 1010 | 10 | 1000110 | 1000010 |
Color Harmonies of #E56E6A
Complementary color
Monochromatic Colors of #E56E6A
Black with #E56E6A
Text Example
Text Example
White with #E56E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E6A; }
p { color: rgb(229,110,106); }
H1.HeaderClassName
{
color: #E56E6A;
}
.AnyTagClassName
{
color: #E56E6A;
}
</style>
background-color css
<style>
a { background-color: #E56E6A; }
a { background-color: rgb(229,110,106); }
div.DivClassName
{
background-color: #E56E6A;
}
.BgClassName
{
background-color: #E56E6A;
}
</style>
border-color css
<style>
span { border-color: #E56E6A; }
span { border-color: rgb(229,110,106); }
td.TdClassName
{
border-color: #E56E6A;
}
.TagClassName
{
border-color: #E56E6A;
}
</style>