Shades of Geraldine #E27D74
Tints of Geraldine #E27D74
RGB
CMYK
RGB Variations
Color information
#E27D74 (or 0xE27D74) is known color: Geraldine. HEX triplet: E2, 7D and 74. RGB value is (226,125,116). Sum of RGB (Red+Green+Blue) = 226+125+116=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D74 is #1D828B. Grayscale: #9A9A9A. Windows color (decimal): -1933964 or 7634402. OLE color: 7634402.
HSL color Cylindrical-coordinate representation of color #E27D74: hue angle of 4.91º degrees, saturation: 0.65, 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 #E27D74 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 116 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.11 |
| HSL | 4.91º | 0.65% | 0.67% | - |
| HSV(B) | 4.91º | 0.49% | 0.89% | - |
| XYZ | 41.85 | 32.1 | 20.51 | - |
| YUV | 154.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 116 | 0 | 0.45 | 0.49 | 0.11 | 4.91 | 0.65 | 0.67 |
| Hex | E2 | 7D | 74 | 0 | 2D | 31 | B | 5 | 41 | 43 |
| Octal | 342 | 175 | 164 | 0 | 55 | 61 | 13 | 5 | 101 | 103 |
| Binary | 11100010 | 1111101 | 1110100 | 0 | 101101 | 110001 | 1011 | 101 | 1000001 | 1000011 |
Color Harmonies of #E27D74
Complementary color
Monochromatic Colors of #E27D74
Black with #E27D74
Text Example
Text Example
White with #E27D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D74; }
p { color: rgb(226,125,116); }
H1.HeaderClassName
{
color: #E27D74;
}
.AnyTagClassName
{
color: #E27D74;
}
</style>
background-color css
<style>
a { background-color: #E27D74; }
a { background-color: rgb(226,125,116); }
div.DivClassName
{
background-color: #E27D74;
}
.BgClassName
{
background-color: #E27D74;
}
</style>
border-color css
<style>
span { border-color: #E27D74; }
span { border-color: rgb(226,125,116); }
td.TdClassName
{
border-color: #E27D74;
}
.TagClassName
{
border-color: #E27D74;
}
</style>