Shades of Geraldine #EC7868
Tints of Geraldine #EC7868
RGB
CMYK
RGB Variations
Color information
#EC7868 (or 0xEC7868) is known color: Geraldine. HEX triplet: EC, 78 and 68. RGB value is (236,120,104). Sum of RGB (Red+Green+Blue) = 236+120+104=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7868 is #138797. Grayscale: #999999. Windows color (decimal): -1279896 or 6846700. OLE color: 6846700.
HSL color Cylindrical-coordinate representation of color #EC7868: hue angle of 7.27º 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 #EC7868 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 104 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.07 |
| HSL | 7.27º | 0.78% | 0.67% | - |
| HSV(B) | 7.27º | 0.56% | 0.93% | - |
| XYZ | 43.81 | 32.27 | 17.02 | - |
| YUV | 152.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 104 | 0 | 0.49 | 0.56 | 0.07 | 7.27 | 0.78 | 0.67 |
| Hex | EC | 78 | 68 | 0 | 31 | 38 | 7 | 7 | 4E | 43 |
| Octal | 354 | 170 | 150 | 0 | 61 | 70 | 7 | 7 | 116 | 103 |
| Binary | 11101100 | 1111000 | 1101000 | 0 | 110001 | 111000 | 111 | 111 | 1001110 | 1000011 |
Color Harmonies of #EC7868
Complementary color
Monochromatic Colors of #EC7868
Black with #EC7868
Text Example
Text Example
White with #EC7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7868; }
p { color: rgb(236,120,104); }
H1.HeaderClassName
{
color: #EC7868;
}
.AnyTagClassName
{
color: #EC7868;
}
</style>
background-color css
<style>
a { background-color: #EC7868; }
a { background-color: rgb(236,120,104); }
div.DivClassName
{
background-color: #EC7868;
}
.BgClassName
{
background-color: #EC7868;
}
</style>
border-color css
<style>
span { border-color: #EC7868; }
span { border-color: rgb(236,120,104); }
td.TdClassName
{
border-color: #EC7868;
}
.TagClassName
{
border-color: #EC7868;
}
</style>