Shades of Geraldine #EC8171
Tints of Geraldine #EC8171
RGB
CMYK
RGB Variations
Color information
#EC8171 (or 0xEC8171) is known color: Geraldine. HEX triplet: EC, 81 and 71. RGB value is (236,129,113). Sum of RGB (Red+Green+Blue) = 236+129+113=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8171 is #137E8E. Grayscale: #9F9F9F. Windows color (decimal): -1277583 or 7438828. OLE color: 7438828.
HSL color Cylindrical-coordinate representation of color #EC8171: hue angle of 7.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8171 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 113 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.07 |
| HSL | 7.8º | 0.76% | 0.68% | - |
| HSV(B) | 7.8º | 0.52% | 0.93% | - |
| XYZ | 45.42 | 34.73 | 19.93 | - |
| YUV | 159.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 113 | 0 | 0.45 | 0.52 | 0.07 | 7.8 | 0.76 | 0.68 |
| Hex | EC | 81 | 71 | 0 | 2D | 34 | 7 | 8 | 4C | 44 |
| Octal | 354 | 201 | 161 | 0 | 55 | 64 | 7 | 10 | 114 | 104 |
| Binary | 11101100 | 10000001 | 1110001 | 0 | 101101 | 110100 | 111 | 1000 | 1001100 | 1000100 |
Color Harmonies of #EC8171
Complementary color
Monochromatic Colors of #EC8171
Black with #EC8171
Text Example
Text Example
White with #EC8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8171; }
p { color: rgb(236,129,113); }
H1.HeaderClassName
{
color: #EC8171;
}
.AnyTagClassName
{
color: #EC8171;
}
</style>
background-color css
<style>
a { background-color: #EC8171; }
a { background-color: rgb(236,129,113); }
div.DivClassName
{
background-color: #EC8171;
}
.BgClassName
{
background-color: #EC8171;
}
</style>
border-color css
<style>
span { border-color: #EC8171; }
span { border-color: rgb(236,129,113); }
td.TdClassName
{
border-color: #EC8171;
}
.TagClassName
{
border-color: #EC8171;
}
</style>