Shades of Geraldine #EC7F71
Tints of Geraldine #EC7F71
RGB
CMYK
RGB Variations
Color information
#EC7F71 (or 0xEC7F71) is known color: Geraldine. HEX triplet: EC, 7F and 71. RGB value is (236,127,113). Sum of RGB (Red+Green+Blue) = 236+127+113=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F71 is #13808E. Grayscale: #9E9E9E. Windows color (decimal): -1278095 or 7438316. OLE color: 7438316.
HSL color Cylindrical-coordinate representation of color #EC7F71: hue angle of 6.83º 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 #EC7F71 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 113 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.07 |
| HSL | 6.83º | 0.76% | 0.68% | - |
| HSV(B) | 6.83º | 0.52% | 0.93% | - |
| XYZ | 45.16 | 34.2 | 19.84 | - |
| YUV | 158 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 113 | 0 | 0.46 | 0.52 | 0.07 | 6.83 | 0.76 | 0.68 |
| Hex | EC | 7F | 71 | 0 | 2E | 34 | 7 | 7 | 4C | 44 |
| Octal | 354 | 177 | 161 | 0 | 56 | 64 | 7 | 7 | 114 | 104 |
| Binary | 11101100 | 1111111 | 1110001 | 0 | 101110 | 110100 | 111 | 111 | 1001100 | 1000100 |
Color Harmonies of #EC7F71
Complementary color
Monochromatic Colors of #EC7F71
Black with #EC7F71
Text Example
Text Example
White with #EC7F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F71; }
p { color: rgb(236,127,113); }
H1.HeaderClassName
{
color: #EC7F71;
}
.AnyTagClassName
{
color: #EC7F71;
}
</style>
background-color css
<style>
a { background-color: #EC7F71; }
a { background-color: rgb(236,127,113); }
div.DivClassName
{
background-color: #EC7F71;
}
.BgClassName
{
background-color: #EC7F71;
}
</style>
border-color css
<style>
span { border-color: #EC7F71; }
span { border-color: rgb(236,127,113); }
td.TdClassName
{
border-color: #EC7F71;
}
.TagClassName
{
border-color: #EC7F71;
}
</style>