Shades of Geraldine #E27773
Tints of Geraldine #E27773
RGB
CMYK
RGB Variations
Color information
#E27773 (or 0xE27773) is known color: Geraldine. HEX triplet: E2, 77 and 73. RGB value is (226,119,115). Sum of RGB (Red+Green+Blue) = 226+119+115=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E27773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27773 is #1D888C. Grayscale: #969696. Windows color (decimal): -1935501 or 7567330. OLE color: 7567330.
HSL color Cylindrical-coordinate representation of color #E27773: hue angle of 2.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27773 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 115 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.11 |
| HSL | 2.16º | 0.66% | 0.67% | - |
| HSV(B) | 2.16º | 0.49% | 0.89% | - |
| XYZ | 41.06 | 30.6 | 19.96 | - |
| YUV | 150.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 115 | 0 | 0.47 | 0.49 | 0.11 | 2.16 | 0.66 | 0.67 |
| Hex | E2 | 77 | 73 | 0 | 2F | 31 | B | 2 | 42 | 43 |
| Octal | 342 | 167 | 163 | 0 | 57 | 61 | 13 | 2 | 102 | 103 |
| Binary | 11100010 | 1110111 | 1110011 | 0 | 101111 | 110001 | 1011 | 10 | 1000010 | 1000011 |
Color Harmonies of #E27773
Complementary color
Monochromatic Colors of #E27773
Black with #E27773
Text Example
Text Example
White with #E27773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27773; }
p { color: rgb(226,119,115); }
H1.HeaderClassName
{
color: #E27773;
}
.AnyTagClassName
{
color: #E27773;
}
</style>
background-color css
<style>
a { background-color: #E27773; }
a { background-color: rgb(226,119,115); }
div.DivClassName
{
background-color: #E27773;
}
.BgClassName
{
background-color: #E27773;
}
</style>
border-color css
<style>
span { border-color: #E27773; }
span { border-color: rgb(226,119,115); }
td.TdClassName
{
border-color: #E27773;
}
.TagClassName
{
border-color: #E27773;
}
</style>