Shades of Geraldine #E8736F
Tints of Geraldine #E8736F
RGB
CMYK
RGB Variations
Color information
#E8736F (or 0xE8736F) is known color: Geraldine. HEX triplet: E8, 73 and 6F. RGB value is (232,115,111). Sum of RGB (Red+Green+Blue) = 232+115+111=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8736F is #178C90. Grayscale: #959595. Windows color (decimal): -1543313 or 7304168. OLE color: 7304168.
HSL color Cylindrical-coordinate representation of color #E8736F: hue angle of 1.98º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8736F is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 111 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.09 |
| HSL | 1.98º | 0.72% | 0.67% | - |
| HSV(B) | 1.98º | 0.52% | 0.91% | - |
| XYZ | 42.28 | 30.56 | 18.71 | - |
| YUV | 149.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 111 | 0 | 0.50 | 0.52 | 0.09 | 1.98 | 0.72 | 0.67 |
| Hex | E8 | 73 | 6F | 0 | 32 | 34 | 9 | 2 | 48 | 43 |
| Octal | 350 | 163 | 157 | 0 | 62 | 64 | 11 | 2 | 110 | 103 |
| Binary | 11101000 | 1110011 | 1101111 | 0 | 110010 | 110100 | 1001 | 10 | 1001000 | 1000011 |
Color Harmonies of #E8736F
Complementary color
Monochromatic Colors of #E8736F
Black with #E8736F
Text Example
Text Example
White with #E8736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8736F; }
p { color: rgb(232,115,111); }
H1.HeaderClassName
{
color: #E8736F;
}
.AnyTagClassName
{
color: #E8736F;
}
</style>
background-color css
<style>
a { background-color: #E8736F; }
a { background-color: rgb(232,115,111); }
div.DivClassName
{
background-color: #E8736F;
}
.BgClassName
{
background-color: #E8736F;
}
</style>
border-color css
<style>
span { border-color: #E8736F; }
span { border-color: rgb(232,115,111); }
td.TdClassName
{
border-color: #E8736F;
}
.TagClassName
{
border-color: #E8736F;
}
</style>