Shades of Geraldine #EC6D6D
Tints of Geraldine #EC6D6D
RGB
CMYK
RGB Variations
Color information
#EC6D6D (or 0xEC6D6D) is known color: Geraldine. HEX triplet: EC, 6D and 6D. RGB value is (236,109,109). Sum of RGB (Red+Green+Blue) = 236+109+109=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D6D is #139292. Grayscale: #939393. Windows color (decimal): -1282707 or 7171564. OLE color: 7171564.
HSL color Cylindrical-coordinate representation of color #EC6D6D: hue angle of 0º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D6D is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 109 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.07 |
| HSL | 0º | 0.77% | 0.68% | - |
| HSV(B) | 0º | 0.54% | 0.93% | - |
| XYZ | 42.82 | 29.87 | 17.98 | - |
| YUV | 146.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 109 | 0 | 0.54 | 0.54 | 0.07 | 0 | 0.77 | 0.68 |
| Hex | EC | 6D | 6D | 0 | 36 | 36 | 7 | 0 | 4D | 44 |
| Octal | 354 | 155 | 155 | 0 | 66 | 66 | 7 | 0 | 115 | 104 |
| Binary | 11101100 | 1101101 | 1101101 | 0 | 110110 | 110110 | 111 | 0 | 1001101 | 1000100 |
Color Harmonies of #EC6D6D
Complementary color
Monochromatic Colors of #EC6D6D
Black with #EC6D6D
Text Example
Text Example
White with #EC6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D6D; }
p { color: rgb(236,109,109); }
H1.HeaderClassName
{
color: #EC6D6D;
}
.AnyTagClassName
{
color: #EC6D6D;
}
</style>
background-color css
<style>
a { background-color: #EC6D6D; }
a { background-color: rgb(236,109,109); }
div.DivClassName
{
background-color: #EC6D6D;
}
.BgClassName
{
background-color: #EC6D6D;
}
</style>
border-color css
<style>
span { border-color: #EC6D6D; }
span { border-color: rgb(236,109,109); }
td.TdClassName
{
border-color: #EC6D6D;
}
.TagClassName
{
border-color: #EC6D6D;
}
</style>