Shades of Geraldine #E57D6E
Tints of Geraldine #E57D6E
RGB
CMYK
RGB Variations
Color information
#E57D6E (or 0xE57D6E) is known color: Geraldine. HEX triplet: E5, 7D and 6E. RGB value is (229,125,110). Sum of RGB (Red+Green+Blue) = 229+125+110=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D6E is #1A8291. Grayscale: #9A9A9A. Windows color (decimal): -1737362 or 7241189. OLE color: 7241189.
HSL color Cylindrical-coordinate representation of color #E57D6E: hue angle of 7.56º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E57D6E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 110 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.10 |
| HSL | 7.56º | 0.7% | 0.66% | - |
| HSV(B) | 7.56º | 0.52% | 0.9% | - |
| XYZ | 42.46 | 32.45 | 18.78 | - |
| YUV | 154.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 110 | 0 | 0.45 | 0.52 | 0.10 | 7.56 | 0.7 | 0.66 |
| Hex | E5 | 7D | 6E | 0 | 2D | 34 | A | 8 | 46 | 42 |
| Octal | 345 | 175 | 156 | 0 | 55 | 64 | 12 | 10 | 106 | 102 |
| Binary | 11100101 | 1111101 | 1101110 | 0 | 101101 | 110100 | 1010 | 1000 | 1000110 | 1000010 |
Color Harmonies of #E57D6E
Complementary color
Monochromatic Colors of #E57D6E
Black with #E57D6E
Text Example
Text Example
White with #E57D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D6E; }
p { color: rgb(229,125,110); }
H1.HeaderClassName
{
color: #E57D6E;
}
.AnyTagClassName
{
color: #E57D6E;
}
</style>
background-color css
<style>
a { background-color: #E57D6E; }
a { background-color: rgb(229,125,110); }
div.DivClassName
{
background-color: #E57D6E;
}
.BgClassName
{
background-color: #E57D6E;
}
</style>
border-color css
<style>
span { border-color: #E57D6E; }
span { border-color: rgb(229,125,110); }
td.TdClassName
{
border-color: #E57D6E;
}
.TagClassName
{
border-color: #E57D6E;
}
</style>