Shades of Geraldine #E57B6A
Tints of Geraldine #E57B6A
RGB
CMYK
RGB Variations
Color information
#E57B6A (or 0xE57B6A) is known color: Geraldine. HEX triplet: E5, 7B and 6A. RGB value is (229,123,106). Sum of RGB (Red+Green+Blue) = 229+123+106=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B6A is #1A8495. Grayscale: #989898. Windows color (decimal): -1737878 or 6978533. OLE color: 6978533.
HSL color Cylindrical-coordinate representation of color #E57B6A: hue angle of 8.29º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E57B6A is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 106 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.10 |
| HSL | 8.29º | 0.7% | 0.66% | - |
| HSV(B) | 8.29º | 0.54% | 0.9% | - |
| XYZ | 42 | 31.86 | 17.57 | - |
| YUV | 152.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 106 | 0 | 0.46 | 0.54 | 0.10 | 8.29 | 0.7 | 0.66 |
| Hex | E5 | 7B | 6A | 0 | 2E | 36 | A | 8 | 46 | 42 |
| Octal | 345 | 173 | 152 | 0 | 56 | 66 | 12 | 10 | 106 | 102 |
| Binary | 11100101 | 1111011 | 1101010 | 0 | 101110 | 110110 | 1010 | 1000 | 1000110 | 1000010 |
Color Harmonies of #E57B6A
Complementary color
Monochromatic Colors of #E57B6A
Black with #E57B6A
Text Example
Text Example
White with #E57B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57B6A; }
p { color: rgb(229,123,106); }
H1.HeaderClassName
{
color: #E57B6A;
}
.AnyTagClassName
{
color: #E57B6A;
}
</style>
background-color css
<style>
a { background-color: #E57B6A; }
a { background-color: rgb(229,123,106); }
div.DivClassName
{
background-color: #E57B6A;
}
.BgClassName
{
background-color: #E57B6A;
}
</style>
border-color css
<style>
span { border-color: #E57B6A; }
span { border-color: rgb(229,123,106); }
td.TdClassName
{
border-color: #E57B6A;
}
.TagClassName
{
border-color: #E57B6A;
}
</style>