Shades of Geraldine #E57D73
Tints of Geraldine #E57D73
RGB
CMYK
RGB Variations
Color information
#E57D73 (or 0xE57D73) is known color: Geraldine. HEX triplet: E5, 7D and 73. RGB value is (229,125,115). Sum of RGB (Red+Green+Blue) = 229+125+115=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D73 is #1A828C. Grayscale: #9B9B9B. Windows color (decimal): -1737357 or 7568869. OLE color: 7568869.
HSL color Cylindrical-coordinate representation of color #E57D73: hue angle of 5.26º 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 #E57D73 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 115 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.10 |
| HSL | 5.26º | 0.69% | 0.67% | - |
| HSV(B) | 5.26º | 0.5% | 0.9% | - |
| XYZ | 42.74 | 32.56 | 20.25 | - |
| YUV | 154.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 115 | 0 | 0.45 | 0.50 | 0.10 | 5.26 | 0.69 | 0.67 |
| Hex | E5 | 7D | 73 | 0 | 2D | 32 | A | 5 | 45 | 43 |
| Octal | 345 | 175 | 163 | 0 | 55 | 62 | 12 | 5 | 105 | 103 |
| Binary | 11100101 | 1111101 | 1110011 | 0 | 101101 | 110010 | 1010 | 101 | 1000101 | 1000011 |
Color Harmonies of #E57D73
Complementary color
Monochromatic Colors of #E57D73
Black with #E57D73
Text Example
Text Example
White with #E57D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D73; }
p { color: rgb(229,125,115); }
H1.HeaderClassName
{
color: #E57D73;
}
.AnyTagClassName
{
color: #E57D73;
}
</style>
background-color css
<style>
a { background-color: #E57D73; }
a { background-color: rgb(229,125,115); }
div.DivClassName
{
background-color: #E57D73;
}
.BgClassName
{
background-color: #E57D73;
}
</style>
border-color css
<style>
span { border-color: #E57D73; }
span { border-color: rgb(229,125,115); }
td.TdClassName
{
border-color: #E57D73;
}
.TagClassName
{
border-color: #E57D73;
}
</style>