Shades of Geraldine #EC7168
Tints of Geraldine #EC7168
RGB
CMYK
RGB Variations
Color information
#EC7168 (or 0xEC7168) is known color: Geraldine. HEX triplet: EC, 71 and 68. RGB value is (236,113,104). Sum of RGB (Red+Green+Blue) = 236+113+104=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7168 is #138E97. Grayscale: #949494. Windows color (decimal): -1281688 or 6844908. OLE color: 6844908.
HSL color Cylindrical-coordinate representation of color #EC7168: hue angle of 4.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7168 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 104 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.07 |
| HSL | 4.09º | 0.78% | 0.67% | - |
| HSV(B) | 4.09º | 0.56% | 0.93% | - |
| XYZ | 43 | 30.64 | 16.75 | - |
| YUV | 148.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 104 | 0 | 0.52 | 0.56 | 0.07 | 4.09 | 0.78 | 0.67 |
| Hex | EC | 71 | 68 | 0 | 34 | 38 | 7 | 4 | 4E | 43 |
| Octal | 354 | 161 | 150 | 0 | 64 | 70 | 7 | 4 | 116 | 103 |
| Binary | 11101100 | 1110001 | 1101000 | 0 | 110100 | 111000 | 111 | 100 | 1001110 | 1000011 |
Color Harmonies of #EC7168
Complementary color
Monochromatic Colors of #EC7168
Black with #EC7168
Text Example
Text Example
White with #EC7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7168; }
p { color: rgb(236,113,104); }
H1.HeaderClassName
{
color: #EC7168;
}
.AnyTagClassName
{
color: #EC7168;
}
</style>
background-color css
<style>
a { background-color: #EC7168; }
a { background-color: rgb(236,113,104); }
div.DivClassName
{
background-color: #EC7168;
}
.BgClassName
{
background-color: #EC7168;
}
</style>
border-color css
<style>
span { border-color: #EC7168; }
span { border-color: rgb(236,113,104); }
td.TdClassName
{
border-color: #EC7168;
}
.TagClassName
{
border-color: #EC7168;
}
</style>