Shades of Geraldine #E77E6F
Tints of Geraldine #E77E6F
RGB
CMYK
RGB Variations
Color information
#E77E6F (or 0xE77E6F) is known color: Geraldine. HEX triplet: E7, 7E and 6F. RGB value is (231,126,111). Sum of RGB (Red+Green+Blue) = 231+126+111=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E6F is #188190. Grayscale: #9B9B9B. Windows color (decimal): -1606033 or 7306983. OLE color: 7306983.
HSL color Cylindrical-coordinate representation of color #E77E6F: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77E6F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 111 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7.5º | 0.71% | 0.67% | - |
| HSV(B) | 7.5º | 0.52% | 0.91% | - |
| XYZ | 43.29 | 33.06 | 19.14 | - |
| YUV | 155.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 111 | 0 | 0.45 | 0.52 | 0.09 | 7.5 | 0.71 | 0.67 |
| Hex | E7 | 7E | 6F | 0 | 2D | 34 | 9 | 8 | 47 | 43 |
| Octal | 347 | 176 | 157 | 0 | 55 | 64 | 11 | 10 | 107 | 103 |
| Binary | 11100111 | 1111110 | 1101111 | 0 | 101101 | 110100 | 1001 | 1000 | 1000111 | 1000011 |
Color Harmonies of #E77E6F
Complementary color
Monochromatic Colors of #E77E6F
Black with #E77E6F
Text Example
Text Example
White with #E77E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E6F; }
p { color: rgb(231,126,111); }
H1.HeaderClassName
{
color: #E77E6F;
}
.AnyTagClassName
{
color: #E77E6F;
}
</style>
background-color css
<style>
a { background-color: #E77E6F; }
a { background-color: rgb(231,126,111); }
div.DivClassName
{
background-color: #E77E6F;
}
.BgClassName
{
background-color: #E77E6F;
}
</style>
border-color css
<style>
span { border-color: #E77E6F; }
span { border-color: rgb(231,126,111); }
td.TdClassName
{
border-color: #E77E6F;
}
.TagClassName
{
border-color: #E77E6F;
}
</style>