Shades of Geraldine #E6837C
Tints of Geraldine #E6837C
RGB
CMYK
RGB Variations
Color information
#E6837C (or 0xE6837C) is known color: Geraldine. HEX triplet: E6, 83 and 7C. RGB value is (230,131,124). Sum of RGB (Red+Green+Blue) = 230+131+124=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6837C is #197C83. Grayscale: #9F9F9F. Windows color (decimal): -1670276 or 8160230. OLE color: 8160230.
HSL color Cylindrical-coordinate representation of color #E6837C: hue angle of 3.96º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6837C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 124 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.10 |
| HSL | 3.96º | 0.68% | 0.69% | - |
| HSV(B) | 3.96º | 0.46% | 0.9% | - |
| XYZ | 44.39 | 34.51 | 23.39 | - |
| YUV | 159.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 124 | 0 | 0.43 | 0.46 | 0.10 | 3.96 | 0.68 | 0.69 |
| Hex | E6 | 83 | 7C | 0 | 2B | 2E | A | 4 | 44 | 45 |
| Octal | 346 | 203 | 174 | 0 | 53 | 56 | 12 | 4 | 104 | 105 |
| Binary | 11100110 | 10000011 | 1111100 | 0 | 101011 | 101110 | 1010 | 100 | 1000100 | 1000101 |
Color Harmonies of #E6837C
Complementary color
Monochromatic Colors of #E6837C
Black with #E6837C
Text Example
Text Example
White with #E6837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6837C; }
p { color: rgb(230,131,124); }
H1.HeaderClassName
{
color: #E6837C;
}
.AnyTagClassName
{
color: #E6837C;
}
</style>
background-color css
<style>
a { background-color: #E6837C; }
a { background-color: rgb(230,131,124); }
div.DivClassName
{
background-color: #E6837C;
}
.BgClassName
{
background-color: #E6837C;
}
</style>
border-color css
<style>
span { border-color: #E6837C; }
span { border-color: rgb(230,131,124); }
td.TdClassName
{
border-color: #E6837C;
}
.TagClassName
{
border-color: #E6837C;
}
</style>