Shades of Geraldine #E7726D
Tints of Geraldine #E7726D
RGB
CMYK
RGB Variations
Color information
#E7726D (or 0xE7726D) is known color: Geraldine. HEX triplet: E7, 72 and 6D. RGB value is (231,114,109). Sum of RGB (Red+Green+Blue) = 231+114+109=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7726D is #188D92. Grayscale: #949494. Windows color (decimal): -1609107 or 7172839. OLE color: 7172839.
HSL color Cylindrical-coordinate representation of color #E7726D: hue angle of 2.46º 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 #E7726D is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 109 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.09 |
| HSL | 2.46º | 0.72% | 0.67% | - |
| HSV(B) | 2.46º | 0.53% | 0.91% | - |
| XYZ | 41.73 | 30.13 | 18.08 | - |
| YUV | 148.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 109 | 0 | 0.51 | 0.53 | 0.09 | 2.46 | 0.72 | 0.67 |
| Hex | E7 | 72 | 6D | 0 | 33 | 35 | 9 | 2 | 48 | 43 |
| Octal | 347 | 162 | 155 | 0 | 63 | 65 | 11 | 2 | 110 | 103 |
| Binary | 11100111 | 1110010 | 1101101 | 0 | 110011 | 110101 | 1001 | 10 | 1001000 | 1000011 |
Color Harmonies of #E7726D
Complementary color
Monochromatic Colors of #E7726D
Black with #E7726D
Text Example
Text Example
White with #E7726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7726D; }
p { color: rgb(231,114,109); }
H1.HeaderClassName
{
color: #E7726D;
}
.AnyTagClassName
{
color: #E7726D;
}
</style>
background-color css
<style>
a { background-color: #E7726D; }
a { background-color: rgb(231,114,109); }
div.DivClassName
{
background-color: #E7726D;
}
.BgClassName
{
background-color: #E7726D;
}
</style>
border-color css
<style>
span { border-color: #E7726D; }
span { border-color: rgb(231,114,109); }
td.TdClassName
{
border-color: #E7726D;
}
.TagClassName
{
border-color: #E7726D;
}
</style>