Shades of Geraldine #EE7774
Tints of Geraldine #EE7774
RGB
CMYK
RGB Variations
Color information
#EE7774 (or 0xEE7774) is known color: Geraldine. HEX triplet: EE, 77 and 74. RGB value is (238,119,116). Sum of RGB (Red+Green+Blue) = 238+119+116=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7774 is #11888B. Grayscale: #9A9A9A. Windows color (decimal): -1149068 or 7632878. OLE color: 7632878.
HSL color Cylindrical-coordinate representation of color #EE7774: hue angle of 1.48º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7774 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 116 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.07 |
| HSL | 1.48º | 0.78% | 0.69% | - |
| HSV(B) | 1.48º | 0.51% | 0.93% | - |
| XYZ | 45.01 | 32.63 | 20.45 | - |
| YUV | 154.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 116 | 0 | 0.50 | 0.51 | 0.07 | 1.48 | 0.78 | 0.69 |
| Hex | EE | 77 | 74 | 0 | 32 | 33 | 7 | 1 | 4E | 45 |
| Octal | 356 | 167 | 164 | 0 | 62 | 63 | 7 | 1 | 116 | 105 |
| Binary | 11101110 | 1110111 | 1110100 | 0 | 110010 | 110011 | 111 | 1 | 1001110 | 1000101 |
Color Harmonies of #EE7774
Complementary color
Monochromatic Colors of #EE7774
Black with #EE7774
Text Example
Text Example
White with #EE7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7774; }
p { color: rgb(238,119,116); }
H1.HeaderClassName
{
color: #EE7774;
}
.AnyTagClassName
{
color: #EE7774;
}
</style>
background-color css
<style>
a { background-color: #EE7774; }
a { background-color: rgb(238,119,116); }
div.DivClassName
{
background-color: #EE7774;
}
.BgClassName
{
background-color: #EE7774;
}
</style>
border-color css
<style>
span { border-color: #EE7774; }
span { border-color: rgb(238,119,116); }
td.TdClassName
{
border-color: #EE7774;
}
.TagClassName
{
border-color: #EE7774;
}
</style>