Shades of Geraldine #EC6F6C
Tints of Geraldine #EC6F6C
RGB
CMYK
RGB Variations
Color information
#EC6F6C (or 0xEC6F6C) is known color: Geraldine. HEX triplet: EC, 6F and 6C. RGB value is (236,111,108). Sum of RGB (Red+Green+Blue) = 236+111+108=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F6C is #139093. Grayscale: #949494. Windows color (decimal): -1282196 or 7106540. OLE color: 7106540.
HSL color Cylindrical-coordinate representation of color #EC6F6C: hue angle of 1.41º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6F6C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 108 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.07 |
| HSL | 1.41º | 0.77% | 0.67% | - |
| HSV(B) | 1.41º | 0.54% | 0.93% | - |
| XYZ | 42.98 | 30.28 | 17.77 | - |
| YUV | 148.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 108 | 0 | 0.53 | 0.54 | 0.07 | 1.41 | 0.77 | 0.67 |
| Hex | EC | 6F | 6C | 0 | 35 | 36 | 7 | 1 | 4D | 43 |
| Octal | 354 | 157 | 154 | 0 | 65 | 66 | 7 | 1 | 115 | 103 |
| Binary | 11101100 | 1101111 | 1101100 | 0 | 110101 | 110110 | 111 | 1 | 1001101 | 1000011 |
Color Harmonies of #EC6F6C
Complementary color
Monochromatic Colors of #EC6F6C
Black with #EC6F6C
Text Example
Text Example
White with #EC6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F6C; }
p { color: rgb(236,111,108); }
H1.HeaderClassName
{
color: #EC6F6C;
}
.AnyTagClassName
{
color: #EC6F6C;
}
</style>
background-color css
<style>
a { background-color: #EC6F6C; }
a { background-color: rgb(236,111,108); }
div.DivClassName
{
background-color: #EC6F6C;
}
.BgClassName
{
background-color: #EC6F6C;
}
</style>
border-color css
<style>
span { border-color: #EC6F6C; }
span { border-color: rgb(236,111,108); }
td.TdClassName
{
border-color: #EC6F6C;
}
.TagClassName
{
border-color: #EC6F6C;
}
</style>