Shades of Geraldine #EC7E6B
Tints of Geraldine #EC7E6B
RGB
CMYK
RGB Variations
Color information
#EC7E6B (or 0xEC7E6B) is known color: Geraldine. HEX triplet: EC, 7E and 6B. RGB value is (236,126,107). Sum of RGB (Red+Green+Blue) = 236+126+107=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6B is #138194. Grayscale: #9C9C9C. Windows color (decimal): -1278357 or 7044844. OLE color: 7044844.
HSL color Cylindrical-coordinate representation of color #EC7E6B: hue angle of 8.84º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC7E6B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 107 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.07 |
| HSL | 8.84º | 0.77% | 0.67% | - |
| HSV(B) | 8.84º | 0.55% | 0.93% | - |
| XYZ | 44.71 | 33.82 | 18.08 | - |
| YUV | 156.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 107 | 0 | 0.47 | 0.55 | 0.07 | 8.84 | 0.77 | 0.67 |
| Hex | EC | 7E | 6B | 0 | 2F | 37 | 7 | 9 | 4D | 43 |
| Octal | 354 | 176 | 153 | 0 | 57 | 67 | 7 | 11 | 115 | 103 |
| Binary | 11101100 | 1111110 | 1101011 | 0 | 101111 | 110111 | 111 | 1001 | 1001101 | 1000011 |
Color Harmonies of #EC7E6B
Complementary color
Monochromatic Colors of #EC7E6B
Black with #EC7E6B
Text Example
Text Example
White with #EC7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E6B; }
p { color: rgb(236,126,107); }
H1.HeaderClassName
{
color: #EC7E6B;
}
.AnyTagClassName
{
color: #EC7E6B;
}
</style>
background-color css
<style>
a { background-color: #EC7E6B; }
a { background-color: rgb(236,126,107); }
div.DivClassName
{
background-color: #EC7E6B;
}
.BgClassName
{
background-color: #EC7E6B;
}
</style>
border-color css
<style>
span { border-color: #EC7E6B; }
span { border-color: rgb(236,126,107); }
td.TdClassName
{
border-color: #EC7E6B;
}
.TagClassName
{
border-color: #EC7E6B;
}
</style>