Shades of Geraldine #EE7E6E
Tints of Geraldine #EE7E6E
RGB
CMYK
RGB Variations
Color information
#EE7E6E (or 0xEE7E6E) is known color: Geraldine. HEX triplet: EE, 7E and 6E. RGB value is (238,126,110). Sum of RGB (Red+Green+Blue) = 238+126+110=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E6E is #118191. Grayscale: #9D9D9D. Windows color (decimal): -1147282 or 7241454. OLE color: 7241454.
HSL color Cylindrical-coordinate representation of color #EE7E6E: hue angle of 7.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE7E6E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 110 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.07 |
| HSL | 7.5º | 0.79% | 0.68% | - |
| HSV(B) | 7.5º | 0.54% | 0.93% | - |
| XYZ | 45.54 | 34.22 | 18.96 | - |
| YUV | 157.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 110 | 0 | 0.47 | 0.54 | 0.07 | 7.5 | 0.79 | 0.68 |
| Hex | EE | 7E | 6E | 0 | 2F | 36 | 7 | 8 | 4F | 44 |
| Octal | 356 | 176 | 156 | 0 | 57 | 66 | 7 | 10 | 117 | 104 |
| Binary | 11101110 | 1111110 | 1101110 | 0 | 101111 | 110110 | 111 | 1000 | 1001111 | 1000100 |
Color Harmonies of #EE7E6E
Complementary color
Monochromatic Colors of #EE7E6E
Black with #EE7E6E
Text Example
Text Example
White with #EE7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E6E; }
p { color: rgb(238,126,110); }
H1.HeaderClassName
{
color: #EE7E6E;
}
.AnyTagClassName
{
color: #EE7E6E;
}
</style>
background-color css
<style>
a { background-color: #EE7E6E; }
a { background-color: rgb(238,126,110); }
div.DivClassName
{
background-color: #EE7E6E;
}
.BgClassName
{
background-color: #EE7E6E;
}
</style>
border-color css
<style>
span { border-color: #EE7E6E; }
span { border-color: rgb(238,126,110); }
td.TdClassName
{
border-color: #EE7E6E;
}
.TagClassName
{
border-color: #EE7E6E;
}
</style>