Shades of Geraldine #EC8276
Tints of Geraldine #EC8276
RGB
CMYK
RGB Variations
Color information
#EC8276 (or 0xEC8276) is known color: Geraldine. HEX triplet: EC, 82 and 76. RGB value is (236,130,118). Sum of RGB (Red+Green+Blue) = 236+130+118=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8276 is #137D89. Grayscale: #A0A0A0. Windows color (decimal): -1277322 or 7766764. OLE color: 7766764.
HSL color Cylindrical-coordinate representation of color #EC8276: hue angle of 6.1º 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 #EC8276 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 118 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.07 |
| HSL | 6.1º | 0.76% | 0.69% | - |
| HSV(B) | 6.1º | 0.5% | 0.93% | - |
| XYZ | 45.84 | 35.11 | 21.5 | - |
| YUV | 160.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 118 | 0 | 0.45 | 0.5 | 0.07 | 6.1 | 0.76 | 0.69 |
| Hex | EC | 82 | 76 | 0 | 2D | 32 | 7 | 6 | 4C | 45 |
| Octal | 354 | 202 | 166 | 0 | 55 | 62 | 7 | 6 | 114 | 105 |
| Binary | 11101100 | 10000010 | 1110110 | 0 | 101101 | 110010 | 111 | 110 | 1001100 | 1000101 |
Color Harmonies of #EC8276
Complementary color
Monochromatic Colors of #EC8276
Black with #EC8276
Text Example
Text Example
White with #EC8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8276; }
p { color: rgb(236,130,118); }
H1.HeaderClassName
{
color: #EC8276;
}
.AnyTagClassName
{
color: #EC8276;
}
</style>
background-color css
<style>
a { background-color: #EC8276; }
a { background-color: rgb(236,130,118); }
div.DivClassName
{
background-color: #EC8276;
}
.BgClassName
{
background-color: #EC8276;
}
</style>
border-color css
<style>
span { border-color: #EC8276; }
span { border-color: rgb(236,130,118); }
td.TdClassName
{
border-color: #EC8276;
}
.TagClassName
{
border-color: #EC8276;
}
</style>