Shades of Geraldine #E76C69
Tints of Geraldine #E76C69
RGB
CMYK
RGB Variations
Color information
#E76C69 (or 0xE76C69) is known color: Geraldine. HEX triplet: E7, 6C and 69. RGB value is (231,108,105). Sum of RGB (Red+Green+Blue) = 231+108+105=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C69 is #189396. Grayscale: #909090. Windows color (decimal): -1610647 or 6909159. OLE color: 6909159.
HSL color Cylindrical-coordinate representation of color #E76C69: hue angle of 1.43º 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 #E76C69 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 105 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.09 |
| HSL | 1.43º | 0.72% | 0.66% | - |
| HSV(B) | 1.43º | 0.55% | 0.91% | - |
| XYZ | 40.87 | 28.73 | 16.76 | - |
| YUV | 144.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 105 | 0 | 0.53 | 0.55 | 0.09 | 1.43 | 0.72 | 0.66 |
| Hex | E7 | 6C | 69 | 0 | 35 | 37 | 9 | 1 | 48 | 42 |
| Octal | 347 | 154 | 151 | 0 | 65 | 67 | 11 | 1 | 110 | 102 |
| Binary | 11100111 | 1101100 | 1101001 | 0 | 110101 | 110111 | 1001 | 1 | 1001000 | 1000010 |
Color Harmonies of #E76C69
Complementary color
Monochromatic Colors of #E76C69
Black with #E76C69
Text Example
Text Example
White with #E76C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C69; }
p { color: rgb(231,108,105); }
H1.HeaderClassName
{
color: #E76C69;
}
.AnyTagClassName
{
color: #E76C69;
}
</style>
background-color css
<style>
a { background-color: #E76C69; }
a { background-color: rgb(231,108,105); }
div.DivClassName
{
background-color: #E76C69;
}
.BgClassName
{
background-color: #E76C69;
}
</style>
border-color css
<style>
span { border-color: #E76C69; }
span { border-color: rgb(231,108,105); }
td.TdClassName
{
border-color: #E76C69;
}
.TagClassName
{
border-color: #E76C69;
}
</style>