Shades of Geraldine #E27E7A
Tints of Geraldine #E27E7A
RGB
CMYK
RGB Variations
Color information
#E27E7A (or 0xE27E7A) is known color: Geraldine. HEX triplet: E2, 7E and 7A. RGB value is (226,126,122). Sum of RGB (Red+Green+Blue) = 226+126+122=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E7A is #1D8185. Grayscale: #9B9B9B. Windows color (decimal): -1933702 or 8027874. OLE color: 8027874.
HSL color Cylindrical-coordinate representation of color #E27E7A: hue angle of 2.31º 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 #E27E7A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 122 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.11 |
| HSL | 2.31º | 0.64% | 0.68% | - |
| HSV(B) | 2.31º | 0.46% | 0.89% | - |
| XYZ | 42.34 | 32.5 | 22.45 | - |
| YUV | 155.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 122 | 0 | 0.44 | 0.46 | 0.11 | 2.31 | 0.64 | 0.68 |
| Hex | E2 | 7E | 7A | 0 | 2C | 2E | B | 2 | 40 | 44 |
| Octal | 342 | 176 | 172 | 0 | 54 | 56 | 13 | 2 | 100 | 104 |
| Binary | 11100010 | 1111110 | 1111010 | 0 | 101100 | 101110 | 1011 | 10 | 1000000 | 1000100 |
Color Harmonies of #E27E7A
Complementary color
Monochromatic Colors of #E27E7A
Black with #E27E7A
Text Example
Text Example
White with #E27E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E7A; }
p { color: rgb(226,126,122); }
H1.HeaderClassName
{
color: #E27E7A;
}
.AnyTagClassName
{
color: #E27E7A;
}
</style>
background-color css
<style>
a { background-color: #E27E7A; }
a { background-color: rgb(226,126,122); }
div.DivClassName
{
background-color: #E27E7A;
}
.BgClassName
{
background-color: #E27E7A;
}
</style>
border-color css
<style>
span { border-color: #E27E7A; }
span { border-color: rgb(226,126,122); }
td.TdClassName
{
border-color: #E27E7A;
}
.TagClassName
{
border-color: #E27E7A;
}
</style>