Shades of Geraldine #E7736D
Tints of Geraldine #E7736D
RGB
CMYK
RGB Variations
Color information
#E7736D (or 0xE7736D) is known color: Geraldine. HEX triplet: E7, 73 and 6D. RGB value is (231,115,109). Sum of RGB (Red+Green+Blue) = 231+115+109=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E7736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7736D is #188C92. Grayscale: #959595. Windows color (decimal): -1608851 or 7173095. OLE color: 7173095.
HSL color Cylindrical-coordinate representation of color #E7736D: hue angle of 2.95º degrees, saturation: 0.72, 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 #E7736D is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 109 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.09 |
| HSL | 2.95º | 0.72% | 0.67% | - |
| HSV(B) | 2.95º | 0.53% | 0.91% | - |
| XYZ | 41.85 | 30.35 | 18.12 | - |
| YUV | 149 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 109 | 0 | 0.50 | 0.53 | 0.09 | 2.95 | 0.72 | 0.67 |
| Hex | E7 | 73 | 6D | 0 | 32 | 35 | 9 | 3 | 48 | 43 |
| Octal | 347 | 163 | 155 | 0 | 62 | 65 | 11 | 3 | 110 | 103 |
| Binary | 11100111 | 1110011 | 1101101 | 0 | 110010 | 110101 | 1001 | 11 | 1001000 | 1000011 |
Color Harmonies of #E7736D
Complementary color
Monochromatic Colors of #E7736D
Black with #E7736D
Text Example
Text Example
White with #E7736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7736D; }
p { color: rgb(231,115,109); }
H1.HeaderClassName
{
color: #E7736D;
}
.AnyTagClassName
{
color: #E7736D;
}
</style>
background-color css
<style>
a { background-color: #E7736D; }
a { background-color: rgb(231,115,109); }
div.DivClassName
{
background-color: #E7736D;
}
.BgClassName
{
background-color: #E7736D;
}
</style>
border-color css
<style>
span { border-color: #E7736D; }
span { border-color: rgb(231,115,109); }
td.TdClassName
{
border-color: #E7736D;
}
.TagClassName
{
border-color: #E7736D;
}
</style>