Shades of Geraldine #E67E7D
Tints of Geraldine #E67E7D
RGB
CMYK
RGB Variations
Color information
#E67E7D (or 0xE67E7D) is known color: Geraldine. HEX triplet: E6, 7E and 7D. RGB value is (230,126,125). Sum of RGB (Red+Green+Blue) = 230+126+125=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E7D is #198182. Grayscale: #9D9D9D. Windows color (decimal): -1671555 or 8224486. OLE color: 8224486.
HSL color Cylindrical-coordinate representation of color #E67E7D: hue angle of 0.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67E7D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 125 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.10 |
| HSL | 0.57º | 0.68% | 0.7% | - |
| HSV(B) | 0.57º | 0.46% | 0.9% | - |
| XYZ | 43.8 | 33.23 | 23.51 | - |
| YUV | 156.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 125 | 0 | 0.45 | 0.46 | 0.10 | 0.57 | 0.68 | 0.7 |
| Hex | E6 | 7E | 7D | 0 | 2D | 2E | A | 1 | 44 | 46 |
| Octal | 346 | 176 | 175 | 0 | 55 | 56 | 12 | 1 | 104 | 106 |
| Binary | 11100110 | 1111110 | 1111101 | 0 | 101101 | 101110 | 1010 | 1 | 1000100 | 1000110 |
Color Harmonies of #E67E7D
Complementary color
Monochromatic Colors of #E67E7D
Black with #E67E7D
Text Example
Text Example
White with #E67E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E7D; }
p { color: rgb(230,126,125); }
H1.HeaderClassName
{
color: #E67E7D;
}
.AnyTagClassName
{
color: #E67E7D;
}
</style>
background-color css
<style>
a { background-color: #E67E7D; }
a { background-color: rgb(230,126,125); }
div.DivClassName
{
background-color: #E67E7D;
}
.BgClassName
{
background-color: #E67E7D;
}
</style>
border-color css
<style>
span { border-color: #E67E7D; }
span { border-color: rgb(230,126,125); }
td.TdClassName
{
border-color: #E67E7D;
}
.TagClassName
{
border-color: #E67E7D;
}
</style>