Shades of Geraldine #ED7473
Tints of Geraldine #ED7473
RGB
CMYK
RGB Variations
Color information
#ED7473 (or 0xED7473) is known color: Geraldine. HEX triplet: ED, 74 and 73. RGB value is (237,116,115). Sum of RGB (Red+Green+Blue) = 237+116+115=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7473 is #128B8C. Grayscale: #989898. Windows color (decimal): -1215373 or 7566573. OLE color: 7566573.
HSL color Cylindrical-coordinate representation of color #ED7473: hue angle of 0.49º 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 #ED7473 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 115 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.07 |
| HSL | 0.49º | 0.77% | 0.69% | - |
| HSV(B) | 0.49º | 0.51% | 0.93% | - |
| XYZ | 44.26 | 31.73 | 20.01 | - |
| YUV | 152.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 115 | 0 | 0.51 | 0.51 | 0.07 | 0.49 | 0.77 | 0.69 |
| Hex | ED | 74 | 73 | 0 | 33 | 33 | 7 | 0 | 4D | 45 |
| Octal | 355 | 164 | 163 | 0 | 63 | 63 | 7 | 0 | 115 | 105 |
| Binary | 11101101 | 1110100 | 1110011 | 0 | 110011 | 110011 | 111 | 0 | 1001101 | 1000101 |
Color Harmonies of #ED7473
Complementary color
Monochromatic Colors of #ED7473
Black with #ED7473
Text Example
Text Example
White with #ED7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7473; }
p { color: rgb(237,116,115); }
H1.HeaderClassName
{
color: #ED7473;
}
.AnyTagClassName
{
color: #ED7473;
}
</style>
background-color css
<style>
a { background-color: #ED7473; }
a { background-color: rgb(237,116,115); }
div.DivClassName
{
background-color: #ED7473;
}
.BgClassName
{
background-color: #ED7473;
}
</style>
border-color css
<style>
span { border-color: #ED7473; }
span { border-color: rgb(237,116,115); }
td.TdClassName
{
border-color: #ED7473;
}
.TagClassName
{
border-color: #ED7473;
}
</style>