Shades of Geraldine #ED7670
Tints of Geraldine #ED7670
RGB
CMYK
RGB Variations
Color information
#ED7670 (or 0xED7670) is known color: Geraldine. HEX triplet: ED, 76 and 70. RGB value is (237,118,112). Sum of RGB (Red+Green+Blue) = 237+118+112=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7670 is #12898F. Grayscale: #999999. Windows color (decimal): -1214864 or 7370477. OLE color: 7370477.
HSL color Cylindrical-coordinate representation of color #ED7670: hue angle of 2.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7670 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 112 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.07 |
| HSL | 2.88º | 0.78% | 0.68% | - |
| HSV(B) | 2.88º | 0.53% | 0.93% | - |
| XYZ | 44.33 | 32.13 | 19.19 | - |
| YUV | 152.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 112 | 0 | 0.50 | 0.53 | 0.07 | 2.88 | 0.78 | 0.68 |
| Hex | ED | 76 | 70 | 0 | 32 | 35 | 7 | 3 | 4E | 44 |
| Octal | 355 | 166 | 160 | 0 | 62 | 65 | 7 | 3 | 116 | 104 |
| Binary | 11101101 | 1110110 | 1110000 | 0 | 110010 | 110101 | 111 | 11 | 1001110 | 1000100 |
Color Harmonies of #ED7670
Complementary color
Monochromatic Colors of #ED7670
Black with #ED7670
Text Example
Text Example
White with #ED7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7670; }
p { color: rgb(237,118,112); }
H1.HeaderClassName
{
color: #ED7670;
}
.AnyTagClassName
{
color: #ED7670;
}
</style>
background-color css
<style>
a { background-color: #ED7670; }
a { background-color: rgb(237,118,112); }
div.DivClassName
{
background-color: #ED7670;
}
.BgClassName
{
background-color: #ED7670;
}
</style>
border-color css
<style>
span { border-color: #ED7670; }
span { border-color: rgb(237,118,112); }
td.TdClassName
{
border-color: #ED7670;
}
.TagClassName
{
border-color: #ED7670;
}
</style>