Shades of Geraldine #EC8173
Tints of Geraldine #EC8173
RGB
CMYK
RGB Variations
Color information
#EC8173 (or 0xEC8173) is known color: Geraldine. HEX triplet: EC, 81 and 73. RGB value is (236,129,115). Sum of RGB (Red+Green+Blue) = 236+129+115=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8173 is #137E8C. Grayscale: #9F9F9F. Windows color (decimal): -1277581 or 7569900. OLE color: 7569900.
HSL color Cylindrical-coordinate representation of color #EC8173: hue angle of 6.94º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8173 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 115 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.07 |
| HSL | 6.94º | 0.76% | 0.69% | - |
| HSV(B) | 6.94º | 0.51% | 0.93% | - |
| XYZ | 45.54 | 34.77 | 20.53 | - |
| YUV | 159.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 115 | 0 | 0.45 | 0.51 | 0.07 | 6.94 | 0.76 | 0.69 |
| Hex | EC | 81 | 73 | 0 | 2D | 33 | 7 | 7 | 4C | 45 |
| Octal | 354 | 201 | 163 | 0 | 55 | 63 | 7 | 7 | 114 | 105 |
| Binary | 11101100 | 10000001 | 1110011 | 0 | 101101 | 110011 | 111 | 111 | 1001100 | 1000101 |
Color Harmonies of #EC8173
Complementary color
Monochromatic Colors of #EC8173
Black with #EC8173
Text Example
Text Example
White with #EC8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8173; }
p { color: rgb(236,129,115); }
H1.HeaderClassName
{
color: #EC8173;
}
.AnyTagClassName
{
color: #EC8173;
}
</style>
background-color css
<style>
a { background-color: #EC8173; }
a { background-color: rgb(236,129,115); }
div.DivClassName
{
background-color: #EC8173;
}
.BgClassName
{
background-color: #EC8173;
}
</style>
border-color css
<style>
span { border-color: #EC8173; }
span { border-color: rgb(236,129,115); }
td.TdClassName
{
border-color: #EC8173;
}
.TagClassName
{
border-color: #EC8173;
}
</style>