Shades of Geraldine #E87E6A
Tints of Geraldine #E87E6A
RGB
CMYK
RGB Variations
Color information
#E87E6A (or 0xE87E6A) is known color: Geraldine. HEX triplet: E8, 7E and 6A. RGB value is (232,126,106). Sum of RGB (Red+Green+Blue) = 232+126+106=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E6A is #178195. Grayscale: #9B9B9B. Windows color (decimal): -1540502 or 6979304. OLE color: 6979304.
HSL color Cylindrical-coordinate representation of color #E87E6A: hue angle of 9.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E87E6A is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 106 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.09 |
| HSL | 9.52º | 0.73% | 0.66% | - |
| HSV(B) | 9.52º | 0.54% | 0.91% | - |
| XYZ | 43.34 | 33.12 | 17.74 | - |
| YUV | 155.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 106 | 0 | 0.46 | 0.54 | 0.09 | 9.52 | 0.73 | 0.66 |
| Hex | E8 | 7E | 6A | 0 | 2E | 36 | 9 | A | 49 | 42 |
| Octal | 350 | 176 | 152 | 0 | 56 | 66 | 11 | 12 | 111 | 102 |
| Binary | 11101000 | 1111110 | 1101010 | 0 | 101110 | 110110 | 1001 | 1010 | 1001001 | 1000010 |
Color Harmonies of #E87E6A
Complementary color
Monochromatic Colors of #E87E6A
Black with #E87E6A
Text Example
Text Example
White with #E87E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E6A; }
p { color: rgb(232,126,106); }
H1.HeaderClassName
{
color: #E87E6A;
}
.AnyTagClassName
{
color: #E87E6A;
}
</style>
background-color css
<style>
a { background-color: #E87E6A; }
a { background-color: rgb(232,126,106); }
div.DivClassName
{
background-color: #E87E6A;
}
.BgClassName
{
background-color: #E87E6A;
}
</style>
border-color css
<style>
span { border-color: #E87E6A; }
span { border-color: rgb(232,126,106); }
td.TdClassName
{
border-color: #E87E6A;
}
.TagClassName
{
border-color: #E87E6A;
}
</style>