Shades of Geraldine #EC7F76
Tints of Geraldine #EC7F76
RGB
CMYK
RGB Variations
Color information
#EC7F76 (or 0xEC7F76) is known color: Geraldine. HEX triplet: EC, 7F and 76. RGB value is (236,127,118). Sum of RGB (Red+Green+Blue) = 236+127+118=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F76 is #138089. Grayscale: #9E9E9E. Windows color (decimal): -1278090 or 7765996. OLE color: 7765996.
HSL color Cylindrical-coordinate representation of color #EC7F76: hue angle of 4.58º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7F76 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 118 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.07 |
| HSL | 4.58º | 0.76% | 0.69% | - |
| HSV(B) | 4.58º | 0.5% | 0.93% | - |
| XYZ | 45.45 | 34.32 | 21.37 | - |
| YUV | 158.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 118 | 0 | 0.46 | 0.5 | 0.07 | 4.58 | 0.76 | 0.69 |
| Hex | EC | 7F | 76 | 0 | 2E | 32 | 7 | 5 | 4C | 45 |
| Octal | 354 | 177 | 166 | 0 | 56 | 62 | 7 | 5 | 114 | 105 |
| Binary | 11101100 | 1111111 | 1110110 | 0 | 101110 | 110010 | 111 | 101 | 1001100 | 1000101 |
Color Harmonies of #EC7F76
Complementary color
Monochromatic Colors of #EC7F76
Black with #EC7F76
Text Example
Text Example
White with #EC7F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F76; }
p { color: rgb(236,127,118); }
H1.HeaderClassName
{
color: #EC7F76;
}
.AnyTagClassName
{
color: #EC7F76;
}
</style>
background-color css
<style>
a { background-color: #EC7F76; }
a { background-color: rgb(236,127,118); }
div.DivClassName
{
background-color: #EC7F76;
}
.BgClassName
{
background-color: #EC7F76;
}
</style>
border-color css
<style>
span { border-color: #EC7F76; }
span { border-color: rgb(236,127,118); }
td.TdClassName
{
border-color: #EC7F76;
}
.TagClassName
{
border-color: #EC7F76;
}
</style>