Shades of Geraldine #EC8576
Tints of Geraldine #EC8576
RGB
CMYK
RGB Variations
Color information
#EC8576 (or 0xEC8576) is known color: Geraldine. HEX triplet: EC, 85 and 76. RGB value is (236,133,118). Sum of RGB (Red+Green+Blue) = 236+133+118=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8576 is #137A89. Grayscale: #A2A2A2. Windows color (decimal): -1276554 or 7767532. OLE color: 7767532.
HSL color Cylindrical-coordinate representation of color #EC8576: hue angle of 7.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8576 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 118 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.07 |
| HSL | 7.63º | 0.76% | 0.69% | - |
| HSV(B) | 7.63º | 0.5% | 0.93% | - |
| XYZ | 46.25 | 35.92 | 21.63 | - |
| YUV | 162.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 118 | 0 | 0.44 | 0.5 | 0.07 | 7.63 | 0.76 | 0.69 |
| Hex | EC | 85 | 76 | 0 | 2C | 32 | 7 | 8 | 4C | 45 |
| Octal | 354 | 205 | 166 | 0 | 54 | 62 | 7 | 10 | 114 | 105 |
| Binary | 11101100 | 10000101 | 1110110 | 0 | 101100 | 110010 | 111 | 1000 | 1001100 | 1000101 |
Color Harmonies of #EC8576
Complementary color
Monochromatic Colors of #EC8576
Black with #EC8576
Text Example
Text Example
White with #EC8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8576; }
p { color: rgb(236,133,118); }
H1.HeaderClassName
{
color: #EC8576;
}
.AnyTagClassName
{
color: #EC8576;
}
</style>
background-color css
<style>
a { background-color: #EC8576; }
a { background-color: rgb(236,133,118); }
div.DivClassName
{
background-color: #EC8576;
}
.BgClassName
{
background-color: #EC8576;
}
</style>
border-color css
<style>
span { border-color: #EC8576; }
span { border-color: rgb(236,133,118); }
td.TdClassName
{
border-color: #EC8576;
}
.TagClassName
{
border-color: #EC8576;
}
</style>