Shades of Geraldine #EC7E6F
Tints of Geraldine #EC7E6F
RGB
CMYK
RGB Variations
Color information
#EC7E6F (or 0xEC7E6F) is known color: Geraldine. HEX triplet: EC, 7E and 6F. RGB value is (236,126,111). Sum of RGB (Red+Green+Blue) = 236+126+111=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6F is #138190. Grayscale: #9D9D9D. Windows color (decimal): -1278353 or 7306988. OLE color: 7306988.
HSL color Cylindrical-coordinate representation of color #EC7E6F: hue angle of 7.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7E6F is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 111 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.07 |
| HSL | 7.2º | 0.77% | 0.68% | - |
| HSV(B) | 7.2º | 0.53% | 0.93% | - |
| XYZ | 44.92 | 33.9 | 19.22 | - |
| YUV | 157.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 111 | 0 | 0.47 | 0.53 | 0.07 | 7.2 | 0.77 | 0.68 |
| Hex | EC | 7E | 6F | 0 | 2F | 35 | 7 | 7 | 4D | 44 |
| Octal | 354 | 176 | 157 | 0 | 57 | 65 | 7 | 7 | 115 | 104 |
| Binary | 11101100 | 1111110 | 1101111 | 0 | 101111 | 110101 | 111 | 111 | 1001101 | 1000100 |
Color Harmonies of #EC7E6F
Complementary color
Monochromatic Colors of #EC7E6F
Black with #EC7E6F
Text Example
Text Example
White with #EC7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E6F; }
p { color: rgb(236,126,111); }
H1.HeaderClassName
{
color: #EC7E6F;
}
.AnyTagClassName
{
color: #EC7E6F;
}
</style>
background-color css
<style>
a { background-color: #EC7E6F; }
a { background-color: rgb(236,126,111); }
div.DivClassName
{
background-color: #EC7E6F;
}
.BgClassName
{
background-color: #EC7E6F;
}
</style>
border-color css
<style>
span { border-color: #EC7E6F; }
span { border-color: rgb(236,126,111); }
td.TdClassName
{
border-color: #EC7E6F;
}
.TagClassName
{
border-color: #EC7E6F;
}
</style>