Shades of Geraldine #E57A73
Tints of Geraldine #E57A73
RGB
CMYK
RGB Variations
Color information
#E57A73 (or 0xE57A73) is known color: Geraldine. HEX triplet: E5, 7A and 73. RGB value is (229,122,115). Sum of RGB (Red+Green+Blue) = 229+122+115=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A73 is #1A858C. Grayscale: #999999. Windows color (decimal): -1738125 or 7568101. OLE color: 7568101.
HSL color Cylindrical-coordinate representation of color #E57A73: hue angle of 3.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57A73 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 115 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.10 |
| HSL | 3.68º | 0.69% | 0.67% | - |
| HSV(B) | 3.68º | 0.5% | 0.9% | - |
| XYZ | 42.37 | 31.81 | 20.13 | - |
| YUV | 153.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 115 | 0 | 0.47 | 0.50 | 0.10 | 3.68 | 0.69 | 0.67 |
| Hex | E5 | 7A | 73 | 0 | 2F | 32 | A | 4 | 45 | 43 |
| Octal | 345 | 172 | 163 | 0 | 57 | 62 | 12 | 4 | 105 | 103 |
| Binary | 11100101 | 1111010 | 1110011 | 0 | 101111 | 110010 | 1010 | 100 | 1000101 | 1000011 |
Color Harmonies of #E57A73
Complementary color
Monochromatic Colors of #E57A73
Black with #E57A73
Text Example
Text Example
White with #E57A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A73; }
p { color: rgb(229,122,115); }
H1.HeaderClassName
{
color: #E57A73;
}
.AnyTagClassName
{
color: #E57A73;
}
</style>
background-color css
<style>
a { background-color: #E57A73; }
a { background-color: rgb(229,122,115); }
div.DivClassName
{
background-color: #E57A73;
}
.BgClassName
{
background-color: #E57A73;
}
</style>
border-color css
<style>
span { border-color: #E57A73; }
span { border-color: rgb(229,122,115); }
td.TdClassName
{
border-color: #E57A73;
}
.TagClassName
{
border-color: #E57A73;
}
</style>