Shades of Geraldine #E8726E
Tints of Geraldine #E8726E
RGB
CMYK
RGB Variations
Color information
#E8726E (or 0xE8726E) is known color: Geraldine. HEX triplet: E8, 72 and 6E. RGB value is (232,114,110). Sum of RGB (Red+Green+Blue) = 232+114+110=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8726E is #178D91. Grayscale: #949494. Windows color (decimal): -1543570 or 7238376. OLE color: 7238376.
HSL color Cylindrical-coordinate representation of color #E8726E: hue angle of 1.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8726E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 110 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.09 |
| HSL | 1.97º | 0.73% | 0.67% | - |
| HSV(B) | 1.97º | 0.53% | 0.91% | - |
| XYZ | 42.11 | 30.32 | 18.38 | - |
| YUV | 148.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 110 | 0 | 0.51 | 0.53 | 0.09 | 1.97 | 0.73 | 0.67 |
| Hex | E8 | 72 | 6E | 0 | 33 | 35 | 9 | 2 | 49 | 43 |
| Octal | 350 | 162 | 156 | 0 | 63 | 65 | 11 | 2 | 111 | 103 |
| Binary | 11101000 | 1110010 | 1101110 | 0 | 110011 | 110101 | 1001 | 10 | 1001001 | 1000011 |
Color Harmonies of #E8726E
Complementary color
Monochromatic Colors of #E8726E
Black with #E8726E
Text Example
Text Example
White with #E8726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8726E; }
p { color: rgb(232,114,110); }
H1.HeaderClassName
{
color: #E8726E;
}
.AnyTagClassName
{
color: #E8726E;
}
</style>
background-color css
<style>
a { background-color: #E8726E; }
a { background-color: rgb(232,114,110); }
div.DivClassName
{
background-color: #E8726E;
}
.BgClassName
{
background-color: #E8726E;
}
</style>
border-color css
<style>
span { border-color: #E8726E; }
span { border-color: rgb(232,114,110); }
td.TdClassName
{
border-color: #E8726E;
}
.TagClassName
{
border-color: #E8726E;
}
</style>