Shades of Geraldine #E87775
Tints of Geraldine #E87775
RGB
CMYK
RGB Variations
Color information
#E87775 (or 0xE87775) is known color: Geraldine. HEX triplet: E8, 77 and 75. RGB value is (232,119,117). Sum of RGB (Red+Green+Blue) = 232+119+117=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E87775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87775 is #17888A. Grayscale: #989898. Windows color (decimal): -1542283 or 7698408. OLE color: 7698408.
HSL color Cylindrical-coordinate representation of color #E87775: hue angle of 1.04º 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 #E87775 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 117 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.09 |
| HSL | 1.04º | 0.71% | 0.68% | - |
| HSV(B) | 1.04º | 0.5% | 0.91% | - |
| XYZ | 43.09 | 31.63 | 20.66 | - |
| YUV | 152.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 117 | 0 | 0.49 | 0.50 | 0.09 | 1.04 | 0.71 | 0.68 |
| Hex | E8 | 77 | 75 | 0 | 31 | 32 | 9 | 1 | 47 | 44 |
| Octal | 350 | 167 | 165 | 0 | 61 | 62 | 11 | 1 | 107 | 104 |
| Binary | 11101000 | 1110111 | 1110101 | 0 | 110001 | 110010 | 1001 | 1 | 1000111 | 1000100 |
Color Harmonies of #E87775
Complementary color
Monochromatic Colors of #E87775
Black with #E87775
Text Example
Text Example
White with #E87775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87775; }
p { color: rgb(232,119,117); }
H1.HeaderClassName
{
color: #E87775;
}
.AnyTagClassName
{
color: #E87775;
}
</style>
background-color css
<style>
a { background-color: #E87775; }
a { background-color: rgb(232,119,117); }
div.DivClassName
{
background-color: #E87775;
}
.BgClassName
{
background-color: #E87775;
}
</style>
border-color css
<style>
span { border-color: #E87775; }
span { border-color: rgb(232,119,117); }
td.TdClassName
{
border-color: #E87775;
}
.TagClassName
{
border-color: #E87775;
}
</style>