Shades of Geraldine #EE7977
Tints of Geraldine #EE7977
RGB
CMYK
RGB Variations
Color information
#EE7977 (or 0xEE7977) is known color: Geraldine. HEX triplet: EE, 79 and 77. RGB value is (238,121,119). Sum of RGB (Red+Green+Blue) = 238+121+119=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7977 is #118688. Grayscale: #9B9B9B. Windows color (decimal): -1148553 or 7829998. OLE color: 7829998.
HSL color Cylindrical-coordinate representation of color #EE7977: hue angle of 1.01º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7977 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 119 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.07 |
| HSL | 1.01º | 0.78% | 0.7% | - |
| HSV(B) | 1.01º | 0.5% | 0.93% | - |
| XYZ | 45.43 | 33.18 | 21.46 | - |
| YUV | 155.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 119 | 0 | 0.49 | 0.50 | 0.07 | 1.01 | 0.78 | 0.7 |
| Hex | EE | 79 | 77 | 0 | 31 | 32 | 7 | 1 | 4E | 46 |
| Octal | 356 | 171 | 167 | 0 | 61 | 62 | 7 | 1 | 116 | 106 |
| Binary | 11101110 | 1111001 | 1110111 | 0 | 110001 | 110010 | 111 | 1 | 1001110 | 1000110 |
Color Harmonies of #EE7977
Complementary color
Monochromatic Colors of #EE7977
Black with #EE7977
Text Example
Text Example
White with #EE7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7977; }
p { color: rgb(238,121,119); }
H1.HeaderClassName
{
color: #EE7977;
}
.AnyTagClassName
{
color: #EE7977;
}
</style>
background-color css
<style>
a { background-color: #EE7977; }
a { background-color: rgb(238,121,119); }
div.DivClassName
{
background-color: #EE7977;
}
.BgClassName
{
background-color: #EE7977;
}
</style>
border-color css
<style>
span { border-color: #EE7977; }
span { border-color: rgb(238,121,119); }
td.TdClassName
{
border-color: #EE7977;
}
.TagClassName
{
border-color: #EE7977;
}
</style>