Shades of Geraldine #E57C7B
Tints of Geraldine #E57C7B
RGB
CMYK
RGB Variations
Color information
#E57C7B (or 0xE57C7B) is known color: Geraldine. HEX triplet: E5, 7C and 7B. RGB value is (229,124,123). Sum of RGB (Red+Green+Blue) = 229+124+123=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57C7B is #1A8384. Grayscale: #9B9B9B. Windows color (decimal): -1737605 or 8092901. OLE color: 8092901.
HSL color Cylindrical-coordinate representation of color #E57C7B: hue angle of 0.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57C7B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 123 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.10 |
| HSL | 0.57º | 0.67% | 0.69% | - |
| HSV(B) | 0.57º | 0.46% | 0.9% | - |
| XYZ | 43.1 | 32.5 | 22.74 | - |
| YUV | 155.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 123 | 0 | 0.46 | 0.46 | 0.10 | 0.57 | 0.67 | 0.69 |
| Hex | E5 | 7C | 7B | 0 | 2E | 2E | A | 1 | 43 | 45 |
| Octal | 345 | 174 | 173 | 0 | 56 | 56 | 12 | 1 | 103 | 105 |
| Binary | 11100101 | 1111100 | 1111011 | 0 | 101110 | 101110 | 1010 | 1 | 1000011 | 1000101 |
Color Harmonies of #E57C7B
Complementary color
Monochromatic Colors of #E57C7B
Black with #E57C7B
Text Example
Text Example
White with #E57C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C7B; }
p { color: rgb(229,124,123); }
H1.HeaderClassName
{
color: #E57C7B;
}
.AnyTagClassName
{
color: #E57C7B;
}
</style>
background-color css
<style>
a { background-color: #E57C7B; }
a { background-color: rgb(229,124,123); }
div.DivClassName
{
background-color: #E57C7B;
}
.BgClassName
{
background-color: #E57C7B;
}
</style>
border-color css
<style>
span { border-color: #E57C7B; }
span { border-color: rgb(229,124,123); }
td.TdClassName
{
border-color: #E57C7B;
}
.TagClassName
{
border-color: #E57C7B;
}
</style>