Shades of Geraldine #ED7573
Tints of Geraldine #ED7573
RGB
CMYK
RGB Variations
Color information
#ED7573 (or 0xED7573) is known color: Geraldine. HEX triplet: ED, 75 and 73. RGB value is (237,117,115). Sum of RGB (Red+Green+Blue) = 237+117+115=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7573 is #128A8C. Grayscale: #989898. Windows color (decimal): -1215117 or 7566829. OLE color: 7566829.
HSL color Cylindrical-coordinate representation of color #ED7573: hue angle of 0.98º 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 #ED7573 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 115 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.07 |
| HSL | 0.98º | 0.77% | 0.69% | - |
| HSV(B) | 0.98º | 0.51% | 0.93% | - |
| XYZ | 44.38 | 31.96 | 20.05 | - |
| YUV | 152.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 115 | 0 | 0.51 | 0.51 | 0.07 | 0.98 | 0.77 | 0.69 |
| Hex | ED | 75 | 73 | 0 | 33 | 33 | 7 | 1 | 4D | 45 |
| Octal | 355 | 165 | 163 | 0 | 63 | 63 | 7 | 1 | 115 | 105 |
| Binary | 11101101 | 1110101 | 1110011 | 0 | 110011 | 110011 | 111 | 1 | 1001101 | 1000101 |
Color Harmonies of #ED7573
Complementary color
Monochromatic Colors of #ED7573
Black with #ED7573
Text Example
Text Example
White with #ED7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7573; }
p { color: rgb(237,117,115); }
H1.HeaderClassName
{
color: #ED7573;
}
.AnyTagClassName
{
color: #ED7573;
}
</style>
background-color css
<style>
a { background-color: #ED7573; }
a { background-color: rgb(237,117,115); }
div.DivClassName
{
background-color: #ED7573;
}
.BgClassName
{
background-color: #ED7573;
}
</style>
border-color css
<style>
span { border-color: #ED7573; }
span { border-color: rgb(237,117,115); }
td.TdClassName
{
border-color: #ED7573;
}
.TagClassName
{
border-color: #ED7573;
}
</style>