Shades of Geraldine #E57B7B
Tints of Geraldine #E57B7B
RGB
CMYK
RGB Variations
Color information
#E57B7B (or 0xE57B7B) is known color: Geraldine. HEX triplet: E5, 7B and 7B. RGB value is (229,123,123). Sum of RGB (Red+Green+Blue) = 229+123+123=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B7B is #1A8484. Grayscale: #9A9A9A. Windows color (decimal): -1737861 or 8092645. OLE color: 8092645.
HSL color Cylindrical-coordinate representation of color #E57B7B: hue angle of 0º 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 #E57B7B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 123 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.10 |
| HSL | 0º | 0.67% | 0.69% | - |
| HSV(B) | 0º | 0.46% | 0.9% | - |
| XYZ | 42.97 | 32.25 | 22.7 | - |
| YUV | 154.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 123 | 0 | 0.46 | 0.46 | 0.10 | 0 | 0.67 | 0.69 |
| Hex | E5 | 7B | 7B | 0 | 2E | 2E | A | 0 | 43 | 45 |
| Octal | 345 | 173 | 173 | 0 | 56 | 56 | 12 | 0 | 103 | 105 |
| Binary | 11100101 | 1111011 | 1111011 | 0 | 101110 | 101110 | 1010 | 0 | 1000011 | 1000101 |
Color Harmonies of #E57B7B
Complementary color
Monochromatic Colors of #E57B7B
Black with #E57B7B
Text Example
Text Example
White with #E57B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57B7B; }
p { color: rgb(229,123,123); }
H1.HeaderClassName
{
color: #E57B7B;
}
.AnyTagClassName
{
color: #E57B7B;
}
</style>
background-color css
<style>
a { background-color: #E57B7B; }
a { background-color: rgb(229,123,123); }
div.DivClassName
{
background-color: #E57B7B;
}
.BgClassName
{
background-color: #E57B7B;
}
</style>
border-color css
<style>
span { border-color: #E57B7B; }
span { border-color: rgb(229,123,123); }
td.TdClassName
{
border-color: #E57B7B;
}
.TagClassName
{
border-color: #E57B7B;
}
</style>