Shades of Geraldine #E68178
Tints of Geraldine #E68178
RGB
CMYK
RGB Variations
Color information
#E68178 (or 0xE68178) is known color: Geraldine. HEX triplet: E6, 81 and 78. RGB value is (230,129,120). Sum of RGB (Red+Green+Blue) = 230+129+120=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68178 is #197E87. Grayscale: #9E9E9E. Windows color (decimal): -1670792 or 7897574. OLE color: 7897574.
HSL color Cylindrical-coordinate representation of color #E68178: hue angle of 4.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68178 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 120 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.10 |
| HSL | 4.91º | 0.69% | 0.69% | - |
| HSV(B) | 4.91º | 0.48% | 0.9% | - |
| XYZ | 43.87 | 33.88 | 22 | - |
| YUV | 158.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 120 | 0 | 0.44 | 0.48 | 0.10 | 4.91 | 0.69 | 0.69 |
| Hex | E6 | 81 | 78 | 0 | 2C | 30 | A | 5 | 45 | 45 |
| Octal | 346 | 201 | 170 | 0 | 54 | 60 | 12 | 5 | 105 | 105 |
| Binary | 11100110 | 10000001 | 1111000 | 0 | 101100 | 110000 | 1010 | 101 | 1000101 | 1000101 |
Color Harmonies of #E68178
Complementary color
Monochromatic Colors of #E68178
Black with #E68178
Text Example
Text Example
White with #E68178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68178; }
p { color: rgb(230,129,120); }
H1.HeaderClassName
{
color: #E68178;
}
.AnyTagClassName
{
color: #E68178;
}
</style>
background-color css
<style>
a { background-color: #E68178; }
a { background-color: rgb(230,129,120); }
div.DivClassName
{
background-color: #E68178;
}
.BgClassName
{
background-color: #E68178;
}
</style>
border-color css
<style>
span { border-color: #E68178; }
span { border-color: rgb(230,129,120); }
td.TdClassName
{
border-color: #E68178;
}
.TagClassName
{
border-color: #E68178;
}
</style>