Shades of Geraldine #E6766E
Tints of Geraldine #E6766E
RGB
CMYK
RGB Variations
Color information
#E6766E (or 0xE6766E) is known color: Geraldine. HEX triplet: E6, 76 and 6E. RGB value is (230,118,110). Sum of RGB (Red+Green+Blue) = 230+118+110=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766E is #198991. Grayscale: #969696. Windows color (decimal): -1673618 or 7239398. OLE color: 7239398.
HSL color Cylindrical-coordinate representation of color #E6766E: hue angle of 4º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6766E is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 110 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.10 |
| HSL | 4º | 0.71% | 0.67% | - |
| HSV(B) | 4º | 0.52% | 0.9% | - |
| XYZ | 41.93 | 30.91 | 18.51 | - |
| YUV | 150.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 110 | 0 | 0.49 | 0.52 | 0.10 | 4 | 0.71 | 0.67 |
| Hex | E6 | 76 | 6E | 0 | 31 | 34 | A | 4 | 47 | 43 |
| Octal | 346 | 166 | 156 | 0 | 61 | 64 | 12 | 4 | 107 | 103 |
| Binary | 11100110 | 1110110 | 1101110 | 0 | 110001 | 110100 | 1010 | 100 | 1000111 | 1000011 |
Color Harmonies of #E6766E
Complementary color
Monochromatic Colors of #E6766E
Black with #E6766E
Text Example
Text Example
White with #E6766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6766E; }
p { color: rgb(230,118,110); }
H1.HeaderClassName
{
color: #E6766E;
}
.AnyTagClassName
{
color: #E6766E;
}
</style>
background-color css
<style>
a { background-color: #E6766E; }
a { background-color: rgb(230,118,110); }
div.DivClassName
{
background-color: #E6766E;
}
.BgClassName
{
background-color: #E6766E;
}
</style>
border-color css
<style>
span { border-color: #E6766E; }
span { border-color: rgb(230,118,110); }
td.TdClassName
{
border-color: #E6766E;
}
.TagClassName
{
border-color: #E6766E;
}
</style>