Shades of Geraldine #E6776E
Tints of Geraldine #E6776E
RGB
CMYK
RGB Variations
Color information
#E6776E (or 0xE6776E) is known color: Geraldine. HEX triplet: E6, 77 and 6E. RGB value is (230,119,110). Sum of RGB (Red+Green+Blue) = 230+119+110=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6776E is #198891. Grayscale: #979797. Windows color (decimal): -1673362 or 7239654. OLE color: 7239654.
HSL color Cylindrical-coordinate representation of color #E6776E: hue angle of 4.5º 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 #E6776E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 110 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.10 |
| HSL | 4.5º | 0.71% | 0.67% | - |
| HSV(B) | 4.5º | 0.52% | 0.9% | - |
| XYZ | 42.04 | 31.14 | 18.55 | - |
| YUV | 151.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 110 | 0 | 0.48 | 0.52 | 0.10 | 4.5 | 0.71 | 0.67 |
| Hex | E6 | 77 | 6E | 0 | 30 | 34 | A | 4 | 47 | 43 |
| Octal | 346 | 167 | 156 | 0 | 60 | 64 | 12 | 4 | 107 | 103 |
| Binary | 11100110 | 1110111 | 1101110 | 0 | 110000 | 110100 | 1010 | 100 | 1000111 | 1000011 |
Color Harmonies of #E6776E
Complementary color
Monochromatic Colors of #E6776E
Black with #E6776E
Text Example
Text Example
White with #E6776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6776E; }
p { color: rgb(230,119,110); }
H1.HeaderClassName
{
color: #E6776E;
}
.AnyTagClassName
{
color: #E6776E;
}
</style>
background-color css
<style>
a { background-color: #E6776E; }
a { background-color: rgb(230,119,110); }
div.DivClassName
{
background-color: #E6776E;
}
.BgClassName
{
background-color: #E6776E;
}
</style>
border-color css
<style>
span { border-color: #E6776E; }
span { border-color: rgb(230,119,110); }
td.TdClassName
{
border-color: #E6776E;
}
.TagClassName
{
border-color: #E6776E;
}
</style>