Shades of Geraldine #E0736E
Tints of Geraldine #E0736E
RGB
CMYK
RGB Variations
Color information
#E0736E (or 0xE0736E) is known color: Geraldine. HEX triplet: E0, 73 and 6E. RGB value is (224,115,110). Sum of RGB (Red+Green+Blue) = 224+115+110=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0736E is #1F8C91. Grayscale: #939393. Windows color (decimal): -2067602 or 7238624. OLE color: 7238624.
HSL color Cylindrical-coordinate representation of color #E0736E: hue angle of 2.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0736E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 110 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.12 |
| HSL | 2.63º | 0.65% | 0.65% | - |
| HSV(B) | 2.63º | 0.51% | 0.88% | - |
| XYZ | 39.69 | 29.23 | 18.3 | - |
| YUV | 147.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 110 | 0 | 0.49 | 0.51 | 0.12 | 2.63 | 0.65 | 0.65 |
| Hex | E0 | 73 | 6E | 0 | 31 | 33 | C | 3 | 41 | 41 |
| Octal | 340 | 163 | 156 | 0 | 61 | 63 | 14 | 3 | 101 | 101 |
| Binary | 11100000 | 1110011 | 1101110 | 0 | 110001 | 110011 | 1100 | 11 | 1000001 | 1000001 |
Color Harmonies of #E0736E
Complementary color
Monochromatic Colors of #E0736E
Black with #E0736E
Text Example
Text Example
White with #E0736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0736E; }
p { color: rgb(224,115,110); }
H1.HeaderClassName
{
color: #E0736E;
}
.AnyTagClassName
{
color: #E0736E;
}
</style>
background-color css
<style>
a { background-color: #E0736E; }
a { background-color: rgb(224,115,110); }
div.DivClassName
{
background-color: #E0736E;
}
.BgClassName
{
background-color: #E0736E;
}
</style>
border-color css
<style>
span { border-color: #E0736E; }
span { border-color: rgb(224,115,110); }
td.TdClassName
{
border-color: #E0736E;
}
.TagClassName
{
border-color: #E0736E;
}
</style>