Shades of Geraldine #EE7A73
Tints of Geraldine #EE7A73
RGB
CMYK
RGB Variations
Color information
#EE7A73 (or 0xEE7A73) is known color: Geraldine. HEX triplet: EE, 7A and 73. RGB value is (238,122,115). Sum of RGB (Red+Green+Blue) = 238+122+115=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A73 is #11858C. Grayscale: #9C9C9C. Windows color (decimal): -1148301 or 7568110. OLE color: 7568110.
HSL color Cylindrical-coordinate representation of color #EE7A73: hue angle of 3.41º 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 #EE7A73 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 115 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.07 |
| HSL | 3.41º | 0.78% | 0.69% | - |
| HSV(B) | 3.41º | 0.52% | 0.93% | - |
| XYZ | 45.31 | 33.33 | 20.27 | - |
| YUV | 155.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 115 | 0 | 0.49 | 0.52 | 0.07 | 3.41 | 0.78 | 0.69 |
| Hex | EE | 7A | 73 | 0 | 31 | 34 | 7 | 3 | 4E | 45 |
| Octal | 356 | 172 | 163 | 0 | 61 | 64 | 7 | 3 | 116 | 105 |
| Binary | 11101110 | 1111010 | 1110011 | 0 | 110001 | 110100 | 111 | 11 | 1001110 | 1000101 |
Color Harmonies of #EE7A73
Complementary color
Monochromatic Colors of #EE7A73
Black with #EE7A73
Text Example
Text Example
White with #EE7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A73; }
p { color: rgb(238,122,115); }
H1.HeaderClassName
{
color: #EE7A73;
}
.AnyTagClassName
{
color: #EE7A73;
}
</style>
background-color css
<style>
a { background-color: #EE7A73; }
a { background-color: rgb(238,122,115); }
div.DivClassName
{
background-color: #EE7A73;
}
.BgClassName
{
background-color: #EE7A73;
}
</style>
border-color css
<style>
span { border-color: #EE7A73; }
span { border-color: rgb(238,122,115); }
td.TdClassName
{
border-color: #EE7A73;
}
.TagClassName
{
border-color: #EE7A73;
}
</style>