Shades of Geraldine #ED7776
Tints of Geraldine #ED7776
RGB
CMYK
RGB Variations
Color information
#ED7776 (or 0xED7776) is known color: Geraldine. HEX triplet: ED, 77 and 76. RGB value is (237,119,118). Sum of RGB (Red+Green+Blue) = 237+119+118=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7776 is #128889. Grayscale: #9A9A9A. Windows color (decimal): -1214602 or 7763949. OLE color: 7763949.
HSL color Cylindrical-coordinate representation of color #ED7776: hue angle of 0.5º degrees, saturation: 0.77, 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 #ED7776 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 118 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 0.5º | 0.77% | 0.7% | - |
| HSV(B) | 0.5º | 0.5% | 0.93% | - |
| XYZ | 44.79 | 32.51 | 21.05 | - |
| YUV | 154.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 118 | 0 | 0.50 | 0.50 | 0.07 | 0.5 | 0.77 | 0.7 |
| Hex | ED | 77 | 76 | 0 | 32 | 32 | 7 | 1 | 4D | 46 |
| Octal | 355 | 167 | 166 | 0 | 62 | 62 | 7 | 1 | 115 | 106 |
| Binary | 11101101 | 1110111 | 1110110 | 0 | 110010 | 110010 | 111 | 1 | 1001101 | 1000110 |
Color Harmonies of #ED7776
Complementary color
Monochromatic Colors of #ED7776
Black with #ED7776
Text Example
Text Example
White with #ED7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7776; }
p { color: rgb(237,119,118); }
H1.HeaderClassName
{
color: #ED7776;
}
.AnyTagClassName
{
color: #ED7776;
}
</style>
background-color css
<style>
a { background-color: #ED7776; }
a { background-color: rgb(237,119,118); }
div.DivClassName
{
background-color: #ED7776;
}
.BgClassName
{
background-color: #ED7776;
}
</style>
border-color css
<style>
span { border-color: #ED7776; }
span { border-color: rgb(237,119,118); }
td.TdClassName
{
border-color: #ED7776;
}
.TagClassName
{
border-color: #ED7776;
}
</style>