Shades of Geraldine #E57B6B
Tints of Geraldine #E57B6B
RGB
CMYK
RGB Variations
Color information
#E57B6B (or 0xE57B6B) is known color: Geraldine. HEX triplet: E5, 7B and 6B. RGB value is (229,123,107). Sum of RGB (Red+Green+Blue) = 229+123+107=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B6B is #1A8494. Grayscale: #999999. Windows color (decimal): -1737877 or 7044069. OLE color: 7044069.
HSL color Cylindrical-coordinate representation of color #E57B6B: hue angle of 7.87º 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 #E57B6B is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 107 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.10 |
| HSL | 7.87º | 0.7% | 0.66% | - |
| HSV(B) | 7.87º | 0.53% | 0.9% | - |
| XYZ | 42.05 | 31.89 | 17.85 | - |
| YUV | 152.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 107 | 0 | 0.46 | 0.53 | 0.10 | 7.87 | 0.7 | 0.66 |
| Hex | E5 | 7B | 6B | 0 | 2E | 35 | A | 8 | 46 | 42 |
| Octal | 345 | 173 | 153 | 0 | 56 | 65 | 12 | 10 | 106 | 102 |
| Binary | 11100101 | 1111011 | 1101011 | 0 | 101110 | 110101 | 1010 | 1000 | 1000110 | 1000010 |
Color Harmonies of #E57B6B
Complementary color
Monochromatic Colors of #E57B6B
Black with #E57B6B
Text Example
Text Example
White with #E57B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57B6B; }
p { color: rgb(229,123,107); }
H1.HeaderClassName
{
color: #E57B6B;
}
.AnyTagClassName
{
color: #E57B6B;
}
</style>
background-color css
<style>
a { background-color: #E57B6B; }
a { background-color: rgb(229,123,107); }
div.DivClassName
{
background-color: #E57B6B;
}
.BgClassName
{
background-color: #E57B6B;
}
</style>
border-color css
<style>
span { border-color: #E57B6B; }
span { border-color: rgb(229,123,107); }
td.TdClassName
{
border-color: #E57B6B;
}
.TagClassName
{
border-color: #E57B6B;
}
</style>