Shades of Geraldine #EE7873
Tints of Geraldine #EE7873
RGB
CMYK
RGB Variations
Color information
#EE7873 (or 0xEE7873) is known color: Geraldine. HEX triplet: EE, 78 and 73. RGB value is (238,120,115). Sum of RGB (Red+Green+Blue) = 238+120+115=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7873 is #11878C. Grayscale: #9A9A9A. Windows color (decimal): -1148813 or 7567598. OLE color: 7567598.
HSL color Cylindrical-coordinate representation of color #EE7873: hue angle of 2.44º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7873 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 115 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.07 |
| HSL | 2.44º | 0.78% | 0.69% | - |
| HSV(B) | 2.44º | 0.52% | 0.93% | - |
| XYZ | 45.07 | 32.85 | 20.18 | - |
| YUV | 154.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 115 | 0 | 0.50 | 0.52 | 0.07 | 2.44 | 0.78 | 0.69 |
| Hex | EE | 78 | 73 | 0 | 32 | 34 | 7 | 2 | 4E | 45 |
| Octal | 356 | 170 | 163 | 0 | 62 | 64 | 7 | 2 | 116 | 105 |
| Binary | 11101110 | 1111000 | 1110011 | 0 | 110010 | 110100 | 111 | 10 | 1001110 | 1000101 |
Color Harmonies of #EE7873
Complementary color
Monochromatic Colors of #EE7873
Black with #EE7873
Text Example
Text Example
White with #EE7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7873; }
p { color: rgb(238,120,115); }
H1.HeaderClassName
{
color: #EE7873;
}
.AnyTagClassName
{
color: #EE7873;
}
</style>
background-color css
<style>
a { background-color: #EE7873; }
a { background-color: rgb(238,120,115); }
div.DivClassName
{
background-color: #EE7873;
}
.BgClassName
{
background-color: #EE7873;
}
</style>
border-color css
<style>
span { border-color: #EE7873; }
span { border-color: rgb(238,120,115); }
td.TdClassName
{
border-color: #EE7873;
}
.TagClassName
{
border-color: #EE7873;
}
</style>