Shades of Geraldine #EC7773
Tints of Geraldine #EC7773
RGB
CMYK
RGB Variations
Color information
#EC7773 (or 0xEC7773) is known color: Geraldine. HEX triplet: EC, 77 and 73. RGB value is (236,119,115). Sum of RGB (Red+Green+Blue) = 236+119+115=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7773 is #13888C. Grayscale: #999999. Windows color (decimal): -1280141 or 7567340. OLE color: 7567340.
HSL color Cylindrical-coordinate representation of color #EC7773: hue angle of 1.98º 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 #EC7773 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 115 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.07 |
| HSL | 1.98º | 0.76% | 0.69% | - |
| HSV(B) | 1.98º | 0.51% | 0.93% | - |
| XYZ | 44.28 | 32.26 | 20.11 | - |
| YUV | 153.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 115 | 0 | 0.50 | 0.51 | 0.07 | 1.98 | 0.76 | 0.69 |
| Hex | EC | 77 | 73 | 0 | 32 | 33 | 7 | 2 | 4C | 45 |
| Octal | 354 | 167 | 163 | 0 | 62 | 63 | 7 | 2 | 114 | 105 |
| Binary | 11101100 | 1110111 | 1110011 | 0 | 110010 | 110011 | 111 | 10 | 1001100 | 1000101 |
Color Harmonies of #EC7773
Complementary color
Monochromatic Colors of #EC7773
Black with #EC7773
Text Example
Text Example
White with #EC7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7773; }
p { color: rgb(236,119,115); }
H1.HeaderClassName
{
color: #EC7773;
}
.AnyTagClassName
{
color: #EC7773;
}
</style>
background-color css
<style>
a { background-color: #EC7773; }
a { background-color: rgb(236,119,115); }
div.DivClassName
{
background-color: #EC7773;
}
.BgClassName
{
background-color: #EC7773;
}
</style>
border-color css
<style>
span { border-color: #EC7773; }
span { border-color: rgb(236,119,115); }
td.TdClassName
{
border-color: #EC7773;
}
.TagClassName
{
border-color: #EC7773;
}
</style>