Shades of Geraldine #E26D6C
Tints of Geraldine #E26D6C
RGB
CMYK
RGB Variations
Color information
#E26D6C (or 0xE26D6C) is known color: Geraldine. HEX triplet: E2, 6D and 6C. RGB value is (226,109,108). Sum of RGB (Red+Green+Blue) = 226+109+108=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D6C is #1D9293. Grayscale: #8F8F8F. Windows color (decimal): -1938068 or 7106018. OLE color: 7106018.
HSL color Cylindrical-coordinate representation of color #E26D6C: hue angle of 0.51º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 108 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.11 |
| HSL | 0.51º | 0.67% | 0.65% | - |
| HSV(B) | 0.51º | 0.52% | 0.89% | - |
| XYZ | 39.54 | 28.19 | 17.54 | - |
| YUV | 143.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 108 | 0 | 0.52 | 0.52 | 0.11 | 0.51 | 0.67 | 0.65 |
| Hex | E2 | 6D | 6C | 0 | 34 | 34 | B | 1 | 43 | 41 |
| Octal | 342 | 155 | 154 | 0 | 64 | 64 | 13 | 1 | 103 | 101 |
| Binary | 11100010 | 1101101 | 1101100 | 0 | 110100 | 110100 | 1011 | 1 | 1000011 | 1000001 |
Color Harmonies of #E26D6C
Complementary color
Monochromatic Colors of #E26D6C
Black with #E26D6C
Text Example
Text Example
White with #E26D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D6C; }
p { color: rgb(226,109,108); }
H1.HeaderClassName
{
color: #E26D6C;
}
.AnyTagClassName
{
color: #E26D6C;
}
</style>
background-color css
<style>
a { background-color: #E26D6C; }
a { background-color: rgb(226,109,108); }
div.DivClassName
{
background-color: #E26D6C;
}
.BgClassName
{
background-color: #E26D6C;
}
</style>
border-color css
<style>
span { border-color: #E26D6C; }
span { border-color: rgb(226,109,108); }
td.TdClassName
{
border-color: #E26D6C;
}
.TagClassName
{
border-color: #E26D6C;
}
</style>