Shades of Geraldine #EC776C
Tints of Geraldine #EC776C
RGB
CMYK
RGB Variations
Color information
#EC776C (or 0xEC776C) is known color: Geraldine. HEX triplet: EC, 77 and 6C. RGB value is (236,119,108). Sum of RGB (Red+Green+Blue) = 236+119+108=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC776C is #138893. Grayscale: #989898. Windows color (decimal): -1280148 or 7108588. OLE color: 7108588.
HSL color Cylindrical-coordinate representation of color #EC776C: hue angle of 5.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC776C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 108 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.07 |
| HSL | 5.16º | 0.77% | 0.67% | - |
| HSV(B) | 5.16º | 0.54% | 0.93% | - |
| XYZ | 43.9 | 32.11 | 18.07 | - |
| YUV | 152.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 108 | 0 | 0.50 | 0.54 | 0.07 | 5.16 | 0.77 | 0.67 |
| Hex | EC | 77 | 6C | 0 | 32 | 36 | 7 | 5 | 4D | 43 |
| Octal | 354 | 167 | 154 | 0 | 62 | 66 | 7 | 5 | 115 | 103 |
| Binary | 11101100 | 1110111 | 1101100 | 0 | 110010 | 110110 | 111 | 101 | 1001101 | 1000011 |
Color Harmonies of #EC776C
Complementary color
Monochromatic Colors of #EC776C
Black with #EC776C
Text Example
Text Example
White with #EC776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC776C; }
p { color: rgb(236,119,108); }
H1.HeaderClassName
{
color: #EC776C;
}
.AnyTagClassName
{
color: #EC776C;
}
</style>
background-color css
<style>
a { background-color: #EC776C; }
a { background-color: rgb(236,119,108); }
div.DivClassName
{
background-color: #EC776C;
}
.BgClassName
{
background-color: #EC776C;
}
</style>
border-color css
<style>
span { border-color: #EC776C; }
span { border-color: rgb(236,119,108); }
td.TdClassName
{
border-color: #EC776C;
}
.TagClassName
{
border-color: #EC776C;
}
</style>