Shades of Geraldine #ED7070
Tints of Geraldine #ED7070
RGB
CMYK
RGB Variations
Color information
#ED7070 (or 0xED7070) is known color: Geraldine. HEX triplet: ED, 70 and 70. RGB value is (237,112,112). Sum of RGB (Red+Green+Blue) = 237+112+112=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7070 is #128F8F. Grayscale: #959595. Windows color (decimal): -1216400 or 7368941. OLE color: 7368941.
HSL color Cylindrical-coordinate representation of color #ED7070: hue angle of 0º 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 #ED7070 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 112 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.07 |
| HSL | 0º | 0.78% | 0.68% | - |
| HSV(B) | 0º | 0.53% | 0.93% | - |
| XYZ | 43.64 | 30.76 | 18.97 | - |
| YUV | 149.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 112 | 0 | 0.53 | 0.53 | 0.07 | 0 | 0.78 | 0.68 |
| Hex | ED | 70 | 70 | 0 | 35 | 35 | 7 | 0 | 4E | 44 |
| Octal | 355 | 160 | 160 | 0 | 65 | 65 | 7 | 0 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1110000 | 0 | 110101 | 110101 | 111 | 0 | 1001110 | 1000100 |
Color Harmonies of #ED7070
Complementary color
Monochromatic Colors of #ED7070
Black with #ED7070
Text Example
Text Example
White with #ED7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7070; }
p { color: rgb(237,112,112); }
H1.HeaderClassName
{
color: #ED7070;
}
.AnyTagClassName
{
color: #ED7070;
}
</style>
background-color css
<style>
a { background-color: #ED7070; }
a { background-color: rgb(237,112,112); }
div.DivClassName
{
background-color: #ED7070;
}
.BgClassName
{
background-color: #ED7070;
}
</style>
border-color css
<style>
span { border-color: #ED7070; }
span { border-color: rgb(237,112,112); }
td.TdClassName
{
border-color: #ED7070;
}
.TagClassName
{
border-color: #ED7070;
}
</style>