Shades of Geraldine #ED8278
Tints of Geraldine #ED8278
RGB
CMYK
RGB Variations
Color information
#ED8278 (or 0xED8278) is known color: Geraldine. HEX triplet: ED, 82 and 78. RGB value is (237,130,120). Sum of RGB (Red+Green+Blue) = 237+130+120=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8278 is #127D87. Grayscale: #A1A1A1. Windows color (decimal): -1211784 or 7897837. OLE color: 7897837.
HSL color Cylindrical-coordinate representation of color #ED8278: hue angle of 5.13º 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 #ED8278 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 120 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.07 |
| HSL | 5.13º | 0.76% | 0.7% | - |
| HSV(B) | 5.13º | 0.49% | 0.93% | - |
| XYZ | 46.3 | 35.33 | 22.15 | - |
| YUV | 160.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 120 | 0 | 0.45 | 0.49 | 0.07 | 5.13 | 0.76 | 0.7 |
| Hex | ED | 82 | 78 | 0 | 2D | 31 | 7 | 5 | 4C | 46 |
| Octal | 355 | 202 | 170 | 0 | 55 | 61 | 7 | 5 | 114 | 106 |
| Binary | 11101101 | 10000010 | 1111000 | 0 | 101101 | 110001 | 111 | 101 | 1001100 | 1000110 |
Color Harmonies of #ED8278
Complementary color
Monochromatic Colors of #ED8278
Black with #ED8278
Text Example
Text Example
White with #ED8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8278; }
p { color: rgb(237,130,120); }
H1.HeaderClassName
{
color: #ED8278;
}
.AnyTagClassName
{
color: #ED8278;
}
</style>
background-color css
<style>
a { background-color: #ED8278; }
a { background-color: rgb(237,130,120); }
div.DivClassName
{
background-color: #ED8278;
}
.BgClassName
{
background-color: #ED8278;
}
</style>
border-color css
<style>
span { border-color: #ED8278; }
span { border-color: rgb(237,130,120); }
td.TdClassName
{
border-color: #ED8278;
}
.TagClassName
{
border-color: #ED8278;
}
</style>