Shades of Geraldine #EC6F68
Tints of Geraldine #EC6F68
RGB
CMYK
RGB Variations
Color information
#EC6F68 (or 0xEC6F68) is known color: Geraldine. HEX triplet: EC, 6F and 68. RGB value is (236,111,104). Sum of RGB (Red+Green+Blue) = 236+111+104=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F68 is #139097. Grayscale: #939393. Windows color (decimal): -1282200 or 6844396. OLE color: 6844396.
HSL color Cylindrical-coordinate representation of color #EC6F68: hue angle of 3.18º 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 #EC6F68 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 104 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.07 |
| HSL | 3.18º | 0.78% | 0.67% | - |
| HSV(B) | 3.18º | 0.56% | 0.93% | - |
| XYZ | 42.78 | 30.2 | 16.67 | - |
| YUV | 147.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 104 | 0 | 0.53 | 0.56 | 0.07 | 3.18 | 0.78 | 0.67 |
| Hex | EC | 6F | 68 | 0 | 35 | 38 | 7 | 3 | 4E | 43 |
| Octal | 354 | 157 | 150 | 0 | 65 | 70 | 7 | 3 | 116 | 103 |
| Binary | 11101100 | 1101111 | 1101000 | 0 | 110101 | 111000 | 111 | 11 | 1001110 | 1000011 |
Color Harmonies of #EC6F68
Complementary color
Monochromatic Colors of #EC6F68
Black with #EC6F68
Text Example
Text Example
White with #EC6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F68; }
p { color: rgb(236,111,104); }
H1.HeaderClassName
{
color: #EC6F68;
}
.AnyTagClassName
{
color: #EC6F68;
}
</style>
background-color css
<style>
a { background-color: #EC6F68; }
a { background-color: rgb(236,111,104); }
div.DivClassName
{
background-color: #EC6F68;
}
.BgClassName
{
background-color: #EC6F68;
}
</style>
border-color css
<style>
span { border-color: #EC6F68; }
span { border-color: rgb(236,111,104); }
td.TdClassName
{
border-color: #EC6F68;
}
.TagClassName
{
border-color: #EC6F68;
}
</style>