Shades of Geraldine #E0766E
Tints of Geraldine #E0766E
RGB
CMYK
RGB Variations
Color information
#E0766E (or 0xE0766E) is known color: Geraldine. HEX triplet: E0, 76 and 6E. RGB value is (224,118,110). Sum of RGB (Red+Green+Blue) = 224+118+110=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0766E is #1F8991. Grayscale: #949494. Windows color (decimal): -2066834 or 7239392. OLE color: 7239392.
HSL color Cylindrical-coordinate representation of color #E0766E: hue angle of 4.21º 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 #E0766E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 110 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.12 |
| HSL | 4.21º | 0.65% | 0.65% | - |
| HSV(B) | 4.21º | 0.51% | 0.88% | - |
| XYZ | 40.03 | 29.93 | 18.42 | - |
| YUV | 148.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 110 | 0 | 0.47 | 0.51 | 0.12 | 4.21 | 0.65 | 0.65 |
| Hex | E0 | 76 | 6E | 0 | 2F | 33 | C | 4 | 41 | 41 |
| Octal | 340 | 166 | 156 | 0 | 57 | 63 | 14 | 4 | 101 | 101 |
| Binary | 11100000 | 1110110 | 1101110 | 0 | 101111 | 110011 | 1100 | 100 | 1000001 | 1000001 |
Color Harmonies of #E0766E
Complementary color
Monochromatic Colors of #E0766E
Black with #E0766E
Text Example
Text Example
White with #E0766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0766E; }
p { color: rgb(224,118,110); }
H1.HeaderClassName
{
color: #E0766E;
}
.AnyTagClassName
{
color: #E0766E;
}
</style>
background-color css
<style>
a { background-color: #E0766E; }
a { background-color: rgb(224,118,110); }
div.DivClassName
{
background-color: #E0766E;
}
.BgClassName
{
background-color: #E0766E;
}
</style>
border-color css
<style>
span { border-color: #E0766E; }
span { border-color: rgb(224,118,110); }
td.TdClassName
{
border-color: #E0766E;
}
.TagClassName
{
border-color: #E0766E;
}
</style>