Shades of Geraldine #E87975
Tints of Geraldine #E87975
RGB
CMYK
RGB Variations
Color information
#E87975 (or 0xE87975) is known color: Geraldine. HEX triplet: E8, 79 and 75. RGB value is (232,121,117). Sum of RGB (Red+Green+Blue) = 232+121+117=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E87975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87975 is #17868A. Grayscale: #999999. Windows color (decimal): -1541771 or 7698920. OLE color: 7698920.
HSL color Cylindrical-coordinate representation of color #E87975: hue angle of 2.09º degrees, saturation: 0.71, 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 #E87975 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 117 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.09 |
| HSL | 2.09º | 0.71% | 0.68% | - |
| HSV(B) | 2.09º | 0.5% | 0.91% | - |
| XYZ | 43.33 | 32.11 | 20.74 | - |
| YUV | 153.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 117 | 0 | 0.48 | 0.50 | 0.09 | 2.09 | 0.71 | 0.68 |
| Hex | E8 | 79 | 75 | 0 | 30 | 32 | 9 | 2 | 47 | 44 |
| Octal | 350 | 171 | 165 | 0 | 60 | 62 | 11 | 2 | 107 | 104 |
| Binary | 11101000 | 1111001 | 1110101 | 0 | 110000 | 110010 | 1001 | 10 | 1000111 | 1000100 |
Color Harmonies of #E87975
Complementary color
Monochromatic Colors of #E87975
Black with #E87975
Text Example
Text Example
White with #E87975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87975; }
p { color: rgb(232,121,117); }
H1.HeaderClassName
{
color: #E87975;
}
.AnyTagClassName
{
color: #E87975;
}
</style>
background-color css
<style>
a { background-color: #E87975; }
a { background-color: rgb(232,121,117); }
div.DivClassName
{
background-color: #E87975;
}
.BgClassName
{
background-color: #E87975;
}
</style>
border-color css
<style>
span { border-color: #E87975; }
span { border-color: rgb(232,121,117); }
td.TdClassName
{
border-color: #E87975;
}
.TagClassName
{
border-color: #E87975;
}
</style>