Shades of Geraldine #ED7773
Tints of Geraldine #ED7773
RGB
CMYK
RGB Variations
Color information
#ED7773 (or 0xED7773) is known color: Geraldine. HEX triplet: ED, 77 and 73. RGB value is (237,119,115). Sum of RGB (Red+Green+Blue) = 237+119+115=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7773 is #12888C. Grayscale: #999999. Windows color (decimal): -1214605 or 7567341. OLE color: 7567341.
HSL color Cylindrical-coordinate representation of color #ED7773: hue angle of 1.97º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7773 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 115 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.07 |
| HSL | 1.97º | 0.77% | 0.69% | - |
| HSV(B) | 1.97º | 0.51% | 0.93% | - |
| XYZ | 44.62 | 32.44 | 20.13 | - |
| YUV | 153.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 115 | 0 | 0.50 | 0.51 | 0.07 | 1.97 | 0.77 | 0.69 |
| Hex | ED | 77 | 73 | 0 | 32 | 33 | 7 | 2 | 4D | 45 |
| Octal | 355 | 167 | 163 | 0 | 62 | 63 | 7 | 2 | 115 | 105 |
| Binary | 11101101 | 1110111 | 1110011 | 0 | 110010 | 110011 | 111 | 10 | 1001101 | 1000101 |
Color Harmonies of #ED7773
Complementary color
Monochromatic Colors of #ED7773
Black with #ED7773
Text Example
Text Example
White with #ED7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7773; }
p { color: rgb(237,119,115); }
H1.HeaderClassName
{
color: #ED7773;
}
.AnyTagClassName
{
color: #ED7773;
}
</style>
background-color css
<style>
a { background-color: #ED7773; }
a { background-color: rgb(237,119,115); }
div.DivClassName
{
background-color: #ED7773;
}
.BgClassName
{
background-color: #ED7773;
}
</style>
border-color css
<style>
span { border-color: #ED7773; }
span { border-color: rgb(237,119,115); }
td.TdClassName
{
border-color: #ED7773;
}
.TagClassName
{
border-color: #ED7773;
}
</style>