Shades of Geraldine #EC7A73
Tints of Geraldine #EC7A73
RGB
CMYK
RGB Variations
Color information
#EC7A73 (or 0xEC7A73) is known color: Geraldine. HEX triplet: EC, 7A and 73. RGB value is (236,122,115). Sum of RGB (Red+Green+Blue) = 236+122+115=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A73 is #13858C. Grayscale: #9B9B9B. Windows color (decimal): -1279373 or 7568108. OLE color: 7568108.
HSL color Cylindrical-coordinate representation of color #EC7A73: hue angle of 3.47º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7A73 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 115 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.07 |
| HSL | 3.47º | 0.76% | 0.69% | - |
| HSV(B) | 3.47º | 0.51% | 0.93% | - |
| XYZ | 44.65 | 32.99 | 20.23 | - |
| YUV | 155.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 115 | 0 | 0.48 | 0.51 | 0.07 | 3.47 | 0.76 | 0.69 |
| Hex | EC | 7A | 73 | 0 | 30 | 33 | 7 | 3 | 4C | 45 |
| Octal | 354 | 172 | 163 | 0 | 60 | 63 | 7 | 3 | 114 | 105 |
| Binary | 11101100 | 1111010 | 1110011 | 0 | 110000 | 110011 | 111 | 11 | 1001100 | 1000101 |
Color Harmonies of #EC7A73
Complementary color
Monochromatic Colors of #EC7A73
Black with #EC7A73
Text Example
Text Example
White with #EC7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A73; }
p { color: rgb(236,122,115); }
H1.HeaderClassName
{
color: #EC7A73;
}
.AnyTagClassName
{
color: #EC7A73;
}
</style>
background-color css
<style>
a { background-color: #EC7A73; }
a { background-color: rgb(236,122,115); }
div.DivClassName
{
background-color: #EC7A73;
}
.BgClassName
{
background-color: #EC7A73;
}
</style>
border-color css
<style>
span { border-color: #EC7A73; }
span { border-color: rgb(236,122,115); }
td.TdClassName
{
border-color: #EC7A73;
}
.TagClassName
{
border-color: #EC7A73;
}
</style>