Shades of Geraldine #E8746E
Tints of Geraldine #E8746E
RGB
CMYK
RGB Variations
Color information
#E8746E (or 0xE8746E) is known color: Geraldine. HEX triplet: E8, 74 and 6E. RGB value is (232,116,110). Sum of RGB (Red+Green+Blue) = 232+116+110=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8746E is #178B91. Grayscale: #969696. Windows color (decimal): -1543058 or 7238888. OLE color: 7238888.
HSL color Cylindrical-coordinate representation of color #E8746E: hue angle of 2.95º 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 #E8746E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 110 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.09 |
| HSL | 2.95º | 0.73% | 0.67% | - |
| HSV(B) | 2.95º | 0.53% | 0.91% | - |
| XYZ | 42.34 | 30.77 | 18.46 | - |
| YUV | 150 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 110 | 0 | 0.50 | 0.53 | 0.09 | 2.95 | 0.73 | 0.67 |
| Hex | E8 | 74 | 6E | 0 | 32 | 35 | 9 | 3 | 49 | 43 |
| Octal | 350 | 164 | 156 | 0 | 62 | 65 | 11 | 3 | 111 | 103 |
| Binary | 11101000 | 1110100 | 1101110 | 0 | 110010 | 110101 | 1001 | 11 | 1001001 | 1000011 |
Color Harmonies of #E8746E
Complementary color
Monochromatic Colors of #E8746E
Black with #E8746E
Text Example
Text Example
White with #E8746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8746E; }
p { color: rgb(232,116,110); }
H1.HeaderClassName
{
color: #E8746E;
}
.AnyTagClassName
{
color: #E8746E;
}
</style>
background-color css
<style>
a { background-color: #E8746E; }
a { background-color: rgb(232,116,110); }
div.DivClassName
{
background-color: #E8746E;
}
.BgClassName
{
background-color: #E8746E;
}
</style>
border-color css
<style>
span { border-color: #E8746E; }
span { border-color: rgb(232,116,110); }
td.TdClassName
{
border-color: #E8746E;
}
.TagClassName
{
border-color: #E8746E;
}
</style>