Shades of Geraldine #EC7668
Tints of Geraldine #EC7668
RGB
CMYK
RGB Variations
Color information
#EC7668 (or 0xEC7668) is known color: Geraldine. HEX triplet: EC, 76 and 68. RGB value is (236,118,104). Sum of RGB (Red+Green+Blue) = 236+118+104=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7668 is #138997. Grayscale: #979797. Windows color (decimal): -1280408 or 6846188. OLE color: 6846188.
HSL color Cylindrical-coordinate representation of color #EC7668: hue angle of 6.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7668 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 104 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.07 |
| HSL | 6.36º | 0.78% | 0.67% | - |
| HSV(B) | 6.36º | 0.56% | 0.93% | - |
| XYZ | 43.57 | 31.79 | 16.94 | - |
| YUV | 151.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 104 | 0 | 0.5 | 0.56 | 0.07 | 6.36 | 0.78 | 0.67 |
| Hex | EC | 76 | 68 | 0 | 32 | 38 | 7 | 6 | 4E | 43 |
| Octal | 354 | 166 | 150 | 0 | 62 | 70 | 7 | 6 | 116 | 103 |
| Binary | 11101100 | 1110110 | 1101000 | 0 | 110010 | 111000 | 111 | 110 | 1001110 | 1000011 |
Color Harmonies of #EC7668
Complementary color
Monochromatic Colors of #EC7668
Black with #EC7668
Text Example
Text Example
White with #EC7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7668; }
p { color: rgb(236,118,104); }
H1.HeaderClassName
{
color: #EC7668;
}
.AnyTagClassName
{
color: #EC7668;
}
</style>
background-color css
<style>
a { background-color: #EC7668; }
a { background-color: rgb(236,118,104); }
div.DivClassName
{
background-color: #EC7668;
}
.BgClassName
{
background-color: #EC7668;
}
</style>
border-color css
<style>
span { border-color: #EC7668; }
span { border-color: rgb(236,118,104); }
td.TdClassName
{
border-color: #EC7668;
}
.TagClassName
{
border-color: #EC7668;
}
</style>