Shades of Geraldine #EF7777
Tints of Geraldine #EF7777
RGB
CMYK
RGB Variations
Color information
#EF7777 (or 0xEF7777) is known color: Geraldine. HEX triplet: EF, 77 and 77. RGB value is (239,119,119). Sum of RGB (Red+Green+Blue) = 239+119+119=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7777 is #108888. Grayscale: #9B9B9B. Windows color (decimal): -1083529 or 7829487. OLE color: 7829487.
HSL color Cylindrical-coordinate representation of color #EF7777: hue angle of 0º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7777 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.06 |
| HSL | 0º | 0.79% | 0.7% | - |
| HSV(B) | 0º | 0.5% | 0.94% | - |
| XYZ | 45.52 | 32.88 | 21.4 | - |
| YUV | 154.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 119 | 0 | 0.50 | 0.50 | 0.06 | 0 | 0.79 | 0.7 |
| Hex | EF | 77 | 77 | 0 | 32 | 32 | 6 | 0 | 4F | 46 |
| Octal | 357 | 167 | 167 | 0 | 62 | 62 | 6 | 0 | 117 | 106 |
| Binary | 11101111 | 1110111 | 1110111 | 0 | 110010 | 110010 | 110 | 0 | 1001111 | 1000110 |
Color Harmonies of #EF7777
Complementary color
Monochromatic Colors of #EF7777
Black with #EF7777
Text Example
Text Example
White with #EF7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7777; }
p { color: rgb(239,119,119); }
H1.HeaderClassName
{
color: #EF7777;
}
.AnyTagClassName
{
color: #EF7777;
}
</style>
background-color css
<style>
a { background-color: #EF7777; }
a { background-color: rgb(239,119,119); }
div.DivClassName
{
background-color: #EF7777;
}
.BgClassName
{
background-color: #EF7777;
}
</style>
border-color css
<style>
span { border-color: #EF7777; }
span { border-color: rgb(239,119,119); }
td.TdClassName
{
border-color: #EF7777;
}
.TagClassName
{
border-color: #EF7777;
}
</style>