Shades of Geraldine #EE7B77
Tints of Geraldine #EE7B77
RGB
CMYK
RGB Variations
Color information
#EE7B77 (or 0xEE7B77) is known color: Geraldine. HEX triplet: EE, 7B and 77. RGB value is (238,123,119). Sum of RGB (Red+Green+Blue) = 238+123+119=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B77 is #118488. Grayscale: #9D9D9D. Windows color (decimal): -1148041 or 7830510. OLE color: 7830510.
HSL color Cylindrical-coordinate representation of color #EE7B77: hue angle of 2.02º 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 #EE7B77 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 119 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.07 |
| HSL | 2.02º | 0.78% | 0.7% | - |
| HSV(B) | 2.02º | 0.5% | 0.93% | - |
| XYZ | 45.67 | 33.67 | 21.55 | - |
| YUV | 156.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 119 | 0 | 0.48 | 0.50 | 0.07 | 2.02 | 0.78 | 0.7 |
| Hex | EE | 7B | 77 | 0 | 30 | 32 | 7 | 2 | 4E | 46 |
| Octal | 356 | 173 | 167 | 0 | 60 | 62 | 7 | 2 | 116 | 106 |
| Binary | 11101110 | 1111011 | 1110111 | 0 | 110000 | 110010 | 111 | 10 | 1001110 | 1000110 |
Color Harmonies of #EE7B77
Complementary color
Monochromatic Colors of #EE7B77
Black with #EE7B77
Text Example
Text Example
White with #EE7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B77; }
p { color: rgb(238,123,119); }
H1.HeaderClassName
{
color: #EE7B77;
}
.AnyTagClassName
{
color: #EE7B77;
}
</style>
background-color css
<style>
a { background-color: #EE7B77; }
a { background-color: rgb(238,123,119); }
div.DivClassName
{
background-color: #EE7B77;
}
.BgClassName
{
background-color: #EE7B77;
}
</style>
border-color css
<style>
span { border-color: #EE7B77; }
span { border-color: rgb(238,123,119); }
td.TdClassName
{
border-color: #EE7B77;
}
.TagClassName
{
border-color: #EE7B77;
}
</style>