Shades of Geraldine #EC7671
Tints of Geraldine #EC7671
RGB
CMYK
RGB Variations
Color information
#EC7671 (or 0xEC7671) is known color: Geraldine. HEX triplet: EC, 76 and 71. RGB value is (236,118,113). Sum of RGB (Red+Green+Blue) = 236+118+113=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7671 is #13898E. Grayscale: #989898. Windows color (decimal): -1280399 or 7436012. OLE color: 7436012.
HSL color Cylindrical-coordinate representation of color #EC7671: hue angle of 2.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7671 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 113 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.07 |
| HSL | 2.44º | 0.76% | 0.68% | - |
| HSV(B) | 2.44º | 0.52% | 0.93% | - |
| XYZ | 44.05 | 31.98 | 19.47 | - |
| YUV | 152.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 113 | 0 | 0.5 | 0.52 | 0.07 | 2.44 | 0.76 | 0.68 |
| Hex | EC | 76 | 71 | 0 | 32 | 34 | 7 | 2 | 4C | 44 |
| Octal | 354 | 166 | 161 | 0 | 62 | 64 | 7 | 2 | 114 | 104 |
| Binary | 11101100 | 1110110 | 1110001 | 0 | 110010 | 110100 | 111 | 10 | 1001100 | 1000100 |
Color Harmonies of #EC7671
Complementary color
Monochromatic Colors of #EC7671
Black with #EC7671
Text Example
Text Example
White with #EC7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7671; }
p { color: rgb(236,118,113); }
H1.HeaderClassName
{
color: #EC7671;
}
.AnyTagClassName
{
color: #EC7671;
}
</style>
background-color css
<style>
a { background-color: #EC7671; }
a { background-color: rgb(236,118,113); }
div.DivClassName
{
background-color: #EC7671;
}
.BgClassName
{
background-color: #EC7671;
}
</style>
border-color css
<style>
span { border-color: #EC7671; }
span { border-color: rgb(236,118,113); }
td.TdClassName
{
border-color: #EC7671;
}
.TagClassName
{
border-color: #EC7671;
}
</style>