Shades of Geraldine #EC7A71
Tints of Geraldine #EC7A71
RGB
CMYK
RGB Variations
Color information
#EC7A71 (or 0xEC7A71) is known color: Geraldine. HEX triplet: EC, 7A and 71. RGB value is (236,122,113). Sum of RGB (Red+Green+Blue) = 236+122+113=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A71 is #13858E. Grayscale: #9B9B9B. Windows color (decimal): -1279375 or 7437036. OLE color: 7437036.
HSL color Cylindrical-coordinate representation of color #EC7A71: hue angle of 4.39º 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 #EC7A71 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 113 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.07 |
| HSL | 4.39º | 0.76% | 0.68% | - |
| HSV(B) | 4.39º | 0.52% | 0.93% | - |
| XYZ | 44.53 | 32.94 | 19.63 | - |
| YUV | 155.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 113 | 0 | 0.48 | 0.52 | 0.07 | 4.39 | 0.76 | 0.68 |
| Hex | EC | 7A | 71 | 0 | 30 | 34 | 7 | 4 | 4C | 44 |
| Octal | 354 | 172 | 161 | 0 | 60 | 64 | 7 | 4 | 114 | 104 |
| Binary | 11101100 | 1111010 | 1110001 | 0 | 110000 | 110100 | 111 | 100 | 1001100 | 1000100 |
Color Harmonies of #EC7A71
Complementary color
Monochromatic Colors of #EC7A71
Black with #EC7A71
Text Example
Text Example
White with #EC7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A71; }
p { color: rgb(236,122,113); }
H1.HeaderClassName
{
color: #EC7A71;
}
.AnyTagClassName
{
color: #EC7A71;
}
</style>
background-color css
<style>
a { background-color: #EC7A71; }
a { background-color: rgb(236,122,113); }
div.DivClassName
{
background-color: #EC7A71;
}
.BgClassName
{
background-color: #EC7A71;
}
</style>
border-color css
<style>
span { border-color: #EC7A71; }
span { border-color: rgb(236,122,113); }
td.TdClassName
{
border-color: #EC7A71;
}
.TagClassName
{
border-color: #EC7A71;
}
</style>