Shades of Geraldine #E2746B
Tints of Geraldine #E2746B
RGB
CMYK
RGB Variations
Color information
#E2746B (or 0xE2746B) is known color: Geraldine. HEX triplet: E2, 74 and 6B. RGB value is (226,116,107). Sum of RGB (Red+Green+Blue) = 226+116+107=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2746B is #1D8B94. Grayscale: #949494. Windows color (decimal): -1936277 or 7042274. OLE color: 7042274.
HSL color Cylindrical-coordinate representation of color #E2746B: hue angle of 4.54º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2746B is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 107 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.11 |
| HSL | 4.54º | 0.67% | 0.65% | - |
| HSV(B) | 4.54º | 0.53% | 0.89% | - |
| XYZ | 40.26 | 29.72 | 17.52 | - |
| YUV | 147.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 107 | 0 | 0.49 | 0.53 | 0.11 | 4.54 | 0.67 | 0.65 |
| Hex | E2 | 74 | 6B | 0 | 31 | 35 | B | 5 | 43 | 41 |
| Octal | 342 | 164 | 153 | 0 | 61 | 65 | 13 | 5 | 103 | 101 |
| Binary | 11100010 | 1110100 | 1101011 | 0 | 110001 | 110101 | 1011 | 101 | 1000011 | 1000001 |
Color Harmonies of #E2746B
Complementary color
Monochromatic Colors of #E2746B
Black with #E2746B
Text Example
Text Example
White with #E2746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2746B; }
p { color: rgb(226,116,107); }
H1.HeaderClassName
{
color: #E2746B;
}
.AnyTagClassName
{
color: #E2746B;
}
</style>
background-color css
<style>
a { background-color: #E2746B; }
a { background-color: rgb(226,116,107); }
div.DivClassName
{
background-color: #E2746B;
}
.BgClassName
{
background-color: #E2746B;
}
</style>
border-color css
<style>
span { border-color: #E2746B; }
span { border-color: rgb(226,116,107); }
td.TdClassName
{
border-color: #E2746B;
}
.TagClassName
{
border-color: #E2746B;
}
</style>