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