Shades of Geraldine #ED776D
Tints of Geraldine #ED776D
RGB
CMYK
RGB Variations
Color information
#ED776D (or 0xED776D) is known color: Geraldine. HEX triplet: ED, 77 and 6D. RGB value is (237,119,109). Sum of RGB (Red+Green+Blue) = 237+119+109=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED776D is #128892. Grayscale: #999999. Windows color (decimal): -1214611 or 7174125. OLE color: 7174125.
HSL color Cylindrical-coordinate representation of color #ED776D: hue angle of 4.69º 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 #ED776D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 109 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.07 |
| HSL | 4.69º | 0.78% | 0.68% | - |
| HSV(B) | 4.69º | 0.54% | 0.93% | - |
| XYZ | 44.28 | 32.3 | 18.37 | - |
| YUV | 153.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 109 | 0 | 0.50 | 0.54 | 0.07 | 4.69 | 0.78 | 0.68 |
| Hex | ED | 77 | 6D | 0 | 32 | 36 | 7 | 5 | 4E | 44 |
| Octal | 355 | 167 | 155 | 0 | 62 | 66 | 7 | 5 | 116 | 104 |
| Binary | 11101101 | 1110111 | 1101101 | 0 | 110010 | 110110 | 111 | 101 | 1001110 | 1000100 |
Color Harmonies of #ED776D
Complementary color
Monochromatic Colors of #ED776D
Black with #ED776D
Text Example
Text Example
White with #ED776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED776D; }
p { color: rgb(237,119,109); }
H1.HeaderClassName
{
color: #ED776D;
}
.AnyTagClassName
{
color: #ED776D;
}
</style>
background-color css
<style>
a { background-color: #ED776D; }
a { background-color: rgb(237,119,109); }
div.DivClassName
{
background-color: #ED776D;
}
.BgClassName
{
background-color: #ED776D;
}
</style>
border-color css
<style>
span { border-color: #ED776D; }
span { border-color: rgb(237,119,109); }
td.TdClassName
{
border-color: #ED776D;
}
.TagClassName
{
border-color: #ED776D;
}
</style>