Shades of Geraldine #E0766D
Tints of Geraldine #E0766D
RGB
CMYK
RGB Variations
Color information
#E0766D (or 0xE0766D) is known color: Geraldine. HEX triplet: E0, 76 and 6D. RGB value is (224,118,109). Sum of RGB (Red+Green+Blue) = 224+118+109=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0766D is #1F8992. Grayscale: #949494. Windows color (decimal): -2066835 or 7173856. OLE color: 7173856.
HSL color Cylindrical-coordinate representation of color #E0766D: hue angle of 4.7º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0766D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 109 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.12 |
| HSL | 4.7º | 0.65% | 0.65% | - |
| HSV(B) | 4.7º | 0.51% | 0.88% | - |
| XYZ | 39.98 | 29.91 | 18.13 | - |
| YUV | 148.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 109 | 0 | 0.47 | 0.51 | 0.12 | 4.7 | 0.65 | 0.65 |
| Hex | E0 | 76 | 6D | 0 | 2F | 33 | C | 5 | 41 | 41 |
| Octal | 340 | 166 | 155 | 0 | 57 | 63 | 14 | 5 | 101 | 101 |
| Binary | 11100000 | 1110110 | 1101101 | 0 | 101111 | 110011 | 1100 | 101 | 1000001 | 1000001 |
Color Harmonies of #E0766D
Complementary color
Monochromatic Colors of #E0766D
Black with #E0766D
Text Example
Text Example
White with #E0766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0766D; }
p { color: rgb(224,118,109); }
H1.HeaderClassName
{
color: #E0766D;
}
.AnyTagClassName
{
color: #E0766D;
}
</style>
background-color css
<style>
a { background-color: #E0766D; }
a { background-color: rgb(224,118,109); }
div.DivClassName
{
background-color: #E0766D;
}
.BgClassName
{
background-color: #E0766D;
}
</style>
border-color css
<style>
span { border-color: #E0766D; }
span { border-color: rgb(224,118,109); }
td.TdClassName
{
border-color: #E0766D;
}
.TagClassName
{
border-color: #E0766D;
}
</style>