Shades of Geraldine #EC7A77
Tints of Geraldine #EC7A77
RGB
CMYK
RGB Variations
Color information
#EC7A77 (or 0xEC7A77) is known color: Geraldine. HEX triplet: EC, 7A and 77. RGB value is (236,122,119). Sum of RGB (Red+Green+Blue) = 236+122+119=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A77 is #138588. Grayscale: #9B9B9B. Windows color (decimal): -1279369 or 7830252. OLE color: 7830252.
HSL color Cylindrical-coordinate representation of color #EC7A77: hue angle of 1.54º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7A77 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 119 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.07 |
| HSL | 1.54º | 0.75% | 0.7% | - |
| HSV(B) | 1.54º | 0.5% | 0.93% | - |
| XYZ | 44.88 | 33.08 | 21.47 | - |
| YUV | 155.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 119 | 0 | 0.48 | 0.50 | 0.07 | 1.54 | 0.75 | 0.7 |
| Hex | EC | 7A | 77 | 0 | 30 | 32 | 7 | 2 | 4B | 46 |
| Octal | 354 | 172 | 167 | 0 | 60 | 62 | 7 | 2 | 113 | 106 |
| Binary | 11101100 | 1111010 | 1110111 | 0 | 110000 | 110010 | 111 | 10 | 1001011 | 1000110 |
Color Harmonies of #EC7A77
Complementary color
Monochromatic Colors of #EC7A77
Black with #EC7A77
Text Example
Text Example
White with #EC7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A77; }
p { color: rgb(236,122,119); }
H1.HeaderClassName
{
color: #EC7A77;
}
.AnyTagClassName
{
color: #EC7A77;
}
</style>
background-color css
<style>
a { background-color: #EC7A77; }
a { background-color: rgb(236,122,119); }
div.DivClassName
{
background-color: #EC7A77;
}
.BgClassName
{
background-color: #EC7A77;
}
</style>
border-color css
<style>
span { border-color: #EC7A77; }
span { border-color: rgb(236,122,119); }
td.TdClassName
{
border-color: #EC7A77;
}
.TagClassName
{
border-color: #EC7A77;
}
</style>