Shades of Geraldine #E8867B
Tints of Geraldine #E8867B
RGB
CMYK
RGB Variations
Color information
#E8867B (or 0xE8867B) is known color: Geraldine. HEX triplet: E8, 86 and 7B. RGB value is (232,134,123). Sum of RGB (Red+Green+Blue) = 232+134+123=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8867B is #177984. Grayscale: #A2A2A2. Windows color (decimal): -1538437 or 8095464. OLE color: 8095464.
HSL color Cylindrical-coordinate representation of color #E8867B: hue angle of 6.06º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8867B is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 123 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.09 |
| HSL | 6.06º | 0.7% | 0.7% | - |
| HSV(B) | 6.06º | 0.47% | 0.91% | - |
| XYZ | 45.38 | 35.64 | 23.23 | - |
| YUV | 162.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 123 | 0 | 0.42 | 0.47 | 0.09 | 6.06 | 0.7 | 0.7 |
| Hex | E8 | 86 | 7B | 0 | 2A | 2F | 9 | 6 | 46 | 46 |
| Octal | 350 | 206 | 173 | 0 | 52 | 57 | 11 | 6 | 106 | 106 |
| Binary | 11101000 | 10000110 | 1111011 | 0 | 101010 | 101111 | 1001 | 110 | 1000110 | 1000110 |
Color Harmonies of #E8867B
Complementary color
Monochromatic Colors of #E8867B
Black with #E8867B
Text Example
Text Example
White with #E8867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8867B; }
p { color: rgb(232,134,123); }
H1.HeaderClassName
{
color: #E8867B;
}
.AnyTagClassName
{
color: #E8867B;
}
</style>
background-color css
<style>
a { background-color: #E8867B; }
a { background-color: rgb(232,134,123); }
div.DivClassName
{
background-color: #E8867B;
}
.BgClassName
{
background-color: #E8867B;
}
</style>
border-color css
<style>
span { border-color: #E8867B; }
span { border-color: rgb(232,134,123); }
td.TdClassName
{
border-color: #E8867B;
}
.TagClassName
{
border-color: #E8867B;
}
</style>