Shades of Geraldine #E3746D
Tints of Geraldine #E3746D
RGB
CMYK
RGB Variations
Color information
#E3746D (or 0xE3746D) is known color: Geraldine. HEX triplet: E3, 74 and 6D. RGB value is (227,116,109). Sum of RGB (Red+Green+Blue) = 227+116+109=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E3746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3746D is #1C8B92. Grayscale: #949494. Windows color (decimal): -1870739 or 7173347. OLE color: 7173347.
HSL color Cylindrical-coordinate representation of color #E3746D: hue angle of 3.56º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3746D is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 109 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.11 |
| HSL | 3.56º | 0.68% | 0.66% | - |
| HSV(B) | 3.56º | 0.52% | 0.89% | - |
| XYZ | 40.68 | 29.93 | 18.1 | - |
| YUV | 148.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 109 | 0 | 0.49 | 0.52 | 0.11 | 3.56 | 0.68 | 0.66 |
| Hex | E3 | 74 | 6D | 0 | 31 | 34 | B | 4 | 44 | 42 |
| Octal | 343 | 164 | 155 | 0 | 61 | 64 | 13 | 4 | 104 | 102 |
| Binary | 11100011 | 1110100 | 1101101 | 0 | 110001 | 110100 | 1011 | 100 | 1000100 | 1000010 |
Color Harmonies of #E3746D
Complementary color
Monochromatic Colors of #E3746D
Black with #E3746D
Text Example
Text Example
White with #E3746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3746D; }
p { color: rgb(227,116,109); }
H1.HeaderClassName
{
color: #E3746D;
}
.AnyTagClassName
{
color: #E3746D;
}
</style>
background-color css
<style>
a { background-color: #E3746D; }
a { background-color: rgb(227,116,109); }
div.DivClassName
{
background-color: #E3746D;
}
.BgClassName
{
background-color: #E3746D;
}
</style>
border-color css
<style>
span { border-color: #E3746D; }
span { border-color: rgb(227,116,109); }
td.TdClassName
{
border-color: #E3746D;
}
.TagClassName
{
border-color: #E3746D;
}
</style>