Shades of Geraldine #E26D6B
Tints of Geraldine #E26D6B
RGB
CMYK
RGB Variations
Color information
#E26D6B (or 0xE26D6B) is known color: Geraldine. HEX triplet: E2, 6D and 6B. RGB value is (226,109,107). Sum of RGB (Red+Green+Blue) = 226+109+107=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D6B is #1D9294. Grayscale: #8F8F8F. Windows color (decimal): -1938069 or 7040482. OLE color: 7040482.
HSL color Cylindrical-coordinate representation of color #E26D6B: hue angle of 1.01º 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 #E26D6B is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 107 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.11 |
| HSL | 1.01º | 0.67% | 0.65% | - |
| HSV(B) | 1.01º | 0.53% | 0.89% | - |
| XYZ | 39.49 | 28.17 | 17.27 | - |
| YUV | 143.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 107 | 0 | 0.52 | 0.53 | 0.11 | 1.01 | 0.67 | 0.65 |
| Hex | E2 | 6D | 6B | 0 | 34 | 35 | B | 1 | 43 | 41 |
| Octal | 342 | 155 | 153 | 0 | 64 | 65 | 13 | 1 | 103 | 101 |
| Binary | 11100010 | 1101101 | 1101011 | 0 | 110100 | 110101 | 1011 | 1 | 1000011 | 1000001 |
Color Harmonies of #E26D6B
Complementary color
Monochromatic Colors of #E26D6B
Black with #E26D6B
Text Example
Text Example
White with #E26D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D6B; }
p { color: rgb(226,109,107); }
H1.HeaderClassName
{
color: #E26D6B;
}
.AnyTagClassName
{
color: #E26D6B;
}
</style>
background-color css
<style>
a { background-color: #E26D6B; }
a { background-color: rgb(226,109,107); }
div.DivClassName
{
background-color: #E26D6B;
}
.BgClassName
{
background-color: #E26D6B;
}
</style>
border-color css
<style>
span { border-color: #E26D6B; }
span { border-color: rgb(226,109,107); }
td.TdClassName
{
border-color: #E26D6B;
}
.TagClassName
{
border-color: #E26D6B;
}
</style>