Shades of Geraldine #E77873
Tints of Geraldine #E77873
RGB
CMYK
RGB Variations
Color information
#E77873 (or 0xE77873) is known color: Geraldine. HEX triplet: E7, 78 and 73. RGB value is (231,120,115). Sum of RGB (Red+Green+Blue) = 231+120+115=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E77873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77873 is #18878C. Grayscale: #989898. Windows color (decimal): -1607565 or 7567591. OLE color: 7567591.
HSL color Cylindrical-coordinate representation of color #E77873: hue angle of 2.59º 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 #E77873 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 115 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.09 |
| HSL | 2.59º | 0.71% | 0.68% | - |
| HSV(B) | 2.59º | 0.5% | 0.91% | - |
| XYZ | 42.77 | 31.66 | 20.08 | - |
| YUV | 152.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 115 | 0 | 0.48 | 0.50 | 0.09 | 2.59 | 0.71 | 0.68 |
| Hex | E7 | 78 | 73 | 0 | 30 | 32 | 9 | 3 | 47 | 44 |
| Octal | 347 | 170 | 163 | 0 | 60 | 62 | 11 | 3 | 107 | 104 |
| Binary | 11100111 | 1111000 | 1110011 | 0 | 110000 | 110010 | 1001 | 11 | 1000111 | 1000100 |
Color Harmonies of #E77873
Complementary color
Monochromatic Colors of #E77873
Black with #E77873
Text Example
Text Example
White with #E77873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77873; }
p { color: rgb(231,120,115); }
H1.HeaderClassName
{
color: #E77873;
}
.AnyTagClassName
{
color: #E77873;
}
</style>
background-color css
<style>
a { background-color: #E77873; }
a { background-color: rgb(231,120,115); }
div.DivClassName
{
background-color: #E77873;
}
.BgClassName
{
background-color: #E77873;
}
</style>
border-color css
<style>
span { border-color: #E77873; }
span { border-color: rgb(231,120,115); }
td.TdClassName
{
border-color: #E77873;
}
.TagClassName
{
border-color: #E77873;
}
</style>