Shades of Geraldine #EE7D6F
Tints of Geraldine #EE7D6F
RGB
CMYK
RGB Variations
Color information
#EE7D6F (or 0xEE7D6F) is known color: Geraldine. HEX triplet: EE, 7D and 6F. RGB value is (238,125,111). Sum of RGB (Red+Green+Blue) = 238+125+111=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D6F is #118290. Grayscale: #9D9D9D. Windows color (decimal): -1147537 or 7306734. OLE color: 7306734.
HSL color Cylindrical-coordinate representation of color #EE7D6F: hue angle of 6.61º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7D6F is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 111 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.07 |
| HSL | 6.61º | 0.79% | 0.68% | - |
| HSV(B) | 6.61º | 0.53% | 0.93% | - |
| XYZ | 45.46 | 33.99 | 19.2 | - |
| YUV | 157.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 111 | 0 | 0.47 | 0.53 | 0.07 | 6.61 | 0.79 | 0.68 |
| Hex | EE | 7D | 6F | 0 | 2F | 35 | 7 | 7 | 4F | 44 |
| Octal | 356 | 175 | 157 | 0 | 57 | 65 | 7 | 7 | 117 | 104 |
| Binary | 11101110 | 1111101 | 1101111 | 0 | 101111 | 110101 | 111 | 111 | 1001111 | 1000100 |
Color Harmonies of #EE7D6F
Complementary color
Monochromatic Colors of #EE7D6F
Black with #EE7D6F
Text Example
Text Example
White with #EE7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D6F; }
p { color: rgb(238,125,111); }
H1.HeaderClassName
{
color: #EE7D6F;
}
.AnyTagClassName
{
color: #EE7D6F;
}
</style>
background-color css
<style>
a { background-color: #EE7D6F; }
a { background-color: rgb(238,125,111); }
div.DivClassName
{
background-color: #EE7D6F;
}
.BgClassName
{
background-color: #EE7D6F;
}
</style>
border-color css
<style>
span { border-color: #EE7D6F; }
span { border-color: rgb(238,125,111); }
td.TdClassName
{
border-color: #EE7D6F;
}
.TagClassName
{
border-color: #EE7D6F;
}
</style>