Shades of Geraldine #E97575
Tints of Geraldine #E97575
RGB
CMYK
RGB Variations
Color information
#E97575 (or 0xE97575) is known color: Geraldine. HEX triplet: E9, 75 and 75. RGB value is (233,117,117). Sum of RGB (Red+Green+Blue) = 233+117+117=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E97575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97575 is #168A8A. Grayscale: #979797. Windows color (decimal): -1477259 or 7697897. OLE color: 7697897.
HSL color Cylindrical-coordinate representation of color #E97575: hue angle of 0º 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 #E97575 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 117 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.09 |
| HSL | 0º | 0.73% | 0.69% | - |
| HSV(B) | 0º | 0.5% | 0.91% | - |
| XYZ | 43.18 | 31.33 | 20.6 | - |
| YUV | 151.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 117 | 0 | 0.50 | 0.50 | 0.09 | 0 | 0.73 | 0.69 |
| Hex | E9 | 75 | 75 | 0 | 32 | 32 | 9 | 0 | 48 | 45 |
| Octal | 351 | 165 | 165 | 0 | 62 | 62 | 11 | 0 | 110 | 105 |
| Binary | 11101001 | 1110101 | 1110101 | 0 | 110010 | 110010 | 1001 | 0 | 1001000 | 1000101 |
Color Harmonies of #E97575
Complementary color
Monochromatic Colors of #E97575
Black with #E97575
Text Example
Text Example
White with #E97575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97575; }
p { color: rgb(233,117,117); }
H1.HeaderClassName
{
color: #E97575;
}
.AnyTagClassName
{
color: #E97575;
}
</style>
background-color css
<style>
a { background-color: #E97575; }
a { background-color: rgb(233,117,117); }
div.DivClassName
{
background-color: #E97575;
}
.BgClassName
{
background-color: #E97575;
}
</style>
border-color css
<style>
span { border-color: #E97575; }
span { border-color: rgb(233,117,117); }
td.TdClassName
{
border-color: #E97575;
}
.TagClassName
{
border-color: #E97575;
}
</style>