Shades of Geraldine #E67A6D
Tints of Geraldine #E67A6D
RGB
CMYK
RGB Variations
Color information
#E67A6D (or 0xE67A6D) is known color: Geraldine. HEX triplet: E6, 7A and 6D. RGB value is (230,122,109). Sum of RGB (Red+Green+Blue) = 230+122+109=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A6D is #198592. Grayscale: #989898. Windows color (decimal): -1672595 or 7174886. OLE color: 7174886.
HSL color Cylindrical-coordinate representation of color #E67A6D: hue angle of 6.45º 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 #E67A6D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 109 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.10 |
| HSL | 6.45º | 0.71% | 0.66% | - |
| HSV(B) | 6.45º | 0.53% | 0.9% | - |
| XYZ | 42.35 | 31.85 | 18.38 | - |
| YUV | 152.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 109 | 0 | 0.47 | 0.53 | 0.10 | 6.45 | 0.71 | 0.66 |
| Hex | E6 | 7A | 6D | 0 | 2F | 35 | A | 6 | 47 | 42 |
| Octal | 346 | 172 | 155 | 0 | 57 | 65 | 12 | 6 | 107 | 102 |
| Binary | 11100110 | 1111010 | 1101101 | 0 | 101111 | 110101 | 1010 | 110 | 1000111 | 1000010 |
Color Harmonies of #E67A6D
Complementary color
Monochromatic Colors of #E67A6D
Black with #E67A6D
Text Example
Text Example
White with #E67A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A6D; }
p { color: rgb(230,122,109); }
H1.HeaderClassName
{
color: #E67A6D;
}
.AnyTagClassName
{
color: #E67A6D;
}
</style>
background-color css
<style>
a { background-color: #E67A6D; }
a { background-color: rgb(230,122,109); }
div.DivClassName
{
background-color: #E67A6D;
}
.BgClassName
{
background-color: #E67A6D;
}
</style>
border-color css
<style>
span { border-color: #E67A6D; }
span { border-color: rgb(230,122,109); }
td.TdClassName
{
border-color: #E67A6D;
}
.TagClassName
{
border-color: #E67A6D;
}
</style>