Shades of Geraldine #EC6E6B
Tints of Geraldine #EC6E6B
RGB
CMYK
RGB Variations
Color information
#EC6E6B (or 0xEC6E6B) is known color: Geraldine. HEX triplet: EC, 6E and 6B. RGB value is (236,110,107). Sum of RGB (Red+Green+Blue) = 236+110+107=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E6B is #139194. Grayscale: #939393. Windows color (decimal): -1282453 or 7040748. OLE color: 7040748.
HSL color Cylindrical-coordinate representation of color #EC6E6B: hue angle of 1.4º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6E6B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 107 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.07 |
| HSL | 1.4º | 0.77% | 0.67% | - |
| HSV(B) | 1.4º | 0.55% | 0.93% | - |
| XYZ | 42.82 | 30.05 | 17.45 | - |
| YUV | 147.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 107 | 0 | 0.53 | 0.55 | 0.07 | 1.4 | 0.77 | 0.67 |
| Hex | EC | 6E | 6B | 0 | 35 | 37 | 7 | 1 | 4D | 43 |
| Octal | 354 | 156 | 153 | 0 | 65 | 67 | 7 | 1 | 115 | 103 |
| Binary | 11101100 | 1101110 | 1101011 | 0 | 110101 | 110111 | 111 | 1 | 1001101 | 1000011 |
Color Harmonies of #EC6E6B
Complementary color
Monochromatic Colors of #EC6E6B
Black with #EC6E6B
Text Example
Text Example
White with #EC6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E6B; }
p { color: rgb(236,110,107); }
H1.HeaderClassName
{
color: #EC6E6B;
}
.AnyTagClassName
{
color: #EC6E6B;
}
</style>
background-color css
<style>
a { background-color: #EC6E6B; }
a { background-color: rgb(236,110,107); }
div.DivClassName
{
background-color: #EC6E6B;
}
.BgClassName
{
background-color: #EC6E6B;
}
</style>
border-color css
<style>
span { border-color: #EC6E6B; }
span { border-color: rgb(236,110,107); }
td.TdClassName
{
border-color: #EC6E6B;
}
.TagClassName
{
border-color: #EC6E6B;
}
</style>