Shades of Geraldine #E26E6E
Tints of Geraldine #E26E6E
RGB
CMYK
RGB Variations
Color information
#E26E6E (or 0xE26E6E) is known color: Geraldine. HEX triplet: E2, 6E and 6E. RGB value is (226,110,110). Sum of RGB (Red+Green+Blue) = 226+110+110=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E6E is #1D9191. Grayscale: #909090. Windows color (decimal): -1937810 or 7237346. OLE color: 7237346.
HSL color Cylindrical-coordinate representation of color #E26E6E: hue angle of 0º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26E6E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 110 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.11 |
| HSL | 0º | 0.67% | 0.66% | - |
| HSV(B) | 0º | 0.51% | 0.89% | - |
| XYZ | 39.75 | 28.45 | 18.15 | - |
| YUV | 144.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 110 | 0 | 0.51 | 0.51 | 0.11 | 0 | 0.67 | 0.66 |
| Hex | E2 | 6E | 6E | 0 | 33 | 33 | B | 0 | 43 | 42 |
| Octal | 342 | 156 | 156 | 0 | 63 | 63 | 13 | 0 | 103 | 102 |
| Binary | 11100010 | 1101110 | 1101110 | 0 | 110011 | 110011 | 1011 | 0 | 1000011 | 1000010 |
Color Harmonies of #E26E6E
Complementary color
Monochromatic Colors of #E26E6E
Black with #E26E6E
Text Example
Text Example
White with #E26E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E6E; }
p { color: rgb(226,110,110); }
H1.HeaderClassName
{
color: #E26E6E;
}
.AnyTagClassName
{
color: #E26E6E;
}
</style>
background-color css
<style>
a { background-color: #E26E6E; }
a { background-color: rgb(226,110,110); }
div.DivClassName
{
background-color: #E26E6E;
}
.BgClassName
{
background-color: #E26E6E;
}
</style>
border-color css
<style>
span { border-color: #E26E6E; }
span { border-color: rgb(226,110,110); }
td.TdClassName
{
border-color: #E26E6E;
}
.TagClassName
{
border-color: #E26E6E;
}
</style>