Shades of Geraldine #E57A6D
Tints of Geraldine #E57A6D
RGB
CMYK
RGB Variations
Color information
#E57A6D (or 0xE57A6D) is known color: Geraldine. HEX triplet: E5, 7A and 6D. RGB value is (229,122,109). Sum of RGB (Red+Green+Blue) = 229+122+109=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A6D is #1A8592. Grayscale: #989898. Windows color (decimal): -1738131 or 7174885. OLE color: 7174885.
HSL color Cylindrical-coordinate representation of color #E57A6D: hue angle of 6.5º 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 #E57A6D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 109 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.10 |
| HSL | 6.5º | 0.7% | 0.66% | - |
| HSV(B) | 6.5º | 0.52% | 0.9% | - |
| XYZ | 42.03 | 31.68 | 18.37 | - |
| YUV | 152.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 109 | 0 | 0.47 | 0.52 | 0.10 | 6.5 | 0.7 | 0.66 |
| Hex | E5 | 7A | 6D | 0 | 2F | 34 | A | 6 | 46 | 42 |
| Octal | 345 | 172 | 155 | 0 | 57 | 64 | 12 | 6 | 106 | 102 |
| Binary | 11100101 | 1111010 | 1101101 | 0 | 101111 | 110100 | 1010 | 110 | 1000110 | 1000010 |
Color Harmonies of #E57A6D
Complementary color
Monochromatic Colors of #E57A6D
Black with #E57A6D
Text Example
Text Example
White with #E57A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A6D; }
p { color: rgb(229,122,109); }
H1.HeaderClassName
{
color: #E57A6D;
}
.AnyTagClassName
{
color: #E57A6D;
}
</style>
background-color css
<style>
a { background-color: #E57A6D; }
a { background-color: rgb(229,122,109); }
div.DivClassName
{
background-color: #E57A6D;
}
.BgClassName
{
background-color: #E57A6D;
}
</style>
border-color css
<style>
span { border-color: #E57A6D; }
span { border-color: rgb(229,122,109); }
td.TdClassName
{
border-color: #E57A6D;
}
.TagClassName
{
border-color: #E57A6D;
}
</style>