Shades of Geraldine #E97D74
Tints of Geraldine #E97D74
RGB
CMYK
RGB Variations
Color information
#E97D74 (or 0xE97D74) is known color: Geraldine. HEX triplet: E9, 7D and 74. RGB value is (233,125,116). Sum of RGB (Red+Green+Blue) = 233+125+116=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D74 is #16828B. Grayscale: #9C9C9C. Windows color (decimal): -1475212 or 7634409. OLE color: 7634409.
HSL color Cylindrical-coordinate representation of color #E97D74: hue angle of 4.62º 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 #E97D74 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 116 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.09 |
| HSL | 4.62º | 0.73% | 0.68% | - |
| HSV(B) | 4.62º | 0.5% | 0.91% | - |
| XYZ | 44.09 | 33.25 | 20.62 | - |
| YUV | 156.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 116 | 0 | 0.46 | 0.50 | 0.09 | 4.62 | 0.73 | 0.68 |
| Hex | E9 | 7D | 74 | 0 | 2E | 32 | 9 | 5 | 49 | 44 |
| Octal | 351 | 175 | 164 | 0 | 56 | 62 | 11 | 5 | 111 | 104 |
| Binary | 11101001 | 1111101 | 1110100 | 0 | 101110 | 110010 | 1001 | 101 | 1001001 | 1000100 |
Color Harmonies of #E97D74
Complementary color
Monochromatic Colors of #E97D74
Black with #E97D74
Text Example
Text Example
White with #E97D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D74; }
p { color: rgb(233,125,116); }
H1.HeaderClassName
{
color: #E97D74;
}
.AnyTagClassName
{
color: #E97D74;
}
</style>
background-color css
<style>
a { background-color: #E97D74; }
a { background-color: rgb(233,125,116); }
div.DivClassName
{
background-color: #E97D74;
}
.BgClassName
{
background-color: #E97D74;
}
</style>
border-color css
<style>
span { border-color: #E97D74; }
span { border-color: rgb(233,125,116); }
td.TdClassName
{
border-color: #E97D74;
}
.TagClassName
{
border-color: #E97D74;
}
</style>