Shades of Geraldine #E67C6B
Tints of Geraldine #E67C6B
RGB
CMYK
RGB Variations
Color information
#E67C6B (or 0xE67C6B) is known color: Geraldine. HEX triplet: E6, 7C and 6B. RGB value is (230,124,107). Sum of RGB (Red+Green+Blue) = 230+124+107=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C6B is #198394. Grayscale: #999999. Windows color (decimal): -1672085 or 7044326. OLE color: 7044326.
HSL color Cylindrical-coordinate representation of color #E67C6B: hue angle of 8.29º 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 #E67C6B is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 107 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.10 |
| HSL | 8.29º | 0.71% | 0.66% | - |
| HSV(B) | 8.29º | 0.53% | 0.9% | - |
| XYZ | 42.49 | 32.3 | 17.9 | - |
| YUV | 153.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 107 | 0 | 0.46 | 0.53 | 0.10 | 8.29 | 0.71 | 0.66 |
| Hex | E6 | 7C | 6B | 0 | 2E | 35 | A | 8 | 47 | 42 |
| Octal | 346 | 174 | 153 | 0 | 56 | 65 | 12 | 10 | 107 | 102 |
| Binary | 11100110 | 1111100 | 1101011 | 0 | 101110 | 110101 | 1010 | 1000 | 1000111 | 1000010 |
Color Harmonies of #E67C6B
Complementary color
Monochromatic Colors of #E67C6B
Black with #E67C6B
Text Example
Text Example
White with #E67C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C6B; }
p { color: rgb(230,124,107); }
H1.HeaderClassName
{
color: #E67C6B;
}
.AnyTagClassName
{
color: #E67C6B;
}
</style>
background-color css
<style>
a { background-color: #E67C6B; }
a { background-color: rgb(230,124,107); }
div.DivClassName
{
background-color: #E67C6B;
}
.BgClassName
{
background-color: #E67C6B;
}
</style>
border-color css
<style>
span { border-color: #E67C6B; }
span { border-color: rgb(230,124,107); }
td.TdClassName
{
border-color: #E67C6B;
}
.TagClassName
{
border-color: #E67C6B;
}
</style>