Shades of Geraldine #E8736E
Tints of Geraldine #E8736E
RGB
CMYK
RGB Variations
Color information
#E8736E (or 0xE8736E) is known color: Geraldine. HEX triplet: E8, 73 and 6E. RGB value is (232,115,110). Sum of RGB (Red+Green+Blue) = 232+115+110=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8736E is #178C91. Grayscale: #959595. Windows color (decimal): -1543314 or 7238632. OLE color: 7238632.
HSL color Cylindrical-coordinate representation of color #E8736E: hue angle of 2.46º 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 #E8736E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 110 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.09 |
| HSL | 2.46º | 0.73% | 0.67% | - |
| HSV(B) | 2.46º | 0.53% | 0.91% | - |
| XYZ | 42.22 | 30.54 | 18.42 | - |
| YUV | 149.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 110 | 0 | 0.50 | 0.53 | 0.09 | 2.46 | 0.73 | 0.67 |
| Hex | E8 | 73 | 6E | 0 | 32 | 35 | 9 | 2 | 49 | 43 |
| Octal | 350 | 163 | 156 | 0 | 62 | 65 | 11 | 2 | 111 | 103 |
| Binary | 11101000 | 1110011 | 1101110 | 0 | 110010 | 110101 | 1001 | 10 | 1001001 | 1000011 |
Color Harmonies of #E8736E
Complementary color
Monochromatic Colors of #E8736E
Black with #E8736E
Text Example
Text Example
White with #E8736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8736E; }
p { color: rgb(232,115,110); }
H1.HeaderClassName
{
color: #E8736E;
}
.AnyTagClassName
{
color: #E8736E;
}
</style>
background-color css
<style>
a { background-color: #E8736E; }
a { background-color: rgb(232,115,110); }
div.DivClassName
{
background-color: #E8736E;
}
.BgClassName
{
background-color: #E8736E;
}
</style>
border-color css
<style>
span { border-color: #E8736E; }
span { border-color: rgb(232,115,110); }
td.TdClassName
{
border-color: #E8736E;
}
.TagClassName
{
border-color: #E8736E;
}
</style>