Shades of Geraldine #EE7A76
Tints of Geraldine #EE7A76
RGB
CMYK
RGB Variations
Color information
#EE7A76 (or 0xEE7A76) is known color: Geraldine. HEX triplet: EE, 7A and 76. RGB value is (238,122,118). Sum of RGB (Red+Green+Blue) = 238+122+118=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A76 is #118589. Grayscale: #9C9C9C. Windows color (decimal): -1148298 or 7764718. OLE color: 7764718.
HSL color Cylindrical-coordinate representation of color #EE7A76: hue angle of 2º 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 #EE7A76 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 118 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.07 |
| HSL | 2º | 0.78% | 0.7% | - |
| HSV(B) | 2º | 0.5% | 0.93% | - |
| XYZ | 45.49 | 33.4 | 21.19 | - |
| YUV | 156.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 118 | 0 | 0.49 | 0.50 | 0.07 | 2 | 0.78 | 0.7 |
| Hex | EE | 7A | 76 | 0 | 31 | 32 | 7 | 2 | 4E | 46 |
| Octal | 356 | 172 | 166 | 0 | 61 | 62 | 7 | 2 | 116 | 106 |
| Binary | 11101110 | 1111010 | 1110110 | 0 | 110001 | 110010 | 111 | 10 | 1001110 | 1000110 |
Color Harmonies of #EE7A76
Complementary color
Monochromatic Colors of #EE7A76
Black with #EE7A76
Text Example
Text Example
White with #EE7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A76; }
p { color: rgb(238,122,118); }
H1.HeaderClassName
{
color: #EE7A76;
}
.AnyTagClassName
{
color: #EE7A76;
}
</style>
background-color css
<style>
a { background-color: #EE7A76; }
a { background-color: rgb(238,122,118); }
div.DivClassName
{
background-color: #EE7A76;
}
.BgClassName
{
background-color: #EE7A76;
}
</style>
border-color css
<style>
span { border-color: #EE7A76; }
span { border-color: rgb(238,122,118); }
td.TdClassName
{
border-color: #EE7A76;
}
.TagClassName
{
border-color: #EE7A76;
}
</style>