Shades of Geraldine #EC746E
Tints of Geraldine #EC746E
RGB
CMYK
RGB Variations
Color information
#EC746E (or 0xEC746E) is known color: Geraldine. HEX triplet: EC, 74 and 6E. RGB value is (236,116,110). Sum of RGB (Red+Green+Blue) = 236+116+110=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC746E is #138B91. Grayscale: #979797. Windows color (decimal): -1280914 or 7238892. OLE color: 7238892.
HSL color Cylindrical-coordinate representation of color #EC746E: hue angle of 2.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC746E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 110 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.07 |
| HSL | 2.86º | 0.77% | 0.68% | - |
| HSV(B) | 2.86º | 0.53% | 0.93% | - |
| XYZ | 43.65 | 31.45 | 18.52 | - |
| YUV | 151.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 110 | 0 | 0.51 | 0.53 | 0.07 | 2.86 | 0.77 | 0.68 |
| Hex | EC | 74 | 6E | 0 | 33 | 35 | 7 | 3 | 4D | 44 |
| Octal | 354 | 164 | 156 | 0 | 63 | 65 | 7 | 3 | 115 | 104 |
| Binary | 11101100 | 1110100 | 1101110 | 0 | 110011 | 110101 | 111 | 11 | 1001101 | 1000100 |
Color Harmonies of #EC746E
Complementary color
Monochromatic Colors of #EC746E
Black with #EC746E
Text Example
Text Example
White with #EC746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC746E; }
p { color: rgb(236,116,110); }
H1.HeaderClassName
{
color: #EC746E;
}
.AnyTagClassName
{
color: #EC746E;
}
</style>
background-color css
<style>
a { background-color: #EC746E; }
a { background-color: rgb(236,116,110); }
div.DivClassName
{
background-color: #EC746E;
}
.BgClassName
{
background-color: #EC746E;
}
</style>
border-color css
<style>
span { border-color: #EC746E; }
span { border-color: rgb(236,116,110); }
td.TdClassName
{
border-color: #EC746E;
}
.TagClassName
{
border-color: #EC746E;
}
</style>