Shades of Geraldine #EC7473
Tints of Geraldine #EC7473
RGB
CMYK
RGB Variations
Color information
#EC7473 (or 0xEC7473) is known color: Geraldine. HEX triplet: EC, 74 and 73. RGB value is (236,116,115). Sum of RGB (Red+Green+Blue) = 236+116+115=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7473 is #138B8C. Grayscale: #979797. Windows color (decimal): -1280909 or 7566572. OLE color: 7566572.
HSL color Cylindrical-coordinate representation of color #EC7473: hue angle of 0.5º 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 #EC7473 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 115 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.07 |
| HSL | 0.5º | 0.76% | 0.69% | - |
| HSV(B) | 0.5º | 0.51% | 0.93% | - |
| XYZ | 43.93 | 31.56 | 20 | - |
| YUV | 151.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 115 | 0 | 0.51 | 0.51 | 0.07 | 0.5 | 0.76 | 0.69 |
| Hex | EC | 74 | 73 | 0 | 33 | 33 | 7 | 0 | 4C | 45 |
| Octal | 354 | 164 | 163 | 0 | 63 | 63 | 7 | 0 | 114 | 105 |
| Binary | 11101100 | 1110100 | 1110011 | 0 | 110011 | 110011 | 111 | 0 | 1001100 | 1000101 |
Color Harmonies of #EC7473
Complementary color
Monochromatic Colors of #EC7473
Black with #EC7473
Text Example
Text Example
White with #EC7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7473; }
p { color: rgb(236,116,115); }
H1.HeaderClassName
{
color: #EC7473;
}
.AnyTagClassName
{
color: #EC7473;
}
</style>
background-color css
<style>
a { background-color: #EC7473; }
a { background-color: rgb(236,116,115); }
div.DivClassName
{
background-color: #EC7473;
}
.BgClassName
{
background-color: #EC7473;
}
</style>
border-color css
<style>
span { border-color: #EC7473; }
span { border-color: rgb(236,116,115); }
td.TdClassName
{
border-color: #EC7473;
}
.TagClassName
{
border-color: #EC7473;
}
</style>