Shades of Geraldine #E6776B
Tints of Geraldine #E6776B
RGB
CMYK
RGB Variations
Color information
#E6776B (or 0xE6776B) is known color: Geraldine. HEX triplet: E6, 77 and 6B. RGB value is (230,119,107). Sum of RGB (Red+Green+Blue) = 230+119+107=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6776B is #198894. Grayscale: #969696. Windows color (decimal): -1673365 or 7043046. OLE color: 7043046.
HSL color Cylindrical-coordinate representation of color #E6776B: hue angle of 5.85º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6776B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 107 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.10 |
| HSL | 5.85º | 0.71% | 0.66% | - |
| HSV(B) | 5.85º | 0.53% | 0.9% | - |
| XYZ | 41.88 | 31.08 | 17.7 | - |
| YUV | 150.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 107 | 0 | 0.48 | 0.53 | 0.10 | 5.85 | 0.71 | 0.66 |
| Hex | E6 | 77 | 6B | 0 | 30 | 35 | A | 6 | 47 | 42 |
| Octal | 346 | 167 | 153 | 0 | 60 | 65 | 12 | 6 | 107 | 102 |
| Binary | 11100110 | 1110111 | 1101011 | 0 | 110000 | 110101 | 1010 | 110 | 1000111 | 1000010 |
Color Harmonies of #E6776B
Complementary color
Monochromatic Colors of #E6776B
Black with #E6776B
Text Example
Text Example
White with #E6776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6776B; }
p { color: rgb(230,119,107); }
H1.HeaderClassName
{
color: #E6776B;
}
.AnyTagClassName
{
color: #E6776B;
}
</style>
background-color css
<style>
a { background-color: #E6776B; }
a { background-color: rgb(230,119,107); }
div.DivClassName
{
background-color: #E6776B;
}
.BgClassName
{
background-color: #E6776B;
}
</style>
border-color css
<style>
span { border-color: #E6776B; }
span { border-color: rgb(230,119,107); }
td.TdClassName
{
border-color: #E6776B;
}
.TagClassName
{
border-color: #E6776B;
}
</style>