Shades of Geraldine #ED7C70
Tints of Geraldine #ED7C70
RGB
CMYK
RGB Variations
Color information
#ED7C70 (or 0xED7C70) is known color: Geraldine. HEX triplet: ED, 7C and 70. RGB value is (237,124,112). Sum of RGB (Red+Green+Blue) = 237+124+112=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C70 is #12838F. Grayscale: #9C9C9C. Windows color (decimal): -1213328 or 7372013. OLE color: 7372013.
HSL color Cylindrical-coordinate representation of color #ED7C70: hue angle of 5.76º 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 #ED7C70 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 112 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.07 |
| HSL | 5.76º | 0.78% | 0.68% | - |
| HSV(B) | 5.76º | 0.53% | 0.93% | - |
| XYZ | 45.06 | 33.59 | 19.44 | - |
| YUV | 156.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 112 | 0 | 0.48 | 0.53 | 0.07 | 5.76 | 0.78 | 0.68 |
| Hex | ED | 7C | 70 | 0 | 30 | 35 | 7 | 6 | 4E | 44 |
| Octal | 355 | 174 | 160 | 0 | 60 | 65 | 7 | 6 | 116 | 104 |
| Binary | 11101101 | 1111100 | 1110000 | 0 | 110000 | 110101 | 111 | 110 | 1001110 | 1000100 |
Color Harmonies of #ED7C70
Complementary color
Monochromatic Colors of #ED7C70
Black with #ED7C70
Text Example
Text Example
White with #ED7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C70; }
p { color: rgb(237,124,112); }
H1.HeaderClassName
{
color: #ED7C70;
}
.AnyTagClassName
{
color: #ED7C70;
}
</style>
background-color css
<style>
a { background-color: #ED7C70; }
a { background-color: rgb(237,124,112); }
div.DivClassName
{
background-color: #ED7C70;
}
.BgClassName
{
background-color: #ED7C70;
}
</style>
border-color css
<style>
span { border-color: #ED7C70; }
span { border-color: rgb(237,124,112); }
td.TdClassName
{
border-color: #ED7C70;
}
.TagClassName
{
border-color: #ED7C70;
}
</style>