Shades of Geraldine #EC7871
Tints of Geraldine #EC7871
RGB
CMYK
RGB Variations
Color information
#EC7871 (or 0xEC7871) is known color: Geraldine. HEX triplet: EC, 78 and 71. RGB value is (236,120,113). Sum of RGB (Red+Green+Blue) = 236+120+113=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7871 is #13878E. Grayscale: #9A9A9A. Windows color (decimal): -1279887 or 7436524. OLE color: 7436524.
HSL color Cylindrical-coordinate representation of color #EC7871: hue angle of 3.41º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7871 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 113 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.07 |
| HSL | 3.41º | 0.76% | 0.68% | - |
| HSV(B) | 3.41º | 0.52% | 0.93% | - |
| XYZ | 44.29 | 32.46 | 19.55 | - |
| YUV | 153.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 113 | 0 | 0.49 | 0.52 | 0.07 | 3.41 | 0.76 | 0.68 |
| Hex | EC | 78 | 71 | 0 | 31 | 34 | 7 | 3 | 4C | 44 |
| Octal | 354 | 170 | 161 | 0 | 61 | 64 | 7 | 3 | 114 | 104 |
| Binary | 11101100 | 1111000 | 1110001 | 0 | 110001 | 110100 | 111 | 11 | 1001100 | 1000100 |
Color Harmonies of #EC7871
Complementary color
Monochromatic Colors of #EC7871
Black with #EC7871
Text Example
Text Example
White with #EC7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7871; }
p { color: rgb(236,120,113); }
H1.HeaderClassName
{
color: #EC7871;
}
.AnyTagClassName
{
color: #EC7871;
}
</style>
background-color css
<style>
a { background-color: #EC7871; }
a { background-color: rgb(236,120,113); }
div.DivClassName
{
background-color: #EC7871;
}
.BgClassName
{
background-color: #EC7871;
}
</style>
border-color css
<style>
span { border-color: #EC7871; }
span { border-color: rgb(236,120,113); }
td.TdClassName
{
border-color: #EC7871;
}
.TagClassName
{
border-color: #EC7871;
}
</style>