Shades of Geraldine #E57C6B
Tints of Geraldine #E57C6B
RGB
CMYK
RGB Variations
Color information
#E57C6B (or 0xE57C6B) is known color: Geraldine. HEX triplet: E5, 7C and 6B. RGB value is (229,124,107). Sum of RGB (Red+Green+Blue) = 229+124+107=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57C6B is #1A8394. Grayscale: #999999. Windows color (decimal): -1737621 or 7044325. OLE color: 7044325.
HSL color Cylindrical-coordinate representation of color #E57C6B: hue angle of 8.36º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E57C6B is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 107 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.10 |
| HSL | 8.36º | 0.7% | 0.66% | - |
| HSV(B) | 8.36º | 0.53% | 0.9% | - |
| XYZ | 42.17 | 32.13 | 17.89 | - |
| YUV | 153.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 107 | 0 | 0.46 | 0.53 | 0.10 | 8.36 | 0.7 | 0.66 |
| Hex | E5 | 7C | 6B | 0 | 2E | 35 | A | 8 | 46 | 42 |
| Octal | 345 | 174 | 153 | 0 | 56 | 65 | 12 | 10 | 106 | 102 |
| Binary | 11100101 | 1111100 | 1101011 | 0 | 101110 | 110101 | 1010 | 1000 | 1000110 | 1000010 |
Color Harmonies of #E57C6B
Complementary color
Monochromatic Colors of #E57C6B
Black with #E57C6B
Text Example
Text Example
White with #E57C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C6B; }
p { color: rgb(229,124,107); }
H1.HeaderClassName
{
color: #E57C6B;
}
.AnyTagClassName
{
color: #E57C6B;
}
</style>
background-color css
<style>
a { background-color: #E57C6B; }
a { background-color: rgb(229,124,107); }
div.DivClassName
{
background-color: #E57C6B;
}
.BgClassName
{
background-color: #E57C6B;
}
</style>
border-color css
<style>
span { border-color: #E57C6B; }
span { border-color: rgb(229,124,107); }
td.TdClassName
{
border-color: #E57C6B;
}
.TagClassName
{
border-color: #E57C6B;
}
</style>