Shades of Geraldine #EC716C
Tints of Geraldine #EC716C
RGB
CMYK
RGB Variations
Color information
#EC716C (or 0xEC716C) is known color: Geraldine. HEX triplet: EC, 71 and 6C. RGB value is (236,113,108). Sum of RGB (Red+Green+Blue) = 236+113+108=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC716C is #138E93. Grayscale: #959595. Windows color (decimal): -1281684 or 7107052. OLE color: 7107052.
HSL color Cylindrical-coordinate representation of color #EC716C: hue angle of 2.34º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC716C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 108 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.07 |
| HSL | 2.34º | 0.77% | 0.67% | - |
| HSV(B) | 2.34º | 0.54% | 0.93% | - |
| XYZ | 43.2 | 30.73 | 17.84 | - |
| YUV | 149.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 108 | 0 | 0.52 | 0.54 | 0.07 | 2.34 | 0.77 | 0.67 |
| Hex | EC | 71 | 6C | 0 | 34 | 36 | 7 | 2 | 4D | 43 |
| Octal | 354 | 161 | 154 | 0 | 64 | 66 | 7 | 2 | 115 | 103 |
| Binary | 11101100 | 1110001 | 1101100 | 0 | 110100 | 110110 | 111 | 10 | 1001101 | 1000011 |
Color Harmonies of #EC716C
Complementary color
Monochromatic Colors of #EC716C
Black with #EC716C
Text Example
Text Example
White with #EC716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC716C; }
p { color: rgb(236,113,108); }
H1.HeaderClassName
{
color: #EC716C;
}
.AnyTagClassName
{
color: #EC716C;
}
</style>
background-color css
<style>
a { background-color: #EC716C; }
a { background-color: rgb(236,113,108); }
div.DivClassName
{
background-color: #EC716C;
}
.BgClassName
{
background-color: #EC716C;
}
</style>
border-color css
<style>
span { border-color: #EC716C; }
span { border-color: rgb(236,113,108); }
td.TdClassName
{
border-color: #EC716C;
}
.TagClassName
{
border-color: #EC716C;
}
</style>