Shades of Geraldine #E27D76
Tints of Geraldine #E27D76
RGB
CMYK
RGB Variations
Color information
#E27D76 (or 0xE27D76) is known color: Geraldine. HEX triplet: E2, 7D and 76. RGB value is (226,125,118). Sum of RGB (Red+Green+Blue) = 226+125+118=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D76 is #1D8289. Grayscale: #9A9A9A. Windows color (decimal): -1933962 or 7765474. OLE color: 7765474.
HSL color Cylindrical-coordinate representation of color #E27D76: hue angle of 3.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27D76 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 118 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.11 |
| HSL | 3.89º | 0.65% | 0.67% | - |
| HSV(B) | 3.89º | 0.48% | 0.89% | - |
| XYZ | 41.97 | 32.14 | 21.13 | - |
| YUV | 154.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 118 | 0 | 0.45 | 0.48 | 0.11 | 3.89 | 0.65 | 0.67 |
| Hex | E2 | 7D | 76 | 0 | 2D | 30 | B | 4 | 41 | 43 |
| Octal | 342 | 175 | 166 | 0 | 55 | 60 | 13 | 4 | 101 | 103 |
| Binary | 11100010 | 1111101 | 1110110 | 0 | 101101 | 110000 | 1011 | 100 | 1000001 | 1000011 |
Color Harmonies of #E27D76
Complementary color
Monochromatic Colors of #E27D76
Black with #E27D76
Text Example
Text Example
White with #E27D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D76; }
p { color: rgb(226,125,118); }
H1.HeaderClassName
{
color: #E27D76;
}
.AnyTagClassName
{
color: #E27D76;
}
</style>
background-color css
<style>
a { background-color: #E27D76; }
a { background-color: rgb(226,125,118); }
div.DivClassName
{
background-color: #E27D76;
}
.BgClassName
{
background-color: #E27D76;
}
</style>
border-color css
<style>
span { border-color: #E27D76; }
span { border-color: rgb(226,125,118); }
td.TdClassName
{
border-color: #E27D76;
}
.TagClassName
{
border-color: #E27D76;
}
</style>