Shades of Geraldine #ED8078
Tints of Geraldine #ED8078
RGB
CMYK
RGB Variations
Color information
#ED8078 (or 0xED8078) is known color: Geraldine. HEX triplet: ED, 80 and 78. RGB value is (237,128,120). Sum of RGB (Red+Green+Blue) = 237+128+120=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8078 is #127F87. Grayscale: #9F9F9F. Windows color (decimal): -1212296 or 7897325. OLE color: 7897325.
HSL color Cylindrical-coordinate representation of color #ED8078: hue angle of 4.1º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8078 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 120 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.07 |
| HSL | 4.1º | 0.76% | 0.7% | - |
| HSV(B) | 4.1º | 0.49% | 0.93% | - |
| XYZ | 46.03 | 34.8 | 22.06 | - |
| YUV | 159.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 120 | 0 | 0.46 | 0.49 | 0.07 | 4.1 | 0.76 | 0.7 |
| Hex | ED | 80 | 78 | 0 | 2E | 31 | 7 | 4 | 4C | 46 |
| Octal | 355 | 200 | 170 | 0 | 56 | 61 | 7 | 4 | 114 | 106 |
| Binary | 11101101 | 10000000 | 1111000 | 0 | 101110 | 110001 | 111 | 100 | 1001100 | 1000110 |
Color Harmonies of #ED8078
Complementary color
Monochromatic Colors of #ED8078
Black with #ED8078
Text Example
Text Example
White with #ED8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8078; }
p { color: rgb(237,128,120); }
H1.HeaderClassName
{
color: #ED8078;
}
.AnyTagClassName
{
color: #ED8078;
}
</style>
background-color css
<style>
a { background-color: #ED8078; }
a { background-color: rgb(237,128,120); }
div.DivClassName
{
background-color: #ED8078;
}
.BgClassName
{
background-color: #ED8078;
}
</style>
border-color css
<style>
span { border-color: #ED8078; }
span { border-color: rgb(237,128,120); }
td.TdClassName
{
border-color: #ED8078;
}
.TagClassName
{
border-color: #ED8078;
}
</style>