Shades of Geraldine #E98474
Tints of Geraldine #E98474
RGB
CMYK
RGB Variations
Color information
#E98474 (or 0xE98474) is known color: Geraldine. HEX triplet: E9, 84 and 74. RGB value is (233,132,116). Sum of RGB (Red+Green+Blue) = 233+132+116=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E98474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98474 is #167B8B. Grayscale: #A0A0A0. Windows color (decimal): -1473420 or 7636201. OLE color: 7636201.
HSL color Cylindrical-coordinate representation of color #E98474: hue angle of 8.21º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98474 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 116 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.09 |
| HSL | 8.21º | 0.73% | 0.68% | - |
| HSV(B) | 8.21º | 0.5% | 0.91% | - |
| XYZ | 45.01 | 35.09 | 20.92 | - |
| YUV | 160.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 116 | 0 | 0.43 | 0.50 | 0.09 | 8.21 | 0.73 | 0.68 |
| Hex | E9 | 84 | 74 | 0 | 2B | 32 | 9 | 8 | 49 | 44 |
| Octal | 351 | 204 | 164 | 0 | 53 | 62 | 11 | 10 | 111 | 104 |
| Binary | 11101001 | 10000100 | 1110100 | 0 | 101011 | 110010 | 1001 | 1000 | 1001001 | 1000100 |
Color Harmonies of #E98474
Complementary color
Monochromatic Colors of #E98474
Black with #E98474
Text Example
Text Example
White with #E98474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98474; }
p { color: rgb(233,132,116); }
H1.HeaderClassName
{
color: #E98474;
}
.AnyTagClassName
{
color: #E98474;
}
</style>
background-color css
<style>
a { background-color: #E98474; }
a { background-color: rgb(233,132,116); }
div.DivClassName
{
background-color: #E98474;
}
.BgClassName
{
background-color: #E98474;
}
</style>
border-color css
<style>
span { border-color: #E98474; }
span { border-color: rgb(233,132,116); }
td.TdClassName
{
border-color: #E98474;
}
.TagClassName
{
border-color: #E98474;
}
</style>