Shades of Geraldine #E77968
Tints of Geraldine #E77968
RGB
CMYK
RGB Variations
Color information
#E77968 (or 0xE77968) is known color: Geraldine. HEX triplet: E7, 79 and 68. RGB value is (231,121,104). Sum of RGB (Red+Green+Blue) = 231+121+104=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77968 is #188697. Grayscale: #989898. Windows color (decimal): -1607320 or 6846951. OLE color: 6846951.
HSL color Cylindrical-coordinate representation of color #E77968: hue angle of 8.03º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77968 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 104 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.09 |
| HSL | 8.03º | 0.73% | 0.66% | - |
| HSV(B) | 8.03º | 0.55% | 0.91% | - |
| XYZ | 42.29 | 31.66 | 16.98 | - |
| YUV | 151.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 104 | 0 | 0.48 | 0.55 | 0.09 | 8.03 | 0.73 | 0.66 |
| Hex | E7 | 79 | 68 | 0 | 30 | 37 | 9 | 8 | 49 | 42 |
| Octal | 347 | 171 | 150 | 0 | 60 | 67 | 11 | 10 | 111 | 102 |
| Binary | 11100111 | 1111001 | 1101000 | 0 | 110000 | 110111 | 1001 | 1000 | 1001001 | 1000010 |
Color Harmonies of #E77968
Complementary color
Monochromatic Colors of #E77968
Black with #E77968
Text Example
Text Example
White with #E77968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77968; }
p { color: rgb(231,121,104); }
H1.HeaderClassName
{
color: #E77968;
}
.AnyTagClassName
{
color: #E77968;
}
</style>
background-color css
<style>
a { background-color: #E77968; }
a { background-color: rgb(231,121,104); }
div.DivClassName
{
background-color: #E77968;
}
.BgClassName
{
background-color: #E77968;
}
</style>
border-color css
<style>
span { border-color: #E77968; }
span { border-color: rgb(231,121,104); }
td.TdClassName
{
border-color: #E77968;
}
.TagClassName
{
border-color: #E77968;
}
</style>