Shades of Geraldine #EC7979
Tints of Geraldine #EC7979
RGB
CMYK
RGB Variations
Color information
#EC7979 (or 0xEC7979) is known color: Geraldine. HEX triplet: EC, 79 and 79. RGB value is (236,121,121). Sum of RGB (Red+Green+Blue) = 236+121+121=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7979 is #138686. Grayscale: #9B9B9B. Windows color (decimal): -1279623 or 7961068. OLE color: 7961068.
HSL color Cylindrical-coordinate representation of color #EC7979: hue angle of 0º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7979 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 121 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.07 |
| HSL | 0º | 0.75% | 0.7% | - |
| HSV(B) | 0º | 0.49% | 0.93% | - |
| XYZ | 44.88 | 32.89 | 22.07 | - |
| YUV | 155.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 121 | 0 | 0.49 | 0.49 | 0.07 | 0 | 0.75 | 0.7 |
| Hex | EC | 79 | 79 | 0 | 31 | 31 | 7 | 0 | 4B | 46 |
| Octal | 354 | 171 | 171 | 0 | 61 | 61 | 7 | 0 | 113 | 106 |
| Binary | 11101100 | 1111001 | 1111001 | 0 | 110001 | 110001 | 111 | 0 | 1001011 | 1000110 |
Color Harmonies of #EC7979
Complementary color
Monochromatic Colors of #EC7979
Black with #EC7979
Text Example
Text Example
White with #EC7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7979; }
p { color: rgb(236,121,121); }
H1.HeaderClassName
{
color: #EC7979;
}
.AnyTagClassName
{
color: #EC7979;
}
</style>
background-color css
<style>
a { background-color: #EC7979; }
a { background-color: rgb(236,121,121); }
div.DivClassName
{
background-color: #EC7979;
}
.BgClassName
{
background-color: #EC7979;
}
</style>
border-color css
<style>
span { border-color: #EC7979; }
span { border-color: rgb(236,121,121); }
td.TdClassName
{
border-color: #EC7979;
}
.TagClassName
{
border-color: #EC7979;
}
</style>