Shades of Geraldine #E3726A
Tints of Geraldine #E3726A
RGB
CMYK
RGB Variations
Color information
#E3726A (or 0xE3726A) is known color: Geraldine. HEX triplet: E3, 72 and 6A. RGB value is (227,114,106). Sum of RGB (Red+Green+Blue) = 227+114+106=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3726A is #1C8D95. Grayscale: #939393. Windows color (decimal): -1871254 or 6976227. OLE color: 6976227.
HSL color Cylindrical-coordinate representation of color #E3726A: hue angle of 3.97º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3726A is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 106 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.11 |
| HSL | 3.97º | 0.68% | 0.65% | - |
| HSV(B) | 3.97º | 0.53% | 0.89% | - |
| XYZ | 40.3 | 29.41 | 17.19 | - |
| YUV | 146.88 | 104.94 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 106 | 0 | 0.50 | 0.53 | 0.11 | 3.97 | 0.68 | 0.65 |
| Hex | E3 | 72 | 6A | 0 | 32 | 35 | B | 4 | 44 | 41 |
| Octal | 343 | 162 | 152 | 0 | 62 | 65 | 13 | 4 | 104 | 101 |
| Binary | 11100011 | 1110010 | 1101010 | 0 | 110010 | 110101 | 1011 | 100 | 1000100 | 1000001 |
Color Harmonies of #E3726A
Complementary color
Monochromatic Colors of #E3726A
Black with #E3726A
Text Example
Text Example
White with #E3726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3726A; }
p { color: rgb(227,114,106); }
H1.HeaderClassName
{
color: #E3726A;
}
.AnyTagClassName
{
color: #E3726A;
}
</style>
background-color css
<style>
a { background-color: #E3726A; }
a { background-color: rgb(227,114,106); }
div.DivClassName
{
background-color: #E3726A;
}
.BgClassName
{
background-color: #E3726A;
}
</style>
border-color css
<style>
span { border-color: #E3726A; }
span { border-color: rgb(227,114,106); }
td.TdClassName
{
border-color: #E3726A;
}
.TagClassName
{
border-color: #E3726A;
}
</style>