Shades of Geraldine #E77E6A
Tints of Geraldine #E77E6A
RGB
CMYK
RGB Variations
Color information
#E77E6A (or 0xE77E6A) is known color: Geraldine. HEX triplet: E7, 7E and 6A. RGB value is (231,126,106). Sum of RGB (Red+Green+Blue) = 231+126+106=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E6A is #188195. Grayscale: #9B9B9B. Windows color (decimal): -1606038 or 6979303. OLE color: 6979303.
HSL color Cylindrical-coordinate representation of color #E77E6A: hue angle of 9.6º 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 #E77E6A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 106 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.09 |
| HSL | 9.6º | 0.72% | 0.66% | - |
| HSV(B) | 9.6º | 0.54% | 0.91% | - |
| XYZ | 43.02 | 32.95 | 17.73 | - |
| YUV | 155.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 106 | 0 | 0.45 | 0.54 | 0.09 | 9.6 | 0.72 | 0.66 |
| Hex | E7 | 7E | 6A | 0 | 2D | 36 | 9 | A | 48 | 42 |
| Octal | 347 | 176 | 152 | 0 | 55 | 66 | 11 | 12 | 110 | 102 |
| Binary | 11100111 | 1111110 | 1101010 | 0 | 101101 | 110110 | 1001 | 1010 | 1001000 | 1000010 |
Color Harmonies of #E77E6A
Complementary color
Monochromatic Colors of #E77E6A
Black with #E77E6A
Text Example
Text Example
White with #E77E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E6A; }
p { color: rgb(231,126,106); }
H1.HeaderClassName
{
color: #E77E6A;
}
.AnyTagClassName
{
color: #E77E6A;
}
</style>
background-color css
<style>
a { background-color: #E77E6A; }
a { background-color: rgb(231,126,106); }
div.DivClassName
{
background-color: #E77E6A;
}
.BgClassName
{
background-color: #E77E6A;
}
</style>
border-color css
<style>
span { border-color: #E77E6A; }
span { border-color: rgb(231,126,106); }
td.TdClassName
{
border-color: #E77E6A;
}
.TagClassName
{
border-color: #E77E6A;
}
</style>