Shades of Geraldine #EC7673
Tints of Geraldine #EC7673
RGB
CMYK
RGB Variations
Color information
#EC7673 (or 0xEC7673) is known color: Geraldine. HEX triplet: EC, 76 and 73. RGB value is (236,118,115). Sum of RGB (Red+Green+Blue) = 236+118+115=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7673 is #13898C. Grayscale: #999999. Windows color (decimal): -1280397 or 7567084. OLE color: 7567084.
HSL color Cylindrical-coordinate representation of color #EC7673: hue angle of 1.49º 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 #EC7673 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 115 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.07 |
| HSL | 1.49º | 0.76% | 0.69% | - |
| HSV(B) | 1.49º | 0.51% | 0.93% | - |
| XYZ | 44.17 | 32.03 | 20.07 | - |
| YUV | 152.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 115 | 0 | 0.5 | 0.51 | 0.07 | 1.49 | 0.76 | 0.69 |
| Hex | EC | 76 | 73 | 0 | 32 | 33 | 7 | 1 | 4C | 45 |
| Octal | 354 | 166 | 163 | 0 | 62 | 63 | 7 | 1 | 114 | 105 |
| Binary | 11101100 | 1110110 | 1110011 | 0 | 110010 | 110011 | 111 | 1 | 1001100 | 1000101 |
Color Harmonies of #EC7673
Complementary color
Monochromatic Colors of #EC7673
Black with #EC7673
Text Example
Text Example
White with #EC7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7673; }
p { color: rgb(236,118,115); }
H1.HeaderClassName
{
color: #EC7673;
}
.AnyTagClassName
{
color: #EC7673;
}
</style>
background-color css
<style>
a { background-color: #EC7673; }
a { background-color: rgb(236,118,115); }
div.DivClassName
{
background-color: #EC7673;
}
.BgClassName
{
background-color: #EC7673;
}
</style>
border-color css
<style>
span { border-color: #EC7673; }
span { border-color: rgb(236,118,115); }
td.TdClassName
{
border-color: #EC7673;
}
.TagClassName
{
border-color: #EC7673;
}
</style>