Shades of Geraldine #E1746C
Tints of Geraldine #E1746C
RGB
CMYK
RGB Variations
Color information
#E1746C (or 0xE1746C) is known color: Geraldine. HEX triplet: E1, 74 and 6C. RGB value is (225,116,108). Sum of RGB (Red+Green+Blue) = 225+116+108=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1746C is #1E8B93. Grayscale: #939393. Windows color (decimal): -2001812 or 7107809. OLE color: 7107809.
HSL color Cylindrical-coordinate representation of color #E1746C: hue angle of 4.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1746C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 108 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.12 |
| HSL | 4.1º | 0.66% | 0.65% | - |
| HSV(B) | 4.1º | 0.52% | 0.88% | - |
| XYZ | 40 | 29.58 | 17.79 | - |
| YUV | 147.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 108 | 0 | 0.48 | 0.52 | 0.12 | 4.1 | 0.66 | 0.65 |
| Hex | E1 | 74 | 6C | 0 | 30 | 34 | C | 4 | 42 | 41 |
| Octal | 341 | 164 | 154 | 0 | 60 | 64 | 14 | 4 | 102 | 101 |
| Binary | 11100001 | 1110100 | 1101100 | 0 | 110000 | 110100 | 1100 | 100 | 1000010 | 1000001 |
Color Harmonies of #E1746C
Complementary color
Monochromatic Colors of #E1746C
Black with #E1746C
Text Example
Text Example
White with #E1746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1746C; }
p { color: rgb(225,116,108); }
H1.HeaderClassName
{
color: #E1746C;
}
.AnyTagClassName
{
color: #E1746C;
}
</style>
background-color css
<style>
a { background-color: #E1746C; }
a { background-color: rgb(225,116,108); }
div.DivClassName
{
background-color: #E1746C;
}
.BgClassName
{
background-color: #E1746C;
}
</style>
border-color css
<style>
span { border-color: #E1746C; }
span { border-color: rgb(225,116,108); }
td.TdClassName
{
border-color: #E1746C;
}
.TagClassName
{
border-color: #E1746C;
}
</style>