Shades of Geraldine #EC736C
Tints of Geraldine #EC736C
RGB
CMYK
RGB Variations
Color information
#EC736C (or 0xEC736C) is known color: Geraldine. HEX triplet: EC, 73 and 6C. RGB value is (236,115,108). Sum of RGB (Red+Green+Blue) = 236+115+108=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC736C is #138C93. Grayscale: #969696. Windows color (decimal): -1281172 or 7107564. OLE color: 7107564.
HSL color Cylindrical-coordinate representation of color #EC736C: hue angle of 3.28º 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 #EC736C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 108 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.07 |
| HSL | 3.28º | 0.77% | 0.67% | - |
| HSV(B) | 3.28º | 0.54% | 0.93% | - |
| XYZ | 43.43 | 31.18 | 17.92 | - |
| YUV | 150.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 108 | 0 | 0.51 | 0.54 | 0.07 | 3.28 | 0.77 | 0.67 |
| Hex | EC | 73 | 6C | 0 | 33 | 36 | 7 | 3 | 4D | 43 |
| Octal | 354 | 163 | 154 | 0 | 63 | 66 | 7 | 3 | 115 | 103 |
| Binary | 11101100 | 1110011 | 1101100 | 0 | 110011 | 110110 | 111 | 11 | 1001101 | 1000011 |
Color Harmonies of #EC736C
Complementary color
Monochromatic Colors of #EC736C
Black with #EC736C
Text Example
Text Example
White with #EC736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC736C; }
p { color: rgb(236,115,108); }
H1.HeaderClassName
{
color: #EC736C;
}
.AnyTagClassName
{
color: #EC736C;
}
</style>
background-color css
<style>
a { background-color: #EC736C; }
a { background-color: rgb(236,115,108); }
div.DivClassName
{
background-color: #EC736C;
}
.BgClassName
{
background-color: #EC736C;
}
</style>
border-color css
<style>
span { border-color: #EC736C; }
span { border-color: rgb(236,115,108); }
td.TdClassName
{
border-color: #EC736C;
}
.TagClassName
{
border-color: #EC736C;
}
</style>