Shades of Geraldine #E67D6D
Tints of Geraldine #E67D6D
RGB
CMYK
RGB Variations
Color information
#E67D6D (or 0xE67D6D) is known color: Geraldine. HEX triplet: E6, 7D and 6D. RGB value is (230,125,109). Sum of RGB (Red+Green+Blue) = 230+125+109=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D6D is #198292. Grayscale: #9A9A9A. Windows color (decimal): -1671827 or 7175654. OLE color: 7175654.
HSL color Cylindrical-coordinate representation of color #E67D6D: hue angle of 7.93º 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 #E67D6D is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 109 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.10 |
| HSL | 7.93º | 0.71% | 0.66% | - |
| HSV(B) | 7.93º | 0.53% | 0.9% | - |
| XYZ | 42.73 | 32.59 | 18.51 | - |
| YUV | 154.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 109 | 0 | 0.46 | 0.53 | 0.10 | 7.93 | 0.71 | 0.66 |
| Hex | E6 | 7D | 6D | 0 | 2E | 35 | A | 8 | 47 | 42 |
| Octal | 346 | 175 | 155 | 0 | 56 | 65 | 12 | 10 | 107 | 102 |
| Binary | 11100110 | 1111101 | 1101101 | 0 | 101110 | 110101 | 1010 | 1000 | 1000111 | 1000010 |
Color Harmonies of #E67D6D
Complementary color
Monochromatic Colors of #E67D6D
Black with #E67D6D
Text Example
Text Example
White with #E67D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D6D; }
p { color: rgb(230,125,109); }
H1.HeaderClassName
{
color: #E67D6D;
}
.AnyTagClassName
{
color: #E67D6D;
}
</style>
background-color css
<style>
a { background-color: #E67D6D; }
a { background-color: rgb(230,125,109); }
div.DivClassName
{
background-color: #E67D6D;
}
.BgClassName
{
background-color: #E67D6D;
}
</style>
border-color css
<style>
span { border-color: #E67D6D; }
span { border-color: rgb(230,125,109); }
td.TdClassName
{
border-color: #E67D6D;
}
.TagClassName
{
border-color: #E67D6D;
}
</style>