Shades of Geraldine #E57A74
Tints of Geraldine #E57A74
RGB
CMYK
RGB Variations
Color information
#E57A74 (or 0xE57A74) is known color: Geraldine. HEX triplet: E5, 7A and 74. RGB value is (229,122,116). Sum of RGB (Red+Green+Blue) = 229+122+116=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A74 is #1A858B. Grayscale: #999999. Windows color (decimal): -1738124 or 7633637. OLE color: 7633637.
HSL color Cylindrical-coordinate representation of color #E57A74: hue angle of 3.19º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57A74 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 116 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.10 |
| HSL | 3.19º | 0.68% | 0.68% | - |
| HSV(B) | 3.19º | 0.49% | 0.9% | - |
| XYZ | 42.43 | 31.84 | 20.43 | - |
| YUV | 153.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 116 | 0 | 0.47 | 0.49 | 0.10 | 3.19 | 0.68 | 0.68 |
| Hex | E5 | 7A | 74 | 0 | 2F | 31 | A | 3 | 44 | 44 |
| Octal | 345 | 172 | 164 | 0 | 57 | 61 | 12 | 3 | 104 | 104 |
| Binary | 11100101 | 1111010 | 1110100 | 0 | 101111 | 110001 | 1010 | 11 | 1000100 | 1000100 |
Color Harmonies of #E57A74
Complementary color
Monochromatic Colors of #E57A74
Black with #E57A74
Text Example
Text Example
White with #E57A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A74; }
p { color: rgb(229,122,116); }
H1.HeaderClassName
{
color: #E57A74;
}
.AnyTagClassName
{
color: #E57A74;
}
</style>
background-color css
<style>
a { background-color: #E57A74; }
a { background-color: rgb(229,122,116); }
div.DivClassName
{
background-color: #E57A74;
}
.BgClassName
{
background-color: #E57A74;
}
</style>
border-color css
<style>
span { border-color: #E57A74; }
span { border-color: rgb(229,122,116); }
td.TdClassName
{
border-color: #E57A74;
}
.TagClassName
{
border-color: #E57A74;
}
</style>