Shades of Geraldine #EE7877
Tints of Geraldine #EE7877
RGB
CMYK
RGB Variations
Color information
#EE7877 (or 0xEE7877) is known color: Geraldine. HEX triplet: EE, 78 and 77. RGB value is (238,120,119). Sum of RGB (Red+Green+Blue) = 238+120+119=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7877 is #118788. Grayscale: #9B9B9B. Windows color (decimal): -1148809 or 7829742. OLE color: 7829742.
HSL color Cylindrical-coordinate representation of color #EE7877: hue angle of 0.5º 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 #EE7877 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 0.5º | 0.78% | 0.7% | - |
| HSV(B) | 0.5º | 0.5% | 0.93% | - |
| XYZ | 45.31 | 32.94 | 21.42 | - |
| YUV | 155.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 119 | 0 | 0.50 | 0.50 | 0.07 | 0.5 | 0.78 | 0.7 |
| Hex | EE | 78 | 77 | 0 | 32 | 32 | 7 | 1 | 4E | 46 |
| Octal | 356 | 170 | 167 | 0 | 62 | 62 | 7 | 1 | 116 | 106 |
| Binary | 11101110 | 1111000 | 1110111 | 0 | 110010 | 110010 | 111 | 1 | 1001110 | 1000110 |
Color Harmonies of #EE7877
Complementary color
Monochromatic Colors of #EE7877
Black with #EE7877
Text Example
Text Example
White with #EE7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7877; }
p { color: rgb(238,120,119); }
H1.HeaderClassName
{
color: #EE7877;
}
.AnyTagClassName
{
color: #EE7877;
}
</style>
background-color css
<style>
a { background-color: #EE7877; }
a { background-color: rgb(238,120,119); }
div.DivClassName
{
background-color: #EE7877;
}
.BgClassName
{
background-color: #EE7877;
}
</style>
border-color css
<style>
span { border-color: #EE7877; }
span { border-color: rgb(238,120,119); }
td.TdClassName
{
border-color: #EE7877;
}
.TagClassName
{
border-color: #EE7877;
}
</style>