Shades of Geraldine #ED7770
Tints of Geraldine #ED7770
RGB
CMYK
RGB Variations
Color information
#ED7770 (or 0xED7770) is known color: Geraldine. HEX triplet: ED, 77 and 70. RGB value is (237,119,112). Sum of RGB (Red+Green+Blue) = 237+119+112=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7770 is #12888F. Grayscale: #999999. Windows color (decimal): -1214608 or 7370733. OLE color: 7370733.
HSL color Cylindrical-coordinate representation of color #ED7770: hue angle of 3.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7770 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 112 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.07 |
| HSL | 3.36º | 0.78% | 0.68% | - |
| HSV(B) | 3.36º | 0.53% | 0.93% | - |
| XYZ | 44.45 | 32.37 | 19.23 | - |
| YUV | 153.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 112 | 0 | 0.50 | 0.53 | 0.07 | 3.36 | 0.78 | 0.68 |
| Hex | ED | 77 | 70 | 0 | 32 | 35 | 7 | 3 | 4E | 44 |
| Octal | 355 | 167 | 160 | 0 | 62 | 65 | 7 | 3 | 116 | 104 |
| Binary | 11101101 | 1110111 | 1110000 | 0 | 110010 | 110101 | 111 | 11 | 1001110 | 1000100 |
Color Harmonies of #ED7770
Complementary color
Monochromatic Colors of #ED7770
Black with #ED7770
Text Example
Text Example
White with #ED7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7770; }
p { color: rgb(237,119,112); }
H1.HeaderClassName
{
color: #ED7770;
}
.AnyTagClassName
{
color: #ED7770;
}
</style>
background-color css
<style>
a { background-color: #ED7770; }
a { background-color: rgb(237,119,112); }
div.DivClassName
{
background-color: #ED7770;
}
.BgClassName
{
background-color: #ED7770;
}
</style>
border-color css
<style>
span { border-color: #ED7770; }
span { border-color: rgb(237,119,112); }
td.TdClassName
{
border-color: #ED7770;
}
.TagClassName
{
border-color: #ED7770;
}
</style>