Shades of Geraldine #EC7A6D
Tints of Geraldine #EC7A6D
RGB
CMYK
RGB Variations
Color information
#EC7A6D (or 0xEC7A6D) is known color: Geraldine. HEX triplet: EC, 7A and 6D. RGB value is (236,122,109). Sum of RGB (Red+Green+Blue) = 236+122+109=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A6D is #138592. Grayscale: #9A9A9A. Windows color (decimal): -1279379 or 7174892. OLE color: 7174892.
HSL color Cylindrical-coordinate representation of color #EC7A6D: hue angle of 6.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC7A6D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 109 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.07 |
| HSL | 6.14º | 0.77% | 0.68% | - |
| HSV(B) | 6.14º | 0.54% | 0.93% | - |
| XYZ | 44.31 | 32.86 | 18.47 | - |
| YUV | 154.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 109 | 0 | 0.48 | 0.54 | 0.07 | 6.14 | 0.77 | 0.68 |
| Hex | EC | 7A | 6D | 0 | 30 | 36 | 7 | 6 | 4D | 44 |
| Octal | 354 | 172 | 155 | 0 | 60 | 66 | 7 | 6 | 115 | 104 |
| Binary | 11101100 | 1111010 | 1101101 | 0 | 110000 | 110110 | 111 | 110 | 1001101 | 1000100 |
Color Harmonies of #EC7A6D
Complementary color
Monochromatic Colors of #EC7A6D
Black with #EC7A6D
Text Example
Text Example
White with #EC7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A6D; }
p { color: rgb(236,122,109); }
H1.HeaderClassName
{
color: #EC7A6D;
}
.AnyTagClassName
{
color: #EC7A6D;
}
</style>
background-color css
<style>
a { background-color: #EC7A6D; }
a { background-color: rgb(236,122,109); }
div.DivClassName
{
background-color: #EC7A6D;
}
.BgClassName
{
background-color: #EC7A6D;
}
</style>
border-color css
<style>
span { border-color: #EC7A6D; }
span { border-color: rgb(236,122,109); }
td.TdClassName
{
border-color: #EC7A6D;
}
.TagClassName
{
border-color: #EC7A6D;
}
</style>