Shades of Geraldine #E0736A
Tints of Geraldine #E0736A
RGB
CMYK
RGB Variations
Color information
#E0736A (or 0xE0736A) is known color: Geraldine. HEX triplet: E0, 73 and 6A. RGB value is (224,115,106). Sum of RGB (Red+Green+Blue) = 224+115+106=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0736A is #1F8C95. Grayscale: #929292. Windows color (decimal): -2067606 or 6976480. OLE color: 6976480.
HSL color Cylindrical-coordinate representation of color #E0736A: hue angle of 4.58º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0736A is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 106 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.12 |
| HSL | 4.58º | 0.66% | 0.65% | - |
| HSV(B) | 4.58º | 0.53% | 0.88% | - |
| XYZ | 39.47 | 29.15 | 17.18 | - |
| YUV | 146.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 106 | 0 | 0.49 | 0.53 | 0.12 | 4.58 | 0.66 | 0.65 |
| Hex | E0 | 73 | 6A | 0 | 31 | 35 | C | 5 | 42 | 41 |
| Octal | 340 | 163 | 152 | 0 | 61 | 65 | 14 | 5 | 102 | 101 |
| Binary | 11100000 | 1110011 | 1101010 | 0 | 110001 | 110101 | 1100 | 101 | 1000010 | 1000001 |
Color Harmonies of #E0736A
Complementary color
Monochromatic Colors of #E0736A
Black with #E0736A
Text Example
Text Example
White with #E0736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0736A; }
p { color: rgb(224,115,106); }
H1.HeaderClassName
{
color: #E0736A;
}
.AnyTagClassName
{
color: #E0736A;
}
</style>
background-color css
<style>
a { background-color: #E0736A; }
a { background-color: rgb(224,115,106); }
div.DivClassName
{
background-color: #E0736A;
}
.BgClassName
{
background-color: #E0736A;
}
</style>
border-color css
<style>
span { border-color: #E0736A; }
span { border-color: rgb(224,115,106); }
td.TdClassName
{
border-color: #E0736A;
}
.TagClassName
{
border-color: #E0736A;
}
</style>