Shades of Geraldine #E97975
Tints of Geraldine #E97975
RGB
CMYK
RGB Variations
Color information
#E97975 (or 0xE97975) is known color: Geraldine. HEX triplet: E9, 79 and 75. RGB value is (233,121,117). Sum of RGB (Red+Green+Blue) = 233+121+117=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97975 is #16868A. Grayscale: #9A9A9A. Windows color (decimal): -1476235 or 7698921. OLE color: 7698921.
HSL color Cylindrical-coordinate representation of color #E97975: hue angle of 2.07º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E97975 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 117 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.09 |
| HSL | 2.07º | 0.73% | 0.69% | - |
| HSV(B) | 2.07º | 0.5% | 0.91% | - |
| XYZ | 43.65 | 32.28 | 20.76 | - |
| YUV | 154.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 117 | 0 | 0.48 | 0.50 | 0.09 | 2.07 | 0.73 | 0.69 |
| Hex | E9 | 79 | 75 | 0 | 30 | 32 | 9 | 2 | 48 | 45 |
| Octal | 351 | 171 | 165 | 0 | 60 | 62 | 11 | 2 | 110 | 105 |
| Binary | 11101001 | 1111001 | 1110101 | 0 | 110000 | 110010 | 1001 | 10 | 1001000 | 1000101 |
Color Harmonies of #E97975
Complementary color
Monochromatic Colors of #E97975
Black with #E97975
Text Example
Text Example
White with #E97975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97975; }
p { color: rgb(233,121,117); }
H1.HeaderClassName
{
color: #E97975;
}
.AnyTagClassName
{
color: #E97975;
}
</style>
background-color css
<style>
a { background-color: #E97975; }
a { background-color: rgb(233,121,117); }
div.DivClassName
{
background-color: #E97975;
}
.BgClassName
{
background-color: #E97975;
}
</style>
border-color css
<style>
span { border-color: #E97975; }
span { border-color: rgb(233,121,117); }
td.TdClassName
{
border-color: #E97975;
}
.TagClassName
{
border-color: #E97975;
}
</style>