Shades of Geraldine #E77F6D
Tints of Geraldine #E77F6D
RGB
CMYK
RGB Variations
Color information
#E77F6D (or 0xE77F6D) is known color: Geraldine. HEX triplet: E7, 7F and 6D. RGB value is (231,127,109). Sum of RGB (Red+Green+Blue) = 231+127+109=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F6D is #188092. Grayscale: #9C9C9C. Windows color (decimal): -1605779 or 7176167. OLE color: 7176167.
HSL color Cylindrical-coordinate representation of color #E77F6D: hue angle of 8.85º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E77F6D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 109 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.09 |
| HSL | 8.85º | 0.72% | 0.67% | - |
| HSV(B) | 8.85º | 0.53% | 0.91% | - |
| XYZ | 43.3 | 33.27 | 18.61 | - |
| YUV | 156.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 109 | 0 | 0.45 | 0.53 | 0.09 | 8.85 | 0.72 | 0.67 |
| Hex | E7 | 7F | 6D | 0 | 2D | 35 | 9 | 9 | 48 | 43 |
| Octal | 347 | 177 | 155 | 0 | 55 | 65 | 11 | 11 | 110 | 103 |
| Binary | 11100111 | 1111111 | 1101101 | 0 | 101101 | 110101 | 1001 | 1001 | 1001000 | 1000011 |
Color Harmonies of #E77F6D
Complementary color
Monochromatic Colors of #E77F6D
Black with #E77F6D
Text Example
Text Example
White with #E77F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F6D; }
p { color: rgb(231,127,109); }
H1.HeaderClassName
{
color: #E77F6D;
}
.AnyTagClassName
{
color: #E77F6D;
}
</style>
background-color css
<style>
a { background-color: #E77F6D; }
a { background-color: rgb(231,127,109); }
div.DivClassName
{
background-color: #E77F6D;
}
.BgClassName
{
background-color: #E77F6D;
}
</style>
border-color css
<style>
span { border-color: #E77F6D; }
span { border-color: rgb(231,127,109); }
td.TdClassName
{
border-color: #E77F6D;
}
.TagClassName
{
border-color: #E77F6D;
}
</style>