Shades of Geraldine #EE7768
Tints of Geraldine #EE7768
RGB
CMYK
RGB Variations
Color information
#EE7768 (or 0xEE7768) is known color: Geraldine. HEX triplet: EE, 77 and 68. RGB value is (238,119,104). Sum of RGB (Red+Green+Blue) = 238+119+104=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7768 is #118897. Grayscale: #999999. Windows color (decimal): -1149080 or 6846446. OLE color: 6846446.
HSL color Cylindrical-coordinate representation of color #EE7768: hue angle of 6.72º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7768 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 104 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.07 |
| HSL | 6.72º | 0.8% | 0.67% | - |
| HSV(B) | 6.72º | 0.56% | 0.93% | - |
| XYZ | 44.36 | 32.37 | 17.01 | - |
| YUV | 152.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 104 | 0 | 0.50 | 0.56 | 0.07 | 6.72 | 0.8 | 0.67 |
| Hex | EE | 77 | 68 | 0 | 32 | 38 | 7 | 7 | 50 | 43 |
| Octal | 356 | 167 | 150 | 0 | 62 | 70 | 7 | 7 | 120 | 103 |
| Binary | 11101110 | 1110111 | 1101000 | 0 | 110010 | 111000 | 111 | 111 | 1010000 | 1000011 |
Color Harmonies of #EE7768
Complementary color
Monochromatic Colors of #EE7768
Black with #EE7768
Text Example
Text Example
White with #EE7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7768; }
p { color: rgb(238,119,104); }
H1.HeaderClassName
{
color: #EE7768;
}
.AnyTagClassName
{
color: #EE7768;
}
</style>
background-color css
<style>
a { background-color: #EE7768; }
a { background-color: rgb(238,119,104); }
div.DivClassName
{
background-color: #EE7768;
}
.BgClassName
{
background-color: #EE7768;
}
</style>
border-color css
<style>
span { border-color: #EE7768; }
span { border-color: rgb(238,119,104); }
td.TdClassName
{
border-color: #EE7768;
}
.TagClassName
{
border-color: #EE7768;
}
</style>