Shades of Geraldine #E67E6E
Tints of Geraldine #E67E6E
RGB
CMYK
RGB Variations
Color information
#E67E6E (or 0xE67E6E) is known color: Geraldine. HEX triplet: E6, 7E and 6E. RGB value is (230,126,110). Sum of RGB (Red+Green+Blue) = 230+126+110=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E6E is #198191. Grayscale: #9B9B9B. Windows color (decimal): -1671570 or 7241446. OLE color: 7241446.
HSL color Cylindrical-coordinate representation of color #E67E6E: hue angle of 8º 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 #E67E6E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 110 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.10 |
| HSL | 8º | 0.71% | 0.67% | - |
| HSV(B) | 8º | 0.52% | 0.9% | - |
| XYZ | 42.91 | 32.87 | 18.83 | - |
| YUV | 155.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 110 | 0 | 0.45 | 0.52 | 0.10 | 8 | 0.71 | 0.67 |
| Hex | E6 | 7E | 6E | 0 | 2D | 34 | A | 8 | 47 | 43 |
| Octal | 346 | 176 | 156 | 0 | 55 | 64 | 12 | 10 | 107 | 103 |
| Binary | 11100110 | 1111110 | 1101110 | 0 | 101101 | 110100 | 1010 | 1000 | 1000111 | 1000011 |
Color Harmonies of #E67E6E
Complementary color
Monochromatic Colors of #E67E6E
Black with #E67E6E
Text Example
Text Example
White with #E67E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E6E; }
p { color: rgb(230,126,110); }
H1.HeaderClassName
{
color: #E67E6E;
}
.AnyTagClassName
{
color: #E67E6E;
}
</style>
background-color css
<style>
a { background-color: #E67E6E; }
a { background-color: rgb(230,126,110); }
div.DivClassName
{
background-color: #E67E6E;
}
.BgClassName
{
background-color: #E67E6E;
}
</style>
border-color css
<style>
span { border-color: #E67E6E; }
span { border-color: rgb(230,126,110); }
td.TdClassName
{
border-color: #E67E6E;
}
.TagClassName
{
border-color: #E67E6E;
}
</style>