Shades of Geraldine #E27C7B
Tints of Geraldine #E27C7B
RGB
CMYK
RGB Variations
Color information
#E27C7B (or 0xE27C7B) is known color: Geraldine. HEX triplet: E2, 7C and 7B. RGB value is (226,124,123). Sum of RGB (Red+Green+Blue) = 226+124+123=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C7B is #1D8384. Grayscale: #9A9A9A. Windows color (decimal): -1934213 or 8092898. OLE color: 8092898.
HSL color Cylindrical-coordinate representation of color #E27C7B: hue angle of 0.58º 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 #E27C7B is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 123 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.11 |
| HSL | 0.58º | 0.64% | 0.68% | - |
| HSV(B) | 0.58º | 0.46% | 0.89% | - |
| XYZ | 42.15 | 32.01 | 22.7 | - |
| YUV | 154.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 123 | 0 | 0.45 | 0.46 | 0.11 | 0.58 | 0.64 | 0.68 |
| Hex | E2 | 7C | 7B | 0 | 2D | 2E | B | 1 | 40 | 44 |
| Octal | 342 | 174 | 173 | 0 | 55 | 56 | 13 | 1 | 100 | 104 |
| Binary | 11100010 | 1111100 | 1111011 | 0 | 101101 | 101110 | 1011 | 1 | 1000000 | 1000100 |
Color Harmonies of #E27C7B
Complementary color
Monochromatic Colors of #E27C7B
Black with #E27C7B
Text Example
Text Example
White with #E27C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C7B; }
p { color: rgb(226,124,123); }
H1.HeaderClassName
{
color: #E27C7B;
}
.AnyTagClassName
{
color: #E27C7B;
}
</style>
background-color css
<style>
a { background-color: #E27C7B; }
a { background-color: rgb(226,124,123); }
div.DivClassName
{
background-color: #E27C7B;
}
.BgClassName
{
background-color: #E27C7B;
}
</style>
border-color css
<style>
span { border-color: #E27C7B; }
span { border-color: rgb(226,124,123); }
td.TdClassName
{
border-color: #E27C7B;
}
.TagClassName
{
border-color: #E27C7B;
}
</style>