Shades of Geraldine #E57F7B
Tints of Geraldine #E57F7B
RGB
CMYK
RGB Variations
Color information
#E57F7B (or 0xE57F7B) is known color: Geraldine. HEX triplet: E5, 7F and 7B. RGB value is (229,127,123). Sum of RGB (Red+Green+Blue) = 229+127+123=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57F7B is #1A8084. Grayscale: #9D9D9D. Windows color (decimal): -1736837 or 8093669. OLE color: 8093669.
HSL color Cylindrical-coordinate representation of color #E57F7B: hue angle of 2.26º 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 #E57F7B is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 123 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.10 |
| HSL | 2.26º | 0.67% | 0.69% | - |
| HSV(B) | 2.26º | 0.46% | 0.9% | - |
| XYZ | 43.48 | 33.27 | 22.87 | - |
| YUV | 157.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 123 | 0 | 0.45 | 0.46 | 0.10 | 2.26 | 0.67 | 0.69 |
| Hex | E5 | 7F | 7B | 0 | 2D | 2E | A | 2 | 43 | 45 |
| Octal | 345 | 177 | 173 | 0 | 55 | 56 | 12 | 2 | 103 | 105 |
| Binary | 11100101 | 1111111 | 1111011 | 0 | 101101 | 101110 | 1010 | 10 | 1000011 | 1000101 |
Color Harmonies of #E57F7B
Complementary color
Monochromatic Colors of #E57F7B
Black with #E57F7B
Text Example
Text Example
White with #E57F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F7B; }
p { color: rgb(229,127,123); }
H1.HeaderClassName
{
color: #E57F7B;
}
.AnyTagClassName
{
color: #E57F7B;
}
</style>
background-color css
<style>
a { background-color: #E57F7B; }
a { background-color: rgb(229,127,123); }
div.DivClassName
{
background-color: #E57F7B;
}
.BgClassName
{
background-color: #E57F7B;
}
</style>
border-color css
<style>
span { border-color: #E57F7B; }
span { border-color: rgb(229,127,123); }
td.TdClassName
{
border-color: #E57F7B;
}
.TagClassName
{
border-color: #E57F7B;
}
</style>