Shades of Geraldine #E78071
Tints of Geraldine #E78071
RGB
CMYK
RGB Variations
Color information
#E78071 (or 0xE78071) is known color: Geraldine. HEX triplet: E7, 80 and 71. RGB value is (231,128,113). Sum of RGB (Red+Green+Blue) = 231+128+113=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E78071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78071 is #187F8E. Grayscale: #9D9D9D. Windows color (decimal): -1605519 or 7438567. OLE color: 7438567.
HSL color Cylindrical-coordinate representation of color #E78071: hue angle of 7.63º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78071 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 113 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.09 |
| HSL | 7.63º | 0.71% | 0.67% | - |
| HSV(B) | 7.63º | 0.51% | 0.91% | - |
| XYZ | 43.65 | 33.62 | 19.81 | - |
| YUV | 157.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 113 | 0 | 0.45 | 0.51 | 0.09 | 7.63 | 0.71 | 0.67 |
| Hex | E7 | 80 | 71 | 0 | 2D | 33 | 9 | 8 | 47 | 43 |
| Octal | 347 | 200 | 161 | 0 | 55 | 63 | 11 | 10 | 107 | 103 |
| Binary | 11100111 | 10000000 | 1110001 | 0 | 101101 | 110011 | 1001 | 1000 | 1000111 | 1000011 |
Color Harmonies of #E78071
Complementary color
Monochromatic Colors of #E78071
Black with #E78071
Text Example
Text Example
White with #E78071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78071; }
p { color: rgb(231,128,113); }
H1.HeaderClassName
{
color: #E78071;
}
.AnyTagClassName
{
color: #E78071;
}
</style>
background-color css
<style>
a { background-color: #E78071; }
a { background-color: rgb(231,128,113); }
div.DivClassName
{
background-color: #E78071;
}
.BgClassName
{
background-color: #E78071;
}
</style>
border-color css
<style>
span { border-color: #E78071; }
span { border-color: rgb(231,128,113); }
td.TdClassName
{
border-color: #E78071;
}
.TagClassName
{
border-color: #E78071;
}
</style>