Shades of Geraldine #ED8173
Tints of Geraldine #ED8173
RGB
CMYK
RGB Variations
Color information
#ED8173 (or 0xED8173) is known color: Geraldine. HEX triplet: ED, 81 and 73. RGB value is (237,129,115). Sum of RGB (Red+Green+Blue) = 237+129+115=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8173 is #127E8C. Grayscale: #9F9F9F. Windows color (decimal): -1212045 or 7569901. OLE color: 7569901.
HSL color Cylindrical-coordinate representation of color #ED8173: hue angle of 6.89º 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 #ED8173 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 115 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.07 |
| HSL | 6.89º | 0.77% | 0.69% | - |
| HSV(B) | 6.89º | 0.51% | 0.93% | - |
| XYZ | 45.87 | 34.94 | 20.55 | - |
| YUV | 159.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 115 | 0 | 0.46 | 0.51 | 0.07 | 6.89 | 0.77 | 0.69 |
| Hex | ED | 81 | 73 | 0 | 2E | 33 | 7 | 7 | 4D | 45 |
| Octal | 355 | 201 | 163 | 0 | 56 | 63 | 7 | 7 | 115 | 105 |
| Binary | 11101101 | 10000001 | 1110011 | 0 | 101110 | 110011 | 111 | 111 | 1001101 | 1000101 |
Color Harmonies of #ED8173
Complementary color
Monochromatic Colors of #ED8173
Black with #ED8173
Text Example
Text Example
White with #ED8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8173; }
p { color: rgb(237,129,115); }
H1.HeaderClassName
{
color: #ED8173;
}
.AnyTagClassName
{
color: #ED8173;
}
</style>
background-color css
<style>
a { background-color: #ED8173; }
a { background-color: rgb(237,129,115); }
div.DivClassName
{
background-color: #ED8173;
}
.BgClassName
{
background-color: #ED8173;
}
</style>
border-color css
<style>
span { border-color: #ED8173; }
span { border-color: rgb(237,129,115); }
td.TdClassName
{
border-color: #ED8173;
}
.TagClassName
{
border-color: #ED8173;
}
</style>