Shades of Geraldine #E07673
Tints of Geraldine #E07673
RGB
CMYK
RGB Variations
Color information
#E07673 (or 0xE07673) is known color: Geraldine. HEX triplet: E0, 76 and 73. RGB value is (224,118,115). Sum of RGB (Red+Green+Blue) = 224+118+115=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07673 is #1F898C. Grayscale: #959595. Windows color (decimal): -2066829 or 7567072. OLE color: 7567072.
HSL color Cylindrical-coordinate representation of color #E07673: hue angle of 1.65º 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 #E07673 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 115 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.12 |
| HSL | 1.65º | 0.64% | 0.66% | - |
| HSV(B) | 1.65º | 0.49% | 0.88% | - |
| XYZ | 40.31 | 30.04 | 19.89 | - |
| YUV | 149.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 115 | 0 | 0.47 | 0.49 | 0.12 | 1.65 | 0.64 | 0.66 |
| Hex | E0 | 76 | 73 | 0 | 2F | 31 | C | 2 | 40 | 42 |
| Octal | 340 | 166 | 163 | 0 | 57 | 61 | 14 | 2 | 100 | 102 |
| Binary | 11100000 | 1110110 | 1110011 | 0 | 101111 | 110001 | 1100 | 10 | 1000000 | 1000010 |
Color Harmonies of #E07673
Complementary color
Monochromatic Colors of #E07673
Black with #E07673
Text Example
Text Example
White with #E07673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07673; }
p { color: rgb(224,118,115); }
H1.HeaderClassName
{
color: #E07673;
}
.AnyTagClassName
{
color: #E07673;
}
</style>
background-color css
<style>
a { background-color: #E07673; }
a { background-color: rgb(224,118,115); }
div.DivClassName
{
background-color: #E07673;
}
.BgClassName
{
background-color: #E07673;
}
</style>
border-color css
<style>
span { border-color: #E07673; }
span { border-color: rgb(224,118,115); }
td.TdClassName
{
border-color: #E07673;
}
.TagClassName
{
border-color: #E07673;
}
</style>