Shades of Geraldine #E27873
Tints of Geraldine #E27873
RGB
CMYK
RGB Variations
Color information
#E27873 (or 0xE27873) is known color: Geraldine. HEX triplet: E2, 78 and 73. RGB value is (226,120,115). Sum of RGB (Red+Green+Blue) = 226+120+115=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E27873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27873 is #1D878C. Grayscale: #979797. Windows color (decimal): -1935245 or 7567586. OLE color: 7567586.
HSL color Cylindrical-coordinate representation of color #E27873: hue angle of 2.7º 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 #E27873 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 115 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.11 |
| HSL | 2.7º | 0.66% | 0.67% | - |
| HSV(B) | 2.7º | 0.49% | 0.89% | - |
| XYZ | 41.18 | 30.84 | 20 | - |
| YUV | 151.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 115 | 0 | 0.47 | 0.49 | 0.11 | 2.7 | 0.66 | 0.67 |
| Hex | E2 | 78 | 73 | 0 | 2F | 31 | B | 3 | 42 | 43 |
| Octal | 342 | 170 | 163 | 0 | 57 | 61 | 13 | 3 | 102 | 103 |
| Binary | 11100010 | 1111000 | 1110011 | 0 | 101111 | 110001 | 1011 | 11 | 1000010 | 1000011 |
Color Harmonies of #E27873
Complementary color
Monochromatic Colors of #E27873
Black with #E27873
Text Example
Text Example
White with #E27873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27873; }
p { color: rgb(226,120,115); }
H1.HeaderClassName
{
color: #E27873;
}
.AnyTagClassName
{
color: #E27873;
}
</style>
background-color css
<style>
a { background-color: #E27873; }
a { background-color: rgb(226,120,115); }
div.DivClassName
{
background-color: #E27873;
}
.BgClassName
{
background-color: #E27873;
}
</style>
border-color css
<style>
span { border-color: #E27873; }
span { border-color: rgb(226,120,115); }
td.TdClassName
{
border-color: #E27873;
}
.TagClassName
{
border-color: #E27873;
}
</style>