Shades of Geraldine #E7736E
Tints of Geraldine #E7736E
RGB
CMYK
RGB Variations
Color information
#E7736E (or 0xE7736E) is known color: Geraldine. HEX triplet: E7, 73 and 6E. RGB value is (231,115,110). Sum of RGB (Red+Green+Blue) = 231+115+110=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7736E is #188C91. Grayscale: #959595. Windows color (decimal): -1608850 or 7238631. OLE color: 7238631.
HSL color Cylindrical-coordinate representation of color #E7736E: hue angle of 2.48º 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 #E7736E is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 110 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.09 |
| HSL | 2.48º | 0.72% | 0.67% | - |
| HSV(B) | 2.48º | 0.52% | 0.91% | - |
| XYZ | 41.9 | 30.38 | 18.41 | - |
| YUV | 149.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 110 | 0 | 0.50 | 0.52 | 0.09 | 2.48 | 0.72 | 0.67 |
| Hex | E7 | 73 | 6E | 0 | 32 | 34 | 9 | 2 | 48 | 43 |
| Octal | 347 | 163 | 156 | 0 | 62 | 64 | 11 | 2 | 110 | 103 |
| Binary | 11100111 | 1110011 | 1101110 | 0 | 110010 | 110100 | 1001 | 10 | 1001000 | 1000011 |
Color Harmonies of #E7736E
Complementary color
Monochromatic Colors of #E7736E
Black with #E7736E
Text Example
Text Example
White with #E7736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7736E; }
p { color: rgb(231,115,110); }
H1.HeaderClassName
{
color: #E7736E;
}
.AnyTagClassName
{
color: #E7736E;
}
</style>
background-color css
<style>
a { background-color: #E7736E; }
a { background-color: rgb(231,115,110); }
div.DivClassName
{
background-color: #E7736E;
}
.BgClassName
{
background-color: #E7736E;
}
</style>
border-color css
<style>
span { border-color: #E7736E; }
span { border-color: rgb(231,115,110); }
td.TdClassName
{
border-color: #E7736E;
}
.TagClassName
{
border-color: #E7736E;
}
</style>