Shades of Geraldine #EF7773
Tints of Geraldine #EF7773
RGB
CMYK
RGB Variations
Color information
#EF7773 (or 0xEF7773) is known color: Geraldine. HEX triplet: EF, 77 and 73. RGB value is (239,119,115). Sum of RGB (Red+Green+Blue) = 239+119+115=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7773 is #10888C. Grayscale: #9A9A9A. Windows color (decimal): -1083533 or 7567343. OLE color: 7567343.
HSL color Cylindrical-coordinate representation of color #EF7773: hue angle of 1.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7773 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 115 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.06 |
| HSL | 1.94º | 0.79% | 0.69% | - |
| HSV(B) | 1.94º | 0.52% | 0.94% | - |
| XYZ | 45.29 | 32.78 | 20.16 | - |
| YUV | 154.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 115 | 0 | 0.50 | 0.52 | 0.06 | 1.94 | 0.79 | 0.69 |
| Hex | EF | 77 | 73 | 0 | 32 | 34 | 6 | 2 | 4F | 45 |
| Octal | 357 | 167 | 163 | 0 | 62 | 64 | 6 | 2 | 117 | 105 |
| Binary | 11101111 | 1110111 | 1110011 | 0 | 110010 | 110100 | 110 | 10 | 1001111 | 1000101 |
Color Harmonies of #EF7773
Complementary color
Monochromatic Colors of #EF7773
Black with #EF7773
Text Example
Text Example
White with #EF7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7773; }
p { color: rgb(239,119,115); }
H1.HeaderClassName
{
color: #EF7773;
}
.AnyTagClassName
{
color: #EF7773;
}
</style>
background-color css
<style>
a { background-color: #EF7773; }
a { background-color: rgb(239,119,115); }
div.DivClassName
{
background-color: #EF7773;
}
.BgClassName
{
background-color: #EF7773;
}
</style>
border-color css
<style>
span { border-color: #EF7773; }
span { border-color: rgb(239,119,115); }
td.TdClassName
{
border-color: #EF7773;
}
.TagClassName
{
border-color: #EF7773;
}
</style>