Shades of Geraldine #E67C6F
Tints of Geraldine #E67C6F
RGB
CMYK
RGB Variations
Color information
#E67C6F (or 0xE67C6F) is known color: Geraldine. HEX triplet: E6, 7C and 6F. RGB value is (230,124,111). Sum of RGB (Red+Green+Blue) = 230+124+111=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C6F is #198390. Grayscale: #9A9A9A. Windows color (decimal): -1672081 or 7306470. OLE color: 7306470.
HSL color Cylindrical-coordinate representation of color #E67C6F: hue angle of 6.55º degrees, saturation: 0.7, 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 #E67C6F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 111 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.10 |
| HSL | 6.55º | 0.7% | 0.67% | - |
| HSV(B) | 6.55º | 0.52% | 0.9% | - |
| XYZ | 42.71 | 32.39 | 19.04 | - |
| YUV | 154.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 111 | 0 | 0.46 | 0.52 | 0.10 | 6.55 | 0.7 | 0.67 |
| Hex | E6 | 7C | 6F | 0 | 2E | 34 | A | 7 | 46 | 43 |
| Octal | 346 | 174 | 157 | 0 | 56 | 64 | 12 | 7 | 106 | 103 |
| Binary | 11100110 | 1111100 | 1101111 | 0 | 101110 | 110100 | 1010 | 111 | 1000110 | 1000011 |
Color Harmonies of #E67C6F
Complementary color
Monochromatic Colors of #E67C6F
Black with #E67C6F
Text Example
Text Example
White with #E67C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C6F; }
p { color: rgb(230,124,111); }
H1.HeaderClassName
{
color: #E67C6F;
}
.AnyTagClassName
{
color: #E67C6F;
}
</style>
background-color css
<style>
a { background-color: #E67C6F; }
a { background-color: rgb(230,124,111); }
div.DivClassName
{
background-color: #E67C6F;
}
.BgClassName
{
background-color: #E67C6F;
}
</style>
border-color css
<style>
span { border-color: #E67C6F; }
span { border-color: rgb(230,124,111); }
td.TdClassName
{
border-color: #E67C6F;
}
.TagClassName
{
border-color: #E67C6F;
}
</style>