Shades of Geraldine #E77E6D
Tints of Geraldine #E77E6D
RGB
CMYK
RGB Variations
Color information
#E77E6D (or 0xE77E6D) is known color: Geraldine. HEX triplet: E7, 7E and 6D. RGB value is (231,126,109). Sum of RGB (Red+Green+Blue) = 231+126+109=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E6D is #188192. Grayscale: #9B9B9B. Windows color (decimal): -1606035 or 7175911. OLE color: 7175911.
HSL color Cylindrical-coordinate representation of color #E77E6D: hue angle of 8.36º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E77E6D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 109 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.09 |
| HSL | 8.36º | 0.72% | 0.67% | - |
| HSV(B) | 8.36º | 0.53% | 0.91% | - |
| XYZ | 43.18 | 33.01 | 18.56 | - |
| YUV | 155.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 109 | 0 | 0.45 | 0.53 | 0.09 | 8.36 | 0.72 | 0.67 |
| Hex | E7 | 7E | 6D | 0 | 2D | 35 | 9 | 8 | 48 | 43 |
| Octal | 347 | 176 | 155 | 0 | 55 | 65 | 11 | 10 | 110 | 103 |
| Binary | 11100111 | 1111110 | 1101101 | 0 | 101101 | 110101 | 1001 | 1000 | 1001000 | 1000011 |
Color Harmonies of #E77E6D
Complementary color
Monochromatic Colors of #E77E6D
Black with #E77E6D
Text Example
Text Example
White with #E77E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E6D; }
p { color: rgb(231,126,109); }
H1.HeaderClassName
{
color: #E77E6D;
}
.AnyTagClassName
{
color: #E77E6D;
}
</style>
background-color css
<style>
a { background-color: #E77E6D; }
a { background-color: rgb(231,126,109); }
div.DivClassName
{
background-color: #E77E6D;
}
.BgClassName
{
background-color: #E77E6D;
}
</style>
border-color css
<style>
span { border-color: #E77E6D; }
span { border-color: rgb(231,126,109); }
td.TdClassName
{
border-color: #E77E6D;
}
.TagClassName
{
border-color: #E77E6D;
}
</style>