Shades of Geraldine #E77A6B
Tints of Geraldine #E77A6B
RGB
CMYK
RGB Variations
Color information
#E77A6B (or 0xE77A6B) is known color: Geraldine. HEX triplet: E7, 7A and 6B. RGB value is (231,122,107). Sum of RGB (Red+Green+Blue) = 231+122+107=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A6B is #188594. Grayscale: #999999. Windows color (decimal): -1607061 or 7043815. OLE color: 7043815.
HSL color Cylindrical-coordinate representation of color #E77A6B: hue angle of 7.26º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E77A6B is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 107 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.09 |
| HSL | 7.26º | 0.72% | 0.66% | - |
| HSV(B) | 7.26º | 0.54% | 0.91% | - |
| XYZ | 42.57 | 31.97 | 17.84 | - |
| YUV | 152.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 107 | 0 | 0.47 | 0.54 | 0.09 | 7.26 | 0.72 | 0.66 |
| Hex | E7 | 7A | 6B | 0 | 2F | 36 | 9 | 7 | 48 | 42 |
| Octal | 347 | 172 | 153 | 0 | 57 | 66 | 11 | 7 | 110 | 102 |
| Binary | 11100111 | 1111010 | 1101011 | 0 | 101111 | 110110 | 1001 | 111 | 1001000 | 1000010 |
Color Harmonies of #E77A6B
Complementary color
Monochromatic Colors of #E77A6B
Black with #E77A6B
Text Example
Text Example
White with #E77A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A6B; }
p { color: rgb(231,122,107); }
H1.HeaderClassName
{
color: #E77A6B;
}
.AnyTagClassName
{
color: #E77A6B;
}
</style>
background-color css
<style>
a { background-color: #E77A6B; }
a { background-color: rgb(231,122,107); }
div.DivClassName
{
background-color: #E77A6B;
}
.BgClassName
{
background-color: #E77A6B;
}
</style>
border-color css
<style>
span { border-color: #E77A6B; }
span { border-color: rgb(231,122,107); }
td.TdClassName
{
border-color: #E77A6B;
}
.TagClassName
{
border-color: #E77A6B;
}
</style>