Shades of Geraldine #E77969
Tints of Geraldine #E77969
RGB
CMYK
RGB Variations
Color information
#E77969 (or 0xE77969) is known color: Geraldine. HEX triplet: E7, 79 and 69. RGB value is (231,121,105). Sum of RGB (Red+Green+Blue) = 231+121+105=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E77969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77969 is #188696. Grayscale: #989898. Windows color (decimal): -1607319 or 6912487. OLE color: 6912487.
HSL color Cylindrical-coordinate representation of color #E77969: hue angle of 7.62º degrees, saturation: 0.72, 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 #E77969 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 105 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.09 |
| HSL | 7.62º | 0.72% | 0.66% | - |
| HSV(B) | 7.62º | 0.55% | 0.91% | - |
| XYZ | 42.34 | 31.68 | 17.25 | - |
| YUV | 152.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 105 | 0 | 0.48 | 0.55 | 0.09 | 7.62 | 0.72 | 0.66 |
| Hex | E7 | 79 | 69 | 0 | 30 | 37 | 9 | 8 | 48 | 42 |
| Octal | 347 | 171 | 151 | 0 | 60 | 67 | 11 | 10 | 110 | 102 |
| Binary | 11100111 | 1111001 | 1101001 | 0 | 110000 | 110111 | 1001 | 1000 | 1001000 | 1000010 |
Color Harmonies of #E77969
Complementary color
Monochromatic Colors of #E77969
Black with #E77969
Text Example
Text Example
White with #E77969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77969; }
p { color: rgb(231,121,105); }
H1.HeaderClassName
{
color: #E77969;
}
.AnyTagClassName
{
color: #E77969;
}
</style>
background-color css
<style>
a { background-color: #E77969; }
a { background-color: rgb(231,121,105); }
div.DivClassName
{
background-color: #E77969;
}
.BgClassName
{
background-color: #E77969;
}
</style>
border-color css
<style>
span { border-color: #E77969; }
span { border-color: rgb(231,121,105); }
td.TdClassName
{
border-color: #E77969;
}
.TagClassName
{
border-color: #E77969;
}
</style>