Shades of Geraldine #E57E7B
Tints of Geraldine #E57E7B
RGB
CMYK
RGB Variations
Color information
#E57E7B (or 0xE57E7B) is known color: Geraldine. HEX triplet: E5, 7E and 7B. RGB value is (229,126,123). Sum of RGB (Red+Green+Blue) = 229+126+123=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57E7B is #1A8184. Grayscale: #9C9C9C. Windows color (decimal): -1737093 or 8093413. OLE color: 8093413.
HSL color Cylindrical-coordinate representation of color #E57E7B: hue angle of 1.7º 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 #E57E7B is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 123 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.10 |
| HSL | 1.7º | 0.67% | 0.69% | - |
| HSV(B) | 1.7º | 0.46% | 0.9% | - |
| XYZ | 43.35 | 33.01 | 22.83 | - |
| YUV | 156.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 123 | 0 | 0.45 | 0.46 | 0.10 | 1.7 | 0.67 | 0.69 |
| Hex | E5 | 7E | 7B | 0 | 2D | 2E | A | 2 | 43 | 45 |
| Octal | 345 | 176 | 173 | 0 | 55 | 56 | 12 | 2 | 103 | 105 |
| Binary | 11100101 | 1111110 | 1111011 | 0 | 101101 | 101110 | 1010 | 10 | 1000011 | 1000101 |
Color Harmonies of #E57E7B
Complementary color
Monochromatic Colors of #E57E7B
Black with #E57E7B
Text Example
Text Example
White with #E57E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E7B; }
p { color: rgb(229,126,123); }
H1.HeaderClassName
{
color: #E57E7B;
}
.AnyTagClassName
{
color: #E57E7B;
}
</style>
background-color css
<style>
a { background-color: #E57E7B; }
a { background-color: rgb(229,126,123); }
div.DivClassName
{
background-color: #E57E7B;
}
.BgClassName
{
background-color: #E57E7B;
}
</style>
border-color css
<style>
span { border-color: #E57E7B; }
span { border-color: rgb(229,126,123); }
td.TdClassName
{
border-color: #E57E7B;
}
.TagClassName
{
border-color: #E57E7B;
}
</style>