Shades of Geraldine #EE8478
Tints of Geraldine #EE8478
RGB
CMYK
RGB Variations
Color information
#EE8478 (or 0xEE8478) is known color: Geraldine. HEX triplet: EE, 84 and 78. RGB value is (238,132,120). Sum of RGB (Red+Green+Blue) = 238+132+120=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8478 is #117B87. Grayscale: #A2A2A2. Windows color (decimal): -1145736 or 7898350. OLE color: 7898350.
HSL color Cylindrical-coordinate representation of color #EE8478: hue angle of 6.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 #EE8478 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 120 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.07 |
| HSL | 6.1º | 0.78% | 0.7% | - |
| HSV(B) | 6.1º | 0.5% | 0.93% | - |
| XYZ | 46.9 | 36.04 | 22.25 | - |
| YUV | 162.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 120 | 0 | 0.45 | 0.50 | 0.07 | 6.1 | 0.78 | 0.7 |
| Hex | EE | 84 | 78 | 0 | 2D | 32 | 7 | 6 | 4E | 46 |
| Octal | 356 | 204 | 170 | 0 | 55 | 62 | 7 | 6 | 116 | 106 |
| Binary | 11101110 | 10000100 | 1111000 | 0 | 101101 | 110010 | 111 | 110 | 1001110 | 1000110 |
Color Harmonies of #EE8478
Complementary color
Monochromatic Colors of #EE8478
Black with #EE8478
Text Example
Text Example
White with #EE8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8478; }
p { color: rgb(238,132,120); }
H1.HeaderClassName
{
color: #EE8478;
}
.AnyTagClassName
{
color: #EE8478;
}
</style>
background-color css
<style>
a { background-color: #EE8478; }
a { background-color: rgb(238,132,120); }
div.DivClassName
{
background-color: #EE8478;
}
.BgClassName
{
background-color: #EE8478;
}
</style>
border-color css
<style>
span { border-color: #EE8478; }
span { border-color: rgb(238,132,120); }
td.TdClassName
{
border-color: #EE8478;
}
.TagClassName
{
border-color: #EE8478;
}
</style>