Shades of Geraldine #E0736C
Tints of Geraldine #E0736C
RGB
CMYK
RGB Variations
Color information
#E0736C (or 0xE0736C) is known color: Geraldine. HEX triplet: E0, 73 and 6C. RGB value is (224,115,108). Sum of RGB (Red+Green+Blue) = 224+115+108=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0736C is #1F8C93. Grayscale: #929292. Windows color (decimal): -2067604 or 7107552. OLE color: 7107552.
HSL color Cylindrical-coordinate representation of color #E0736C: hue angle of 3.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0736C is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 108 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.12 |
| HSL | 3.62º | 0.65% | 0.65% | - |
| HSV(B) | 3.62º | 0.52% | 0.88% | - |
| XYZ | 39.58 | 29.19 | 17.74 | - |
| YUV | 146.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 108 | 0 | 0.49 | 0.52 | 0.12 | 3.62 | 0.65 | 0.65 |
| Hex | E0 | 73 | 6C | 0 | 31 | 34 | C | 4 | 41 | 41 |
| Octal | 340 | 163 | 154 | 0 | 61 | 64 | 14 | 4 | 101 | 101 |
| Binary | 11100000 | 1110011 | 1101100 | 0 | 110001 | 110100 | 1100 | 100 | 1000001 | 1000001 |
Color Harmonies of #E0736C
Complementary color
Monochromatic Colors of #E0736C
Black with #E0736C
Text Example
Text Example
White with #E0736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0736C; }
p { color: rgb(224,115,108); }
H1.HeaderClassName
{
color: #E0736C;
}
.AnyTagClassName
{
color: #E0736C;
}
</style>
background-color css
<style>
a { background-color: #E0736C; }
a { background-color: rgb(224,115,108); }
div.DivClassName
{
background-color: #E0736C;
}
.BgClassName
{
background-color: #E0736C;
}
</style>
border-color css
<style>
span { border-color: #E0736C; }
span { border-color: rgb(224,115,108); }
td.TdClassName
{
border-color: #E0736C;
}
.TagClassName
{
border-color: #E0736C;
}
</style>