Shades of Geraldine #ED8073
Tints of Geraldine #ED8073
RGB
CMYK
RGB Variations
Color information
#ED8073 (or 0xED8073) is known color: Geraldine. HEX triplet: ED, 80 and 73. RGB value is (237,128,115). Sum of RGB (Red+Green+Blue) = 237+128+115=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8073 is #127F8C. Grayscale: #9F9F9F. Windows color (decimal): -1212301 or 7569645. OLE color: 7569645.
HSL color Cylindrical-coordinate representation of color #ED8073: hue angle of 6.39º 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 #ED8073 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 115 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.07 |
| HSL | 6.39º | 0.77% | 0.69% | - |
| HSV(B) | 6.39º | 0.51% | 0.93% | - |
| XYZ | 45.74 | 34.68 | 20.5 | - |
| YUV | 159.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 115 | 0 | 0.46 | 0.51 | 0.07 | 6.39 | 0.77 | 0.69 |
| Hex | ED | 80 | 73 | 0 | 2E | 33 | 7 | 6 | 4D | 45 |
| Octal | 355 | 200 | 163 | 0 | 56 | 63 | 7 | 6 | 115 | 105 |
| Binary | 11101101 | 10000000 | 1110011 | 0 | 101110 | 110011 | 111 | 110 | 1001101 | 1000101 |
Color Harmonies of #ED8073
Complementary color
Monochromatic Colors of #ED8073
Black with #ED8073
Text Example
Text Example
White with #ED8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8073; }
p { color: rgb(237,128,115); }
H1.HeaderClassName
{
color: #ED8073;
}
.AnyTagClassName
{
color: #ED8073;
}
</style>
background-color css
<style>
a { background-color: #ED8073; }
a { background-color: rgb(237,128,115); }
div.DivClassName
{
background-color: #ED8073;
}
.BgClassName
{
background-color: #ED8073;
}
</style>
border-color css
<style>
span { border-color: #ED8073; }
span { border-color: rgb(237,128,115); }
td.TdClassName
{
border-color: #ED8073;
}
.TagClassName
{
border-color: #ED8073;
}
</style>