Shades of Geraldine #E27A79
Tints of Geraldine #E27A79
RGB
CMYK
RGB Variations
Color information
#E27A79 (or 0xE27A79) is known color: Geraldine. HEX triplet: E2, 7A and 79. RGB value is (226,122,121). Sum of RGB (Red+Green+Blue) = 226+122+121=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A79 is #1D8586. Grayscale: #999999. Windows color (decimal): -1934727 or 7961314. OLE color: 7961314.
HSL color Cylindrical-coordinate representation of color #E27A79: hue angle of 0.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A79 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 121 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.11 |
| HSL | 0.57º | 0.64% | 0.68% | - |
| HSV(B) | 0.57º | 0.46% | 0.89% | - |
| XYZ | 41.77 | 31.47 | 21.96 | - |
| YUV | 152.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 121 | 0 | 0.46 | 0.46 | 0.11 | 0.57 | 0.64 | 0.68 |
| Hex | E2 | 7A | 79 | 0 | 2E | 2E | B | 1 | 40 | 44 |
| Octal | 342 | 172 | 171 | 0 | 56 | 56 | 13 | 1 | 100 | 104 |
| Binary | 11100010 | 1111010 | 1111001 | 0 | 101110 | 101110 | 1011 | 1 | 1000000 | 1000100 |
Color Harmonies of #E27A79
Complementary color
Monochromatic Colors of #E27A79
Black with #E27A79
Text Example
Text Example
White with #E27A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A79; }
p { color: rgb(226,122,121); }
H1.HeaderClassName
{
color: #E27A79;
}
.AnyTagClassName
{
color: #E27A79;
}
</style>
background-color css
<style>
a { background-color: #E27A79; }
a { background-color: rgb(226,122,121); }
div.DivClassName
{
background-color: #E27A79;
}
.BgClassName
{
background-color: #E27A79;
}
</style>
border-color css
<style>
span { border-color: #E27A79; }
span { border-color: rgb(226,122,121); }
td.TdClassName
{
border-color: #E27A79;
}
.TagClassName
{
border-color: #E27A79;
}
</style>