Shades of Geraldine #ED776C
Tints of Geraldine #ED776C
RGB
CMYK
RGB Variations
Color information
#ED776C (or 0xED776C) is known color: Geraldine. HEX triplet: ED, 77 and 6C. RGB value is (237,119,108). Sum of RGB (Red+Green+Blue) = 237+119+108=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED776C is #128893. Grayscale: #999999. Windows color (decimal): -1214612 or 7108589. OLE color: 7108589.
HSL color Cylindrical-coordinate representation of color #ED776C: hue angle of 5.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED776C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 108 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.07 |
| HSL | 5.12º | 0.78% | 0.68% | - |
| HSV(B) | 5.12º | 0.54% | 0.93% | - |
| XYZ | 44.23 | 32.28 | 18.09 | - |
| YUV | 153.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 108 | 0 | 0.50 | 0.54 | 0.07 | 5.12 | 0.78 | 0.68 |
| Hex | ED | 77 | 6C | 0 | 32 | 36 | 7 | 5 | 4E | 44 |
| Octal | 355 | 167 | 154 | 0 | 62 | 66 | 7 | 5 | 116 | 104 |
| Binary | 11101101 | 1110111 | 1101100 | 0 | 110010 | 110110 | 111 | 101 | 1001110 | 1000100 |
Color Harmonies of #ED776C
Complementary color
Monochromatic Colors of #ED776C
Black with #ED776C
Text Example
Text Example
White with #ED776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED776C; }
p { color: rgb(237,119,108); }
H1.HeaderClassName
{
color: #ED776C;
}
.AnyTagClassName
{
color: #ED776C;
}
</style>
background-color css
<style>
a { background-color: #ED776C; }
a { background-color: rgb(237,119,108); }
div.DivClassName
{
background-color: #ED776C;
}
.BgClassName
{
background-color: #ED776C;
}
</style>
border-color css
<style>
span { border-color: #ED776C; }
span { border-color: rgb(237,119,108); }
td.TdClassName
{
border-color: #ED776C;
}
.TagClassName
{
border-color: #ED776C;
}
</style>