Shades of Geraldine #EC7768
Tints of Geraldine #EC7768
RGB
CMYK
RGB Variations
Color information
#EC7768 (or 0xEC7768) is known color: Geraldine. HEX triplet: EC, 77 and 68. RGB value is (236,119,104). Sum of RGB (Red+Green+Blue) = 236+119+104=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7768 is #138897. Grayscale: #989898. Windows color (decimal): -1280152 or 6846444. OLE color: 6846444.
HSL color Cylindrical-coordinate representation of color #EC7768: hue angle of 6.82º 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 #EC7768 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 104 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.07 |
| HSL | 6.82º | 0.78% | 0.67% | - |
| HSV(B) | 6.82º | 0.56% | 0.93% | - |
| XYZ | 43.69 | 32.03 | 16.98 | - |
| YUV | 152.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 104 | 0 | 0.50 | 0.56 | 0.07 | 6.82 | 0.78 | 0.67 |
| Hex | EC | 77 | 68 | 0 | 32 | 38 | 7 | 7 | 4E | 43 |
| Octal | 354 | 167 | 150 | 0 | 62 | 70 | 7 | 7 | 116 | 103 |
| Binary | 11101100 | 1110111 | 1101000 | 0 | 110010 | 111000 | 111 | 111 | 1001110 | 1000011 |
Color Harmonies of #EC7768
Complementary color
Monochromatic Colors of #EC7768
Black with #EC7768
Text Example
Text Example
White with #EC7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7768; }
p { color: rgb(236,119,104); }
H1.HeaderClassName
{
color: #EC7768;
}
.AnyTagClassName
{
color: #EC7768;
}
</style>
background-color css
<style>
a { background-color: #EC7768; }
a { background-color: rgb(236,119,104); }
div.DivClassName
{
background-color: #EC7768;
}
.BgClassName
{
background-color: #EC7768;
}
</style>
border-color css
<style>
span { border-color: #EC7768; }
span { border-color: rgb(236,119,104); }
td.TdClassName
{
border-color: #EC7768;
}
.TagClassName
{
border-color: #EC7768;
}
</style>