Shades of Geraldine #E26E6C
Tints of Geraldine #E26E6C
RGB
CMYK
RGB Variations
Color information
#E26E6C (or 0xE26E6C) is known color: Geraldine. HEX triplet: E2, 6E and 6C. RGB value is (226,110,108). Sum of RGB (Red+Green+Blue) = 226+110+108=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E6C is #1D9193. Grayscale: #909090. Windows color (decimal): -1937812 or 7106274. OLE color: 7106274.
HSL color Cylindrical-coordinate representation of color #E26E6C: hue angle of 1.02º 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 #E26E6C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 108 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.11 |
| HSL | 1.02º | 0.67% | 0.65% | - |
| HSV(B) | 1.02º | 0.52% | 0.89% | - |
| XYZ | 39.65 | 28.4 | 17.58 | - |
| YUV | 144.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 108 | 0 | 0.51 | 0.52 | 0.11 | 1.02 | 0.67 | 0.65 |
| Hex | E2 | 6E | 6C | 0 | 33 | 34 | B | 1 | 43 | 41 |
| Octal | 342 | 156 | 154 | 0 | 63 | 64 | 13 | 1 | 103 | 101 |
| Binary | 11100010 | 1101110 | 1101100 | 0 | 110011 | 110100 | 1011 | 1 | 1000011 | 1000001 |
Color Harmonies of #E26E6C
Complementary color
Monochromatic Colors of #E26E6C
Black with #E26E6C
Text Example
Text Example
White with #E26E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E6C; }
p { color: rgb(226,110,108); }
H1.HeaderClassName
{
color: #E26E6C;
}
.AnyTagClassName
{
color: #E26E6C;
}
</style>
background-color css
<style>
a { background-color: #E26E6C; }
a { background-color: rgb(226,110,108); }
div.DivClassName
{
background-color: #E26E6C;
}
.BgClassName
{
background-color: #E26E6C;
}
</style>
border-color css
<style>
span { border-color: #E26E6C; }
span { border-color: rgb(226,110,108); }
td.TdClassName
{
border-color: #E26E6C;
}
.TagClassName
{
border-color: #E26E6C;
}
</style>