Shades of Geraldine #EC7872
Tints of Geraldine #EC7872
RGB
CMYK
RGB Variations
Color information
#EC7872 (or 0xEC7872) is known color: Geraldine. HEX triplet: EC, 78 and 72. RGB value is (236,120,114). Sum of RGB (Red+Green+Blue) = 236+120+114=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7872 is #13878D. Grayscale: #9A9A9A. Windows color (decimal): -1279886 or 7502060. OLE color: 7502060.
HSL color Cylindrical-coordinate representation of color #EC7872: hue angle of 2.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7872 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 114 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.07 |
| HSL | 2.95º | 0.76% | 0.69% | - |
| HSV(B) | 2.95º | 0.52% | 0.93% | - |
| XYZ | 44.35 | 32.48 | 19.85 | - |
| YUV | 154 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 114 | 0 | 0.49 | 0.52 | 0.07 | 2.95 | 0.76 | 0.69 |
| Hex | EC | 78 | 72 | 0 | 31 | 34 | 7 | 3 | 4C | 45 |
| Octal | 354 | 170 | 162 | 0 | 61 | 64 | 7 | 3 | 114 | 105 |
| Binary | 11101100 | 1111000 | 1110010 | 0 | 110001 | 110100 | 111 | 11 | 1001100 | 1000101 |
Color Harmonies of #EC7872
Complementary color
Monochromatic Colors of #EC7872
Black with #EC7872
Text Example
Text Example
White with #EC7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7872; }
p { color: rgb(236,120,114); }
H1.HeaderClassName
{
color: #EC7872;
}
.AnyTagClassName
{
color: #EC7872;
}
</style>
background-color css
<style>
a { background-color: #EC7872; }
a { background-color: rgb(236,120,114); }
div.DivClassName
{
background-color: #EC7872;
}
.BgClassName
{
background-color: #EC7872;
}
</style>
border-color css
<style>
span { border-color: #EC7872; }
span { border-color: rgb(236,120,114); }
td.TdClassName
{
border-color: #EC7872;
}
.TagClassName
{
border-color: #EC7872;
}
</style>