Shades of Geraldine #E77B6E
Tints of Geraldine #E77B6E
RGB
CMYK
RGB Variations
Color information
#E77B6E (or 0xE77B6E) is known color: Geraldine. HEX triplet: E7, 7B and 6E. RGB value is (231,123,110). Sum of RGB (Red+Green+Blue) = 231+123+110=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B6E is #188491. Grayscale: #999999. Windows color (decimal): -1606802 or 7240679. OLE color: 7240679.
HSL color Cylindrical-coordinate representation of color #E77B6E: hue angle of 6.45º degrees, saturation: 0.72, 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 #E77B6E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 110 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.09 |
| HSL | 6.45º | 0.72% | 0.67% | - |
| HSV(B) | 6.45º | 0.52% | 0.91% | - |
| XYZ | 42.85 | 32.28 | 18.72 | - |
| YUV | 153.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 110 | 0 | 0.47 | 0.52 | 0.09 | 6.45 | 0.72 | 0.67 |
| Hex | E7 | 7B | 6E | 0 | 2F | 34 | 9 | 6 | 48 | 43 |
| Octal | 347 | 173 | 156 | 0 | 57 | 64 | 11 | 6 | 110 | 103 |
| Binary | 11100111 | 1111011 | 1101110 | 0 | 101111 | 110100 | 1001 | 110 | 1001000 | 1000011 |
Color Harmonies of #E77B6E
Complementary color
Monochromatic Colors of #E77B6E
Black with #E77B6E
Text Example
Text Example
White with #E77B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B6E; }
p { color: rgb(231,123,110); }
H1.HeaderClassName
{
color: #E77B6E;
}
.AnyTagClassName
{
color: #E77B6E;
}
</style>
background-color css
<style>
a { background-color: #E77B6E; }
a { background-color: rgb(231,123,110); }
div.DivClassName
{
background-color: #E77B6E;
}
.BgClassName
{
background-color: #E77B6E;
}
</style>
border-color css
<style>
span { border-color: #E77B6E; }
span { border-color: rgb(231,123,110); }
td.TdClassName
{
border-color: #E77B6E;
}
.TagClassName
{
border-color: #E77B6E;
}
</style>