Shades of Geraldine #EC7873
Tints of Geraldine #EC7873
RGB
CMYK
RGB Variations
Color information
#EC7873 (or 0xEC7873) is known color: Geraldine. HEX triplet: EC, 78 and 73. RGB value is (236,120,115). Sum of RGB (Red+Green+Blue) = 236+120+115=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7873 is #13878C. Grayscale: #9A9A9A. Windows color (decimal): -1279885 or 7567596. OLE color: 7567596.
HSL color Cylindrical-coordinate representation of color #EC7873: hue angle of 2.48º 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 #EC7873 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 115 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.07 |
| HSL | 2.48º | 0.76% | 0.69% | - |
| HSV(B) | 2.48º | 0.51% | 0.93% | - |
| XYZ | 44.4 | 32.5 | 20.15 | - |
| YUV | 154.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 115 | 0 | 0.49 | 0.51 | 0.07 | 2.48 | 0.76 | 0.69 |
| Hex | EC | 78 | 73 | 0 | 31 | 33 | 7 | 2 | 4C | 45 |
| Octal | 354 | 170 | 163 | 0 | 61 | 63 | 7 | 2 | 114 | 105 |
| Binary | 11101100 | 1111000 | 1110011 | 0 | 110001 | 110011 | 111 | 10 | 1001100 | 1000101 |
Color Harmonies of #EC7873
Complementary color
Monochromatic Colors of #EC7873
Black with #EC7873
Text Example
Text Example
White with #EC7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7873; }
p { color: rgb(236,120,115); }
H1.HeaderClassName
{
color: #EC7873;
}
.AnyTagClassName
{
color: #EC7873;
}
</style>
background-color css
<style>
a { background-color: #EC7873; }
a { background-color: rgb(236,120,115); }
div.DivClassName
{
background-color: #EC7873;
}
.BgClassName
{
background-color: #EC7873;
}
</style>
border-color css
<style>
span { border-color: #EC7873; }
span { border-color: rgb(236,120,115); }
td.TdClassName
{
border-color: #EC7873;
}
.TagClassName
{
border-color: #EC7873;
}
</style>