Shades of Geraldine #EC6B6A
Tints of Geraldine #EC6B6A
RGB
CMYK
RGB Variations
Color information
#EC6B6A (or 0xEC6B6A) is known color: Geraldine. HEX triplet: EC, 6B and 6A. RGB value is (236,107,106). Sum of RGB (Red+Green+Blue) = 236+107+106=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B6A is #139495. Grayscale: #919191. Windows color (decimal): -1283222 or 6974444. OLE color: 6974444.
HSL color Cylindrical-coordinate representation of color #EC6B6A: hue angle of 0.46º 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 #EC6B6A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 106 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.07 |
| HSL | 0.46º | 0.77% | 0.67% | - |
| HSV(B) | 0.46º | 0.55% | 0.93% | - |
| XYZ | 42.45 | 29.39 | 17.07 | - |
| YUV | 145.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 106 | 0 | 0.55 | 0.55 | 0.07 | 0.46 | 0.77 | 0.67 |
| Hex | EC | 6B | 6A | 0 | 37 | 37 | 7 | 0 | 4D | 43 |
| Octal | 354 | 153 | 152 | 0 | 67 | 67 | 7 | 0 | 115 | 103 |
| Binary | 11101100 | 1101011 | 1101010 | 0 | 110111 | 110111 | 111 | 0 | 1001101 | 1000011 |
Color Harmonies of #EC6B6A
Complementary color
Monochromatic Colors of #EC6B6A
Black with #EC6B6A
Text Example
Text Example
White with #EC6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B6A; }
p { color: rgb(236,107,106); }
H1.HeaderClassName
{
color: #EC6B6A;
}
.AnyTagClassName
{
color: #EC6B6A;
}
</style>
background-color css
<style>
a { background-color: #EC6B6A; }
a { background-color: rgb(236,107,106); }
div.DivClassName
{
background-color: #EC6B6A;
}
.BgClassName
{
background-color: #EC6B6A;
}
</style>
border-color css
<style>
span { border-color: #EC6B6A; }
span { border-color: rgb(236,107,106); }
td.TdClassName
{
border-color: #EC6B6A;
}
.TagClassName
{
border-color: #EC6B6A;
}
</style>