Shades of Geraldine #EC7471
Tints of Geraldine #EC7471
RGB
CMYK
RGB Variations
Color information
#EC7471 (or 0xEC7471) is known color: Geraldine. HEX triplet: EC, 74 and 71. RGB value is (236,116,113). Sum of RGB (Red+Green+Blue) = 236+116+113=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7471 is #138B8E. Grayscale: #979797. Windows color (decimal): -1280911 or 7435500. OLE color: 7435500.
HSL color Cylindrical-coordinate representation of color #EC7471: hue angle of 1.46º 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 #EC7471 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 113 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.07 |
| HSL | 1.46º | 0.76% | 0.68% | - |
| HSV(B) | 1.46º | 0.52% | 0.93% | - |
| XYZ | 43.82 | 31.52 | 19.4 | - |
| YUV | 151.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 113 | 0 | 0.51 | 0.52 | 0.07 | 1.46 | 0.76 | 0.68 |
| Hex | EC | 74 | 71 | 0 | 33 | 34 | 7 | 1 | 4C | 44 |
| Octal | 354 | 164 | 161 | 0 | 63 | 64 | 7 | 1 | 114 | 104 |
| Binary | 11101100 | 1110100 | 1110001 | 0 | 110011 | 110100 | 111 | 1 | 1001100 | 1000100 |
Color Harmonies of #EC7471
Complementary color
Monochromatic Colors of #EC7471
Black with #EC7471
Text Example
Text Example
White with #EC7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7471; }
p { color: rgb(236,116,113); }
H1.HeaderClassName
{
color: #EC7471;
}
.AnyTagClassName
{
color: #EC7471;
}
</style>
background-color css
<style>
a { background-color: #EC7471; }
a { background-color: rgb(236,116,113); }
div.DivClassName
{
background-color: #EC7471;
}
.BgClassName
{
background-color: #EC7471;
}
</style>
border-color css
<style>
span { border-color: #EC7471; }
span { border-color: rgb(236,116,113); }
td.TdClassName
{
border-color: #EC7471;
}
.TagClassName
{
border-color: #EC7471;
}
</style>