Shades of Geraldine #ED8275
Tints of Geraldine #ED8275
RGB
CMYK
RGB Variations
Color information
#ED8275 (or 0xED8275) is known color: Geraldine. HEX triplet: ED, 82 and 75. RGB value is (237,130,117). Sum of RGB (Red+Green+Blue) = 237+130+117=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8275 is #127D8A. Grayscale: #A0A0A0. Windows color (decimal): -1211787 or 7701229. OLE color: 7701229.
HSL color Cylindrical-coordinate representation of color #ED8275: hue angle of 6.5º 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 #ED8275 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 117 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.07 |
| HSL | 6.5º | 0.77% | 0.69% | - |
| HSV(B) | 6.5º | 0.51% | 0.93% | - |
| XYZ | 46.12 | 35.25 | 21.2 | - |
| YUV | 160.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 117 | 0 | 0.45 | 0.51 | 0.07 | 6.5 | 0.77 | 0.69 |
| Hex | ED | 82 | 75 | 0 | 2D | 33 | 7 | 6 | 4D | 45 |
| Octal | 355 | 202 | 165 | 0 | 55 | 63 | 7 | 6 | 115 | 105 |
| Binary | 11101101 | 10000010 | 1110101 | 0 | 101101 | 110011 | 111 | 110 | 1001101 | 1000101 |
Color Harmonies of #ED8275
Complementary color
Monochromatic Colors of #ED8275
Black with #ED8275
Text Example
Text Example
White with #ED8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8275; }
p { color: rgb(237,130,117); }
H1.HeaderClassName
{
color: #ED8275;
}
.AnyTagClassName
{
color: #ED8275;
}
</style>
background-color css
<style>
a { background-color: #ED8275; }
a { background-color: rgb(237,130,117); }
div.DivClassName
{
background-color: #ED8275;
}
.BgClassName
{
background-color: #ED8275;
}
</style>
border-color css
<style>
span { border-color: #ED8275; }
span { border-color: rgb(237,130,117); }
td.TdClassName
{
border-color: #ED8275;
}
.TagClassName
{
border-color: #ED8275;
}
</style>