Shades of Geraldine #EC7068
Tints of Geraldine #EC7068
RGB
CMYK
RGB Variations
Color information
#EC7068 (or 0xEC7068) is known color: Geraldine. HEX triplet: EC, 70 and 68. RGB value is (236,112,104). Sum of RGB (Red+Green+Blue) = 236+112+104=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7068 is #138F97. Grayscale: #949494. Windows color (decimal): -1281944 or 6844652. OLE color: 6844652.
HSL color Cylindrical-coordinate representation of color #EC7068: hue angle of 3.64º 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 #EC7068 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 104 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.07 |
| HSL | 3.64º | 0.78% | 0.67% | - |
| HSV(B) | 3.64º | 0.56% | 0.93% | - |
| XYZ | 42.88 | 30.42 | 16.71 | - |
| YUV | 148.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 104 | 0 | 0.53 | 0.56 | 0.07 | 3.64 | 0.78 | 0.67 |
| Hex | EC | 70 | 68 | 0 | 35 | 38 | 7 | 4 | 4E | 43 |
| Octal | 354 | 160 | 150 | 0 | 65 | 70 | 7 | 4 | 116 | 103 |
| Binary | 11101100 | 1110000 | 1101000 | 0 | 110101 | 111000 | 111 | 100 | 1001110 | 1000011 |
Color Harmonies of #EC7068
Complementary color
Monochromatic Colors of #EC7068
Black with #EC7068
Text Example
Text Example
White with #EC7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7068; }
p { color: rgb(236,112,104); }
H1.HeaderClassName
{
color: #EC7068;
}
.AnyTagClassName
{
color: #EC7068;
}
</style>
background-color css
<style>
a { background-color: #EC7068; }
a { background-color: rgb(236,112,104); }
div.DivClassName
{
background-color: #EC7068;
}
.BgClassName
{
background-color: #EC7068;
}
</style>
border-color css
<style>
span { border-color: #EC7068; }
span { border-color: rgb(236,112,104); }
td.TdClassName
{
border-color: #EC7068;
}
.TagClassName
{
border-color: #EC7068;
}
</style>