Shades of Geraldine #EC7875
Tints of Geraldine #EC7875
RGB
CMYK
RGB Variations
Color information
#EC7875 (or 0xEC7875) is known color: Geraldine. HEX triplet: EC, 78 and 75. RGB value is (236,120,117). Sum of RGB (Red+Green+Blue) = 236+120+117=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7875 is #13878A. Grayscale: #9A9A9A. Windows color (decimal): -1279883 or 7698668. OLE color: 7698668.
HSL color Cylindrical-coordinate representation of color #EC7875: hue angle of 1.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7875 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 117 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.07 |
| HSL | 1.51º | 0.76% | 0.69% | - |
| HSV(B) | 1.51º | 0.5% | 0.93% | - |
| XYZ | 44.52 | 32.55 | 20.77 | - |
| YUV | 154.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 117 | 0 | 0.49 | 0.50 | 0.07 | 1.51 | 0.76 | 0.69 |
| Hex | EC | 78 | 75 | 0 | 31 | 32 | 7 | 2 | 4C | 45 |
| Octal | 354 | 170 | 165 | 0 | 61 | 62 | 7 | 2 | 114 | 105 |
| Binary | 11101100 | 1111000 | 1110101 | 0 | 110001 | 110010 | 111 | 10 | 1001100 | 1000101 |
Color Harmonies of #EC7875
Complementary color
Monochromatic Colors of #EC7875
Black with #EC7875
Text Example
Text Example
White with #EC7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7875; }
p { color: rgb(236,120,117); }
H1.HeaderClassName
{
color: #EC7875;
}
.AnyTagClassName
{
color: #EC7875;
}
</style>
background-color css
<style>
a { background-color: #EC7875; }
a { background-color: rgb(236,120,117); }
div.DivClassName
{
background-color: #EC7875;
}
.BgClassName
{
background-color: #EC7875;
}
</style>
border-color css
<style>
span { border-color: #EC7875; }
span { border-color: rgb(236,120,117); }
td.TdClassName
{
border-color: #EC7875;
}
.TagClassName
{
border-color: #EC7875;
}
</style>