Shades of Geraldine #EE7876
Tints of Geraldine #EE7876
RGB
CMYK
RGB Variations
Color information
#EE7876 (or 0xEE7876) is known color: Geraldine. HEX triplet: EE, 78 and 76. RGB value is (238,120,118). Sum of RGB (Red+Green+Blue) = 238+120+118=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7876 is #118789. Grayscale: #9B9B9B. Windows color (decimal): -1148810 or 7764206. OLE color: 7764206.
HSL color Cylindrical-coordinate representation of color #EE7876: hue angle of 1º 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 #EE7876 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 118 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 1º | 0.78% | 0.7% | - |
| HSV(B) | 1º | 0.5% | 0.93% | - |
| XYZ | 45.25 | 32.92 | 21.11 | - |
| YUV | 155.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 118 | 0 | 0.50 | 0.50 | 0.07 | 1 | 0.78 | 0.7 |
| Hex | EE | 78 | 76 | 0 | 32 | 32 | 7 | 1 | 4E | 46 |
| Octal | 356 | 170 | 166 | 0 | 62 | 62 | 7 | 1 | 116 | 106 |
| Binary | 11101110 | 1111000 | 1110110 | 0 | 110010 | 110010 | 111 | 1 | 1001110 | 1000110 |
Color Harmonies of #EE7876
Complementary color
Monochromatic Colors of #EE7876
Black with #EE7876
Text Example
Text Example
White with #EE7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7876; }
p { color: rgb(238,120,118); }
H1.HeaderClassName
{
color: #EE7876;
}
.AnyTagClassName
{
color: #EE7876;
}
</style>
background-color css
<style>
a { background-color: #EE7876; }
a { background-color: rgb(238,120,118); }
div.DivClassName
{
background-color: #EE7876;
}
.BgClassName
{
background-color: #EE7876;
}
</style>
border-color css
<style>
span { border-color: #EE7876; }
span { border-color: rgb(238,120,118); }
td.TdClassName
{
border-color: #EE7876;
}
.TagClassName
{
border-color: #EE7876;
}
</style>