Shades of Geraldine #ED8274
Tints of Geraldine #ED8274
RGB
CMYK
RGB Variations
Color information
#ED8274 (or 0xED8274) is known color: Geraldine. HEX triplet: ED, 82 and 74. RGB value is (237,130,116). Sum of RGB (Red+Green+Blue) = 237+130+116=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8274 is #127D8B. Grayscale: #A0A0A0. Windows color (decimal): -1211788 or 7635693. OLE color: 7635693.
HSL color Cylindrical-coordinate representation of color #ED8274: hue angle of 6.94º 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 #ED8274 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 116 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.07 |
| HSL | 6.94º | 0.77% | 0.69% | - |
| HSV(B) | 6.94º | 0.51% | 0.93% | - |
| XYZ | 46.06 | 35.23 | 20.9 | - |
| YUV | 160.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 116 | 0 | 0.45 | 0.51 | 0.07 | 6.94 | 0.77 | 0.69 |
| Hex | ED | 82 | 74 | 0 | 2D | 33 | 7 | 7 | 4D | 45 |
| Octal | 355 | 202 | 164 | 0 | 55 | 63 | 7 | 7 | 115 | 105 |
| Binary | 11101101 | 10000010 | 1110100 | 0 | 101101 | 110011 | 111 | 111 | 1001101 | 1000101 |
Color Harmonies of #ED8274
Complementary color
Monochromatic Colors of #ED8274
Black with #ED8274
Text Example
Text Example
White with #ED8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8274; }
p { color: rgb(237,130,116); }
H1.HeaderClassName
{
color: #ED8274;
}
.AnyTagClassName
{
color: #ED8274;
}
</style>
background-color css
<style>
a { background-color: #ED8274; }
a { background-color: rgb(237,130,116); }
div.DivClassName
{
background-color: #ED8274;
}
.BgClassName
{
background-color: #ED8274;
}
</style>
border-color css
<style>
span { border-color: #ED8274; }
span { border-color: rgb(237,130,116); }
td.TdClassName
{
border-color: #ED8274;
}
.TagClassName
{
border-color: #ED8274;
}
</style>