Shades of Geraldine #EC6969
Tints of Geraldine #EC6969
RGB
CMYK
RGB Variations
Color information
#EC6969 (or 0xEC6969) is known color: Geraldine. HEX triplet: EC, 69 and 69. RGB value is (236,105,105). Sum of RGB (Red+Green+Blue) = 236+105+105=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6969 is #139696. Grayscale: #909090. Windows color (decimal): -1283735 or 6908396. OLE color: 6908396.
HSL color Cylindrical-coordinate representation of color #EC6969: hue angle of 0º 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 #EC6969 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 105 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 0º | 0.78% | 0.67% | - |
| HSV(B) | 0º | 0.56% | 0.93% | - |
| XYZ | 42.19 | 28.96 | 16.73 | - |
| YUV | 144.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 105 | 0 | 0.56 | 0.56 | 0.07 | 0 | 0.78 | 0.67 |
| Hex | EC | 69 | 69 | 0 | 38 | 38 | 7 | 0 | 4E | 43 |
| Octal | 354 | 151 | 151 | 0 | 70 | 70 | 7 | 0 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1101001 | 0 | 111000 | 111000 | 111 | 0 | 1001110 | 1000011 |
Color Harmonies of #EC6969
Complementary color
Monochromatic Colors of #EC6969
Black with #EC6969
Text Example
Text Example
White with #EC6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6969; }
p { color: rgb(236,105,105); }
H1.HeaderClassName
{
color: #EC6969;
}
.AnyTagClassName
{
color: #EC6969;
}
</style>
background-color css
<style>
a { background-color: #EC6969; }
a { background-color: rgb(236,105,105); }
div.DivClassName
{
background-color: #EC6969;
}
.BgClassName
{
background-color: #EC6969;
}
</style>
border-color css
<style>
span { border-color: #EC6969; }
span { border-color: rgb(236,105,105); }
td.TdClassName
{
border-color: #EC6969;
}
.TagClassName
{
border-color: #EC6969;
}
</style>