Shades of Geraldine #E0736D
Tints of Geraldine #E0736D
RGB
CMYK
RGB Variations
Color information
#E0736D (or 0xE0736D) is known color: Geraldine. HEX triplet: E0, 73 and 6D. RGB value is (224,115,109). Sum of RGB (Red+Green+Blue) = 224+115+109=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0736D is #1F8C92. Grayscale: #939393. Windows color (decimal): -2067603 or 7173088. OLE color: 7173088.
HSL color Cylindrical-coordinate representation of color #E0736D: hue angle of 3.13º 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 #E0736D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 109 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.12 |
| HSL | 3.13º | 0.65% | 0.65% | - |
| HSV(B) | 3.13º | 0.51% | 0.88% | - |
| XYZ | 39.63 | 29.21 | 18.02 | - |
| YUV | 146.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 109 | 0 | 0.49 | 0.51 | 0.12 | 3.13 | 0.65 | 0.65 |
| Hex | E0 | 73 | 6D | 0 | 31 | 33 | C | 3 | 41 | 41 |
| Octal | 340 | 163 | 155 | 0 | 61 | 63 | 14 | 3 | 101 | 101 |
| Binary | 11100000 | 1110011 | 1101101 | 0 | 110001 | 110011 | 1100 | 11 | 1000001 | 1000001 |
Color Harmonies of #E0736D
Complementary color
Monochromatic Colors of #E0736D
Black with #E0736D
Text Example
Text Example
White with #E0736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0736D; }
p { color: rgb(224,115,109); }
H1.HeaderClassName
{
color: #E0736D;
}
.AnyTagClassName
{
color: #E0736D;
}
</style>
background-color css
<style>
a { background-color: #E0736D; }
a { background-color: rgb(224,115,109); }
div.DivClassName
{
background-color: #E0736D;
}
.BgClassName
{
background-color: #E0736D;
}
</style>
border-color css
<style>
span { border-color: #E0736D; }
span { border-color: rgb(224,115,109); }
td.TdClassName
{
border-color: #E0736D;
}
.TagClassName
{
border-color: #E0736D;
}
</style>