Shades of Geraldine #E07473
Tints of Geraldine #E07473
RGB
CMYK
RGB Variations
Color information
#E07473 (or 0xE07473) is known color: Geraldine. HEX triplet: E0, 74 and 73. RGB value is (224,116,115). Sum of RGB (Red+Green+Blue) = 224+116+115=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E07473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07473 is #1F8B8C. Grayscale: #949494. Windows color (decimal): -2067341 or 7566560. OLE color: 7566560.
HSL color Cylindrical-coordinate representation of color #E07473: hue angle of 0.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07473 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 115 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.12 |
| HSL | 0.55º | 0.64% | 0.66% | - |
| HSV(B) | 0.55º | 0.49% | 0.88% | - |
| XYZ | 40.08 | 29.58 | 19.82 | - |
| YUV | 148.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 115 | 0 | 0.48 | 0.49 | 0.12 | 0.55 | 0.64 | 0.66 |
| Hex | E0 | 74 | 73 | 0 | 30 | 31 | C | 1 | 40 | 42 |
| Octal | 340 | 164 | 163 | 0 | 60 | 61 | 14 | 1 | 100 | 102 |
| Binary | 11100000 | 1110100 | 1110011 | 0 | 110000 | 110001 | 1100 | 1 | 1000000 | 1000010 |
Color Harmonies of #E07473
Complementary color
Monochromatic Colors of #E07473
Black with #E07473
Text Example
Text Example
White with #E07473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07473; }
p { color: rgb(224,116,115); }
H1.HeaderClassName
{
color: #E07473;
}
.AnyTagClassName
{
color: #E07473;
}
</style>
background-color css
<style>
a { background-color: #E07473; }
a { background-color: rgb(224,116,115); }
div.DivClassName
{
background-color: #E07473;
}
.BgClassName
{
background-color: #E07473;
}
</style>
border-color css
<style>
span { border-color: #E07473; }
span { border-color: rgb(224,116,115); }
td.TdClassName
{
border-color: #E07473;
}
.TagClassName
{
border-color: #E07473;
}
</style>