Shades of Geraldine #E77D6B
Tints of Geraldine #E77D6B
RGB
CMYK
RGB Variations
Color information
#E77D6B (or 0xE77D6B) is known color: Geraldine. HEX triplet: E7, 7D and 6B. RGB value is (231,125,107). Sum of RGB (Red+Green+Blue) = 231+125+107=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D6B is #188294. Grayscale: #9A9A9A. Windows color (decimal): -1606293 or 7044583. OLE color: 7044583.
HSL color Cylindrical-coordinate representation of color #E77D6B: hue angle of 8.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E77D6B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 107 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.09 |
| HSL | 8.71º | 0.72% | 0.66% | - |
| HSV(B) | 8.71º | 0.54% | 0.91% | - |
| XYZ | 42.94 | 32.72 | 17.96 | - |
| YUV | 154.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 107 | 0 | 0.46 | 0.54 | 0.09 | 8.71 | 0.72 | 0.66 |
| Hex | E7 | 7D | 6B | 0 | 2E | 36 | 9 | 9 | 48 | 42 |
| Octal | 347 | 175 | 153 | 0 | 56 | 66 | 11 | 11 | 110 | 102 |
| Binary | 11100111 | 1111101 | 1101011 | 0 | 101110 | 110110 | 1001 | 1001 | 1001000 | 1000010 |
Color Harmonies of #E77D6B
Complementary color
Monochromatic Colors of #E77D6B
Black with #E77D6B
Text Example
Text Example
White with #E77D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D6B; }
p { color: rgb(231,125,107); }
H1.HeaderClassName
{
color: #E77D6B;
}
.AnyTagClassName
{
color: #E77D6B;
}
</style>
background-color css
<style>
a { background-color: #E77D6B; }
a { background-color: rgb(231,125,107); }
div.DivClassName
{
background-color: #E77D6B;
}
.BgClassName
{
background-color: #E77D6B;
}
</style>
border-color css
<style>
span { border-color: #E77D6B; }
span { border-color: rgb(231,125,107); }
td.TdClassName
{
border-color: #E77D6B;
}
.TagClassName
{
border-color: #E77D6B;
}
</style>