Shades of Geraldine #EC7767
Tints of Geraldine #EC7767
RGB
CMYK
RGB Variations
Color information
#EC7767 (or 0xEC7767) is known color: Geraldine. HEX triplet: EC, 77 and 67. RGB value is (236,119,103). Sum of RGB (Red+Green+Blue) = 236+119+103=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7767 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7767 is #138898. Grayscale: #989898. Windows color (decimal): -1280153 or 6780908. OLE color: 6780908.
HSL color Cylindrical-coordinate representation of color #EC7767: hue angle of 7.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7767 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 103 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.07 |
| HSL | 7.22º | 0.78% | 0.66% | - |
| HSV(B) | 7.22º | 0.56% | 0.93% | - |
| XYZ | 43.64 | 32.01 | 16.71 | - |
| YUV | 152.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 103 | 0 | 0.50 | 0.56 | 0.07 | 7.22 | 0.78 | 0.66 |
| Hex | EC | 77 | 67 | 0 | 32 | 38 | 7 | 7 | 4E | 42 |
| Octal | 354 | 167 | 147 | 0 | 62 | 70 | 7 | 7 | 116 | 102 |
| Binary | 11101100 | 1110111 | 1100111 | 0 | 110010 | 111000 | 111 | 111 | 1001110 | 1000010 |
Color Harmonies of #EC7767
Complementary color
Monochromatic Colors of #EC7767
Black with #EC7767
Text Example
Text Example
White with #EC7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7767; }
p { color: rgb(236,119,103); }
H1.HeaderClassName
{
color: #EC7767;
}
.AnyTagClassName
{
color: #EC7767;
}
</style>
background-color css
<style>
a { background-color: #EC7767; }
a { background-color: rgb(236,119,103); }
div.DivClassName
{
background-color: #EC7767;
}
.BgClassName
{
background-color: #EC7767;
}
</style>
border-color css
<style>
span { border-color: #EC7767; }
span { border-color: rgb(236,119,103); }
td.TdClassName
{
border-color: #EC7767;
}
.TagClassName
{
border-color: #EC7767;
}
</style>